From 112ae373997ee3b598cc24885f5229d8843e1eea Mon Sep 17 00:00:00 2001 From: patacongo Date: Thu, 15 Nov 2012 19:22:47 +0000 Subject: Fix various build-related typos git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5358 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/tools/Config.mk | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'nuttx/tools') diff --git a/nuttx/tools/Config.mk b/nuttx/tools/Config.mk index b7f8d9bbe..f05933f1a 100644 --- a/nuttx/tools/Config.mk +++ b/nuttx/tools/Config.mk @@ -154,10 +154,12 @@ define ARCHIVE endef endif -define CLEAN ifeq ($(CONFIG_WINDOWS_NATIVE),y) +define CLEAN $(Q) rm -f *.o *.a +endef else +define CLEAN $(Q) rm -f *.o *.a *~ .*.swp -endif endef +endif -- cgit v1.2.3