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

Fix parallel build of images target

parent 4a06f022
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment