Allow parallel build of different profiles

This reverts commit 783797a321.
This commit is contained in:
Matthias Schiffer 2013-02-13 10:07:00 +01:00
parent a6e3cd328e
commit 102c0bd1f8

View File

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