Skip to content
Snippets Groups Projects
Commit 102c0bd1 authored by Matthias Schiffer's avatar Matthias Schiffer
Browse files

Allow parallel build of different profiles

This reverts commit 783797a3.
parent a6e3cd32
Branches
Tags
No related merge requests found
......@@ -48,8 +48,7 @@ prepare:
$(prepared_stamp):
$(MAKE) prepare
images:
for profile in $(PROFILES); do $(MAKE) image/$$profile; done
images: $(patsubst %,image/%,$(PROFILES))
clean:
rm -rf $(GLUON_BUILDDIR)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment