summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2015-08-28 14:12:10 +0200
committerAlexander Larsson <alexl@redhat.com>2015-08-28 14:12:10 +0200
commitd9d7af5b7ffc03902874887ca7bca0c9d0dc5703 (patch)
tree9d62dcb47639bdc7295c1c2890042852ee9337a2
parentdd51532b630b1563b85e4f5d34f63520f5023378 (diff)
Add back missing git submodule update call
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c33a961..7c6656c 100644
--- a/Makefile
+++ b/Makefile
@@ -10,6 +10,6 @@ IMAGES=$(IMAGEDIR)/freedesktop-base-contents-sdk-$(ARCH)-$(HASH).tar.gz $(IMAGED
all: $(IMAGES)
$(IMAGES) allimages:
- #git submodule update --init
+ git submodule update --init
mkdir -p build/$(ARCH)
./freedesktop-sdk-build-yocto $(srcdir)/ $(builddir)/build/ $(ARCH) $(HASH)