summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2020-03-31 00:50:59 -0400
committerJesse Luehrs <doy@tozt.net>2020-03-31 00:50:59 -0400
commit477828b8da5524514b694b52fdd07327295fc7af (patch)
tree8ad79b7ae153abda2605e15a058098ce0d2ba7e1
parenteb2d0ca207b5354ad3ef0366d8c1c92a7fe9ddbb (diff)
downloadconf-477828b8da5524514b694b52fdd07327295fc7af.tar.gz
conf-477828b8da5524514b694b52fdd07327295fc7af.zip
work around make bug
see https://savannah.gnu.org/bugs/?57962
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d49a917..80a752c 100644
--- a/Makefile
+++ b/Makefile
@@ -98,8 +98,10 @@ RMDIR = @rmdir -p --ignore-fail-on-non-empty
build : submodules $(BUILD)
+# force shell instead of exec to work around
+# https://savannah.gnu.org/bugs/?57962 since i have ~/.bin/git as a directory
submodules :
- @git submodule update --init --recursive
+ @:; git submodule update --init --recursive
install :: all $(INSTALLED)
@chmod 600 ssh/cao_key