From 2c1a54b3537c7cfb1edd2d35ef8229f7502be545 Mon Sep 17 00:00:00 2001
From: Matthias Schiffer <mschiffer@universe-factory.net>
Date: Sat, 10 May 2014 15:08:59 +0200
Subject: [PATCH] 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.
---
 Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 432925621..8d7ccd81e 100644
--- a/Makefile
+++ b/Makefile
@@ -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)
 
 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
 
 all: gluon-tools
@@ -172,6 +172,7 @@ feeds: FORCE
 		. $(GLUONDIR)/modules && for feed in $$GLUON_FEEDS; do echo src-link $$feed ../../packages/$$feed; done; \
 	) > feeds.conf
 	+$(GLUONMAKE) refresh_feeds V=s$(OPENWRT_VERBOSE)
+	+$(NO_TRACE_MAKE) -C $(TOPDIR) prepare-tmpinfo OPENWRT_BUILD=0
 
 config: FORCE
 	( \
-- 
GitLab