浏览代码

clean the test dir silently

Mike Frysinger 19 年之前
父节点
当前提交
afc2511f3d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Makefile.in

+ 1 - 1
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 \