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:
8aee0be
)
hide rm -rf command in Makefile
author
Felix Fietkau
<nbd@openwrt.org>
Thu, 24 Aug 2006 19:13:10 +0000
(19:13 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Thu, 24 Aug 2006 19:13:10 +0000
(19:13 +0000)
SVN-Revision: 4656
openwrt/Makefile
patch
|
blob
|
history
diff --git
a/openwrt/Makefile
b/openwrt/Makefile
index 15074c58c3afe66f3bcccea05a5c13a116c5899b..fe10e07dd968133979cb404ee3184692559f7d3f 100644
(file)
--- a/
openwrt/Makefile
+++ b/
openwrt/Makefile
@@
-100,7
+100,7
@@
toolchain/%: FORCE
echo "Prerequisite check failed. Use FORCE=1 to override."; \
false; \
}
- rm -rf "$(TOPDIR)/tmp"
+
@
rm -rf "$(TOPDIR)/tmp"
@touch $@
prereq: .prereq-build .prereq-packages FORCE