diff options
Diffstat (limited to 'package/tar/tar.mk')
-rw-r--r-- | package/tar/tar.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/tar/tar.mk b/package/tar/tar.mk index 55d9ead9a..32189b5f4 100644 --- a/package/tar/tar.mk +++ b/package/tar/tar.mk @@ -29,7 +29,7 @@ $(GNUTAR_DIR)/.configured: $(GNUTAR_DIR)/.unpacked $(TARGET_CONFIGURE_ARGS) \ ac_cv_func_chown_works=yes \ gl_cv_func_chown_follows_symlink=yes \ - ./configure \ + ./configure $(QUIET) \ --target=$(GNU_TARGET_NAME) \ --host=$(GNU_TARGET_NAME) \ --build=$(GNU_HOST_NAME) \ |