summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2015-06-25 13:39:10 +0100
committerVincent Sanders <vince@kyllikki.org>2015-06-25 13:39:10 +0100
commit187794acca5110783538f6cdc16a2dc80301badd (patch)
treef76db43adb05b13db858a6b80dae91200deb4945
parent30dacc7de7ea320e739ddb7c932d469a4671383f (diff)
downloadnetsurf-all-187794acca5110783538f6cdc16a2dc80301badd.tar.gz
netsurf-all-187794acca5110783538f6cdc16a2dc80301badd.tar.bz2
The dist-head taget needs the submoules updating first
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 19c80c5..6b4b5c8 100644
--- a/Makefile
+++ b/Makefile
@@ -145,6 +145,7 @@ checkout-release: $(NSLIB_TARG) $(NETSURF_TARG) $(NSGENBIND_TARG) $(NSLIB_FB_TAR
# check out head on each submodule
checkout-head: $(NSLIB_TARG) $(NETSURF_TARG) $(NSGENBIND_TARG) $(NSLIB_FB_TARG) $(NSLIB_SVGTINY_TARG) $(NSLIB_RO_TARG)
git submodule init
+ git submodule update
git pull --recurse-submodules
for x in $^; do cd $$x; git checkout origin/HEAD ; cd ..; done