From 366b173e7136fe4ac6fd252fffec648a5cbf3181 Mon Sep 17 00:00:00 2001 From: Kai Germaschewski Date: Wed, 16 Oct 2002 12:17:35 -0500 Subject: kbuild: another "make clean" micro-optimization Patch by Peter Samuelson, merged to current code, actually has a noticable impact on "make clean" speed. --- scripts/Makefile.clean | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/Makefile.clean b/scripts/Makefile.clean index fa809a7e88ad..d7bb2dfb88d8 100644 --- a/scripts/Makefile.clean +++ b/scripts/Makefile.clean @@ -32,7 +32,7 @@ ifneq ($(strip $(__clean-files) $(clean-rule)),) rm -f $(__clean-files) $(clean-rule) else - @/bin/true + @: endif .PHONY: $(subdir-ymn) -- cgit v1.2.3