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

Fix single-image build with GNU Make 3.81

parent 1db485b9
No related branches found
No related tags found
No related merge requests found
...@@ -56,6 +56,13 @@ include $(TOPDIR)/include/debug.mk ...@@ -56,6 +56,13 @@ include $(TOPDIR)/include/debug.mk
include $(TOPDIR)/include/depends.mk include $(TOPDIR)/include/depends.mk
include $(TOPDIR)/include/toplevel.mk include $(TOPDIR)/include/toplevel.mk
define GluonProfile
image/$(1): FORCE
+@$$(GLUONMAKE) $$@
endef
include $(GLUONDIR)/profiles.mk
all: FORCE all: FORCE
+@$(GLUONMAKE) prepare +@$(GLUONMAKE) prepare
+@$(GLUONMAKE) images +@$(GLUONMAKE) images
...@@ -66,9 +73,6 @@ prepare: FORCE ...@@ -66,9 +73,6 @@ prepare: FORCE
images: FORCE images: FORCE
+@$(GLUONMAKE) images +@$(GLUONMAKE) images
image/%:: FORCE
+@$(GLUONMAKE) $@
clean: clean-gluon clean: clean-gluon
clean-gluon: clean-gluon:
......
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