Skip to content
Snippets Groups Projects
Commit c5a29592 authored by Felix Fietkau's avatar Felix Fietkau
Browse files

remove duplicate package/ prefix from package dump error message

SVN-Revision: 4451
parent ad39e102
No related branches found
No related tags found
No related merge requests found
...@@ -44,7 +44,7 @@ endif ...@@ -44,7 +44,7 @@ endif
@echo Collecting package info... @echo Collecting package info...
@-for dir in package/*/; do \ @-for dir in package/*/; do \
echo Source-Makefile: $${dir}Makefile; \ 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 > $@ done > $@
pkginfo-clean: FORCE pkginfo-clean: FORCE
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment