From 59c1faa1503df905ebe75e435eebf6fb0de107e2 Mon Sep 17 00:00:00 2001 From: Mike Baker Date: Fri, 19 May 2006 22:46:24 +0000 Subject: clean up menu configuration SVN-Revision: 3801 --- openwrt/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openwrt/Makefile') 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 -- cgit v1.1