mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-18 22:43:53 +01:00
hide rm -rf command in Makefile
SVN-Revision: 4656
This commit is contained in:
parent
8aee0bee5c
commit
689b7e26d2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user