فهرست منبع

make build output a little less noisy

Mike Frysinger 20 سال پیش
والد
کامیت
02ae0a4e9d
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      Makefile.in

+ 1 - 1
Makefile.in

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