From 187794acca5110783538f6cdc16a2dc80301badd Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Thu, 25 Jun 2015 13:39:10 +0100 Subject: The dist-head taget needs the submoules updating first --- Makefile | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3