Browse Source

quiet the make -C

Mike Frysinger 20 năm trước cách đây
mục cha
commit
07fa31fd2b
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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