aboutsummaryrefslogtreecommitdiff
path: root/kconfig
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2019-08-22 09:29:45 -0500
committerRob Landley <rob@landley.net>2019-08-22 09:29:45 -0500
commita5977aa2e8f2bbbe73d317d4211105f44f7c873e (patch)
treecfb260663d6463675a3328152e19ab20fced5da7 /kconfig
parent49164c7c0b43e8178bb292d005c4666db7d55e13 (diff)
downloadtoybox-a5977aa2e8f2bbbe73d317d4211105f44f7c873e.tar.gz
Quiet "make clean" so it doesn't fill a whole screen with output.
Diffstat (limited to 'kconfig')
-rw-r--r--kconfig/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/kconfig/Makefile b/kconfig/Makefile
index f18938c9..90a8148e 100644
--- a/kconfig/Makefile
+++ b/kconfig/Makefile
@@ -74,4 +74,4 @@ kconfig/conf: $(SHIPPED)
-DPROJECT_NAME=\"$(KCONFIG_PROJECT)\"
clean::
- rm -f $(wildcard kconfig/*zconf*.c) kconfig/conf kconfig/mconf
+ @rm -f $(wildcard kconfig/*zconf*.c) kconfig/conf kconfig/mconf