hide rm -rf command in Makefile
SVN-Revision: 4656
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user