Sfoglia il codice sorgente

make build output a little less noisy

Mike Frysinger 20 anni fa
parent
commit
02ae0a4e9d
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      Makefile.in

+ 1 - 1
Makefile.in

@@ -241,7 +241,7 @@ ifeq ($(HAVE_SHARED),y)
 endif
 
 utils:
-	$(MAKE) CROSS="$(CROSS)" CC="$(CC)" -C utils
+	$(Q)$(MAKE) CROSS="$(CROSS)" CC="$(CC)" -C utils
 
 # Installs helper applications, such as 'ldd' and 'ldconfig'
 install_utils: utils