From: Felix Fietkau Date: Thu, 24 Aug 2006 19:13:10 +0000 (+0000) Subject: hide rm -rf command in Makefile X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=beef3e3c616acd27a0aa8f8ac54a3488cf2cfc33;p=15.05%2Fopenwrt.git hide rm -rf command in Makefile git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4656 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/Makefile b/Makefile index 15074c58c3..fe10e07dd9 100644 --- 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