projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
be92007
)
hide rm -rf command in Makefile
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 24 Aug 2006 19:13:10 +0000
(19:13 +0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 24 Aug 2006 19:13:10 +0000
(19:13 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4656
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
15074c5
..
fe10e07
100644
(file)
--- a/
Makefile
+++ b/
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
This page took
0.022086 seconds
and
4
git commands to generate.