Fix parallel build of images target

This commit is contained in:
Matthias Schiffer 2013-02-13 04:56:03 +01:00
parent 4a06f022f3
commit 783797a321

View File

@ -50,7 +50,8 @@ prepare:
$(prepared_stamp):
$(MAKE) prepare
images: $(patsubst %,image/%,$(PROFILES))
images:
for profile in $(PROFILES); do $(MAKE) image/$$profile; done
clean:
rm -rf $(GLUON_BUILDDIR)