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

build: improve logging of tool build

parent 34183c1c
No related branches found
No related tags found
No related merge requests found
...@@ -273,7 +273,7 @@ config: FORCE ...@@ -273,7 +273,7 @@ config: FORCE
| sed -e 's/ /\n/g'; \ | sed -e 's/ /\n/g'; \
) > $(BOARD_BUILDDIR)/config.tmp ) > $(BOARD_BUILDDIR)/config.tmp
scripts/config/conf --defconfig=$(BOARD_BUILDDIR)/config.tmp Config.in scripts/config/conf --defconfig=$(BOARD_BUILDDIR)/config.tmp Config.in
+$(NO_TRACE_MAKE) tools/install +$(SUBMAKE) tools/install
prepare-target: $(GLUON_OPKG_KEY).pub prepare-target: $(GLUON_OPKG_KEY).pub
rm $(GLUON_OPENWRTDIR)/tmp || true rm $(GLUON_OPENWRTDIR)/tmp || true
......
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