diff options
author | Alexander Larsson <alexl@redhat.com> | 2015-02-20 10:30:39 +0100 |
---|---|---|
committer | Alexander Larsson <alexl@redhat.com> | 2015-02-20 10:30:39 +0100 |
commit | da42ba48b1476af691c2fe3bdbee9dc0d556833a (patch) | |
tree | 506ebaf478622b67c4a8a5034d92d7a241b4fa17 /Makefile | |
parent | 96e88b49162fd3dafa271f3a08461467cd0bcc29 (diff) |
Various cleanups
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,6 +8,6 @@ IMAGES=build/$(ARCH)/images all: images $(IMAGES)/freedesktop-base-contents-sdk-$(ARCH).tar.gz $(IMAGES)/freedesktop-base-contents-platform-$(ARCH).tar.gz images: - (git submodule update --init;) + git submodule update --init mkdir -p build/$(ARCH) ./freedesktop-sdk-build-yocto ${srcdir}/ ${builddir}/build/ $(ARCH) |