clean up menu configuration
[openwrt.git] / Makefile
index 06288de..9b9d1c9 100644 (file)
--- a/Makefile
+++ b/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
 
This page took 0.020262 seconds and 4 git commands to generate.