summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlns <matzeton@googlemail.com>2022-05-06 23:21:23 +0200
committerlns <matzeton@googlemail.com>2022-05-06 23:21:23 +0200
commitaf29ba56f3881ab7acb35ef6474f6a57f6f9a373 (patch)
tree059159fafc90a7273e312aa4fa6529be649a3d93
parent74eb744355b757e37c8d0fb6efacb825c6123d5b (diff)
Moved mingw-w64-build submodule to subtree.
Signed-off-by: lns <matzeton@googlemail.com>
-rw-r--r--.gitmodules3
m---------mingw-w64-build20
-rwxr-xr-xupdate_MINGW.sh6
3 files changed, 6 insertions, 23 deletions
diff --git a/.gitmodules b/.gitmodules
deleted file mode 100644
index 6dd646c..0000000
--- a/.gitmodules
+++ /dev/null
@@ -1,3 +0,0 @@
-[submodule "mingw-w64-build"]
- path = mingw-w64-build
- url = https://github.com/lnslbrty/mingw-w64-build-ng.git
diff --git a/mingw-w64-build b/mingw-w64-build
deleted file mode 160000
-Subproject c453fac127d06aef4d0c7eec3e5bbcd4795c82d
diff --git a/update_MINGW.sh b/update_MINGW.sh
new file mode 100755
index 0000000..d7cffc7
--- /dev/null
+++ b/update_MINGW.sh
@@ -0,0 +1,6 @@
+#!/usr/bin/env sh
+
+MYDIR="$(dirname ${0})"
+cd "${MYDIR}"
+
+git subtree pull --squash --prefix=mingw-w64-build 'https://github.com/utoni/mingw-w64-build-ng.git' master