diff options
author | Mike Baker <mbm@openwrt.org> | 2006-05-19 22:46:24 +0000 |
---|---|---|
committer | Mike Baker <mbm@openwrt.org> | 2006-05-19 22:46:24 +0000 |
commit | 59c1faa1503df905ebe75e435eebf6fb0de107e2 (patch) | |
tree | 22d07ed3ee66e782b47571a3ac139138cfa596ae /openwrt/Makefile | |
parent | b64d24928b353bd6c263190c903590632da6ac53 (diff) | |
download | mtk-20170518-59c1faa1503df905ebe75e435eebf6fb0de107e2.zip mtk-20170518-59c1faa1503df905ebe75e435eebf6fb0de107e2.tar.gz mtk-20170518-59c1faa1503df905ebe75e435eebf6fb0de107e2.tar.bz2 |
clean up menu configuration
SVN-Revision: 3801
Diffstat (limited to 'openwrt/Makefile')
-rw-r--r-- | openwrt/Makefile | 2 |
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 |