hide rm -rf command in Makefile
SVN-Revision: 4656
This commit is contained in:
parent
8aee0bee5c
commit
689b7e26d2
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue