]> rtime.felk.cvut.cz Git - omk/sssa.git/commitdiff
Clean commands are quiet.
authorMichal Sojka <sojkam1@fel.cvut.cz>
Thu, 3 Aug 2006 19:07:00 +0000 (19:07 +0000)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Thu, 3 Aug 2006 19:07:00 +0000 (19:07 +0000)
darcs-hash:20060803190721-f2ef6-406f7ac3ec2a740ba3a759ccaed496f2b24910dd.gz

snippets/keil16x
snippets/sysless

index 7cede5a0a3b0113d96a2bf4837cb47c996bf2cf6..b8f4ecf8579c64a6752fb02bbc9d086f16279dfd 100644 (file)
@@ -1,5 +1,6 @@
 #                   This version uses Keil XC16x/C16x tools under Cygwin
 #
+#
 # CCDIRECTIVES     .. directives to pass to C166 compiler
 # LIDIRECTIVES     .. directives to pass to L166 linker
 
@@ -9,7 +10,7 @@
 clean-local: clean-keil
 
 clean-keil:
-       rm -f $(USER_OBJS_DIR)/*.obj $(USER_OBJS_DIR)/*.lst
+       $(Q)rm -f $(USER_OBJS_DIR)/*.obj $(USER_OBJS_DIR)/*.lst
 
 
 define COMPILER_DEFS_template
index e848b789c8ec3c6de485f59e29de803cfdc7fdfd..58487dd3b7f28c0346a20175f7a6529489b895bf 100644 (file)
@@ -224,7 +224,7 @@ include-pass-local:
 
 .PHONY: clean-custom
 clean-local: clean-custom
-       rm -f $(USER_OBJS_DIR)/*.o $(USER_OBJS_DIR)/*.lo \
+       $(Q)rm -f $(USER_OBJS_DIR)/*.o $(USER_OBJS_DIR)/*.lo \
               $(USER_OBJS_DIR)/*.d \
               $(USER_OBJS_DIR)/*.map \
               $(LOCAL_CONFIG_H:%=$(USER_OBJS_DIR)/%)