From 689b7e26d28404369f81068b65c9354a0a9366e3 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Thu, 24 Aug 2006 19:13:10 +0000 Subject: [PATCH] hide rm -rf command in Makefile SVN-Revision: 4656 --- openwrt/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openwrt/Makefile b/openwrt/Makefile index 15074c58c3..fe10e07dd9 100644 --- a/openwrt/Makefile +++ b/openwrt/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