summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-02-14 01:06:51 +0000
committerMike Frysinger <vapier@gentoo.org>2006-02-14 01:06:51 +0000
commitafc2511f3d22f1641f7466046b82737b28306e89 (patch)
treeeb2b809e93d91ed4e6135d9cf6b7d076342e6030 /Makefile.in
parent2525195d77d4ab4be720a077d1e30c6a3d8d7a84 (diff)
clean the test dir silently
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index ed4406dcb..2ffa8ad3d 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -310,7 +310,7 @@ clean:
$(RM) include/fpu_control.h include/dl-osinfo.h include/hp-timing.h
$(MAKE) -C extra/locale locale_clean
$(MAKE) headers_clean-y
- $(MAKE) -C test clean
+ $(MAKE) -s -C test clean
$(MAKE) -C utils utils_clean
@set -e; \
for i in `(cd libc/sysdeps/linux/common/sys; ls *.h)` ; do \