瀏覽代碼

quiet the make -C

Mike Frysinger 20 年之前
父節點
當前提交
07fa31fd2b
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      Makefile.in

+ 2 - 2
Makefile.in

@@ -130,11 +130,11 @@ endif
 
 pre_subdirs: $(patsubst %, _pre_dir_%, $(PRE_DIRS))
 $(patsubst %, _pre_dir_%, $(PRE_DIRS)): pregen
-	$(MAKE) -C $(patsubst _pre_dir_%, %, $@)
+	@$(MAKE) -C $(patsubst _pre_dir_%, %, $@)
 
 subdirs: $(patsubst %, _dir_%, $(DIRS))
 $(patsubst %, _dir_%, $(DIRS)): pre_subdirs
-	$(MAKE) -C $(patsubst _dir_%, %, $@)
+	@$(MAKE) -C $(patsubst _dir_%, %, $@)
 
 install: install_runtime install_dev finished2