clean up menu configuration

SVN-Revision: 3801
This commit is contained in:
Mike Baker
2006-05-19 22:46:24 +00:00
parent b64d24928b
commit 59c1faa150
5 changed files with 33 additions and 14 deletions

View File

@@ -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