projects
/
openwrt
/
staging
/
zorun.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad39e10
)
remove duplicate package/ prefix from package dump error message
author
Felix Fietkau
<nbd@openwrt.org>
Fri, 4 Aug 2006 20:35:41 +0000
(20:35 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Fri, 4 Aug 2006 20:35:41 +0000
(20:35 +0000)
SVN-Revision: 4451
openwrt/Makefile
patch
|
blob
|
history
diff --git
a/openwrt/Makefile
b/openwrt/Makefile
index 90bc5deb0963d6ee90acf4034408bc71df1b9eac..32cadb7f991e7455a14684715c00c73a1c9b5777 100644
(file)
--- a/
openwrt/Makefile
+++ b/
openwrt/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