mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
remove duplicate package/ prefix from package dump error message
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4451 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
2
Makefile
2
Makefile
@@ -44,7 +44,7 @@ endif
|
||||
@echo Collecting package info...
|
||||
@-for dir in package/*/; do \
|
||||
echo Source-Makefile: $${dir}Makefile; \
|
||||
$(NO_TRACE_MAKE) --no-print-dir DUMP=1 -C $$dir 2>&- || echo "ERROR: please fix package/$${dir}Makefile" >&2; \
|
||||
$(NO_TRACE_MAKE) --no-print-dir DUMP=1 -C $$dir 2>&- || echo "ERROR: please fix $${dir}Makefile" >&2; \
|
||||
done > $@
|
||||
|
||||
pkginfo-clean: FORCE
|
||||
|
||||
Reference in New Issue
Block a user