From: nbd Date: Thu, 24 Aug 2006 19:13:10 +0000 (+0000) Subject: hide rm -rf command in Makefile X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=commitdiff_plain;h=a42663dac86665e5cf3a38fd1591fe7d4784c343 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