Explorar o código

quiet the make -C

Mike Frysinger %!s(int64=20) %!d(string=hai) anos
pai
achega
07fa31fd2b
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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