summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMike Frysinger2004-10-09 20:58:04 +0200
committerMike Frysinger2004-10-09 20:58:04 +0200
commit1f41bb7738cdbad6195b045e83f7971b28a8263f (patch)
tree40bfc0148b987ff3aa9ec390f4cf36dd9f0d2c39 /Makefile
parentmake sure iproute2 uses target cflags (diff)
downloadbuildroot-1f41bb7738cdbad6195b045e83f7971b28a8263f.tar.gz
buildroot-1f41bb7738cdbad6195b045e83f7971b28a8263f.tar.xz
buildroot-1f41bb7738cdbad6195b045e83f7971b28a8263f.zip
support tar verbosity
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 0af932dcf..e810ecf13 100644
--- a/Makefile
+++ b/Makefile
@@ -35,6 +35,12 @@ ifeq ($(filter $(noconfig_targets),$(MAKECMDGOALS)),)
-include $(TOPDIR).config
endif
+ifeq ($(strip $(BR2_TAR_VERBOSITY)),"yes")
+TAR_VERBOSITY=v
+else
+TAR_VERBOSITY=
+endif
+
ifeq ($(strip $(BR2_HAVE_DOT_CONFIG)),y)
#############################################################