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

Another build fix

Explicitly re-build prepare-tmpinfo after the feeds have been installed, as it
isn't done automatically anymore since we have the gluon-tools target.
parent d066bdec
No related branches found
No related tags found
No related merge requests found
...@@ -64,7 +64,7 @@ include $(GLUONDIR)/targets/targets.mk ...@@ -64,7 +64,7 @@ include $(GLUONDIR)/targets/targets.mk
CheckExternal := test -d $(GLUON_OPENWRTDIR) || (echo 'You don'"'"'t seem to have obtained the external repositories needed by Gluon; please call `make update` first!'; false) CheckExternal := test -d $(GLUON_OPENWRTDIR) || (echo 'You don'"'"'t seem to have obtained the external repositories needed by Gluon; please call `make update` first!'; false)
gluon-tools: FORCE gluon-tools: FORCE
+@$(SUBMAKE) -C $(TOPDIR) prepare-tmpinfo OPENWRT_BUILD=0 +@$(SUBMAKE) -C $(TOPDIR) prepare-tmpinfo OPENWRT_BUILD=0 V=s$(OPENWRT_VERBOSE)
+@$(GLUONMAKE) gluon-tools GLUON_TOOLS=0 +@$(GLUONMAKE) gluon-tools GLUON_TOOLS=0
all: gluon-tools all: gluon-tools
...@@ -172,6 +172,7 @@ feeds: FORCE ...@@ -172,6 +172,7 @@ feeds: FORCE
. $(GLUONDIR)/modules && for feed in $$GLUON_FEEDS; do echo src-link $$feed ../../packages/$$feed; done; \ . $(GLUONDIR)/modules && for feed in $$GLUON_FEEDS; do echo src-link $$feed ../../packages/$$feed; done; \
) > feeds.conf ) > feeds.conf
+$(GLUONMAKE) refresh_feeds V=s$(OPENWRT_VERBOSE) +$(GLUONMAKE) refresh_feeds V=s$(OPENWRT_VERBOSE)
+$(NO_TRACE_MAKE) -C $(TOPDIR) prepare-tmpinfo OPENWRT_BUILD=0
config: FORCE config: FORCE
( \ ( \
......
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