summaryrefslogtreecommitdiff
path: root/openwrt/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'openwrt/Makefile')
-rw-r--r--openwrt/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/Makefile b/openwrt/Makefile
index 06288de..9b9d1c9 100644
--- a/openwrt/Makefile
+++ b/openwrt/Makefile
@@ -45,7 +45,7 @@ ifeq ($(shell ./scripts/timestamp.pl -p .pkginfo package),package)
@echo Collecting package info...
@-for makefile in package/*/Makefile; do \
echo Source-Makefile: $$makefile; \
- $(MAKE) DUMP=1 -f $$makefile 2>&- || true; \
+ $(MAKE) --no-print-dir DUMP=1 -f $$makefile 2>&- || true; \
done > $@
endif