diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-10-09 18:58:04 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-10-09 18:58:04 +0000 |
commit | 1f41bb7738cdbad6195b045e83f7971b28a8263f (patch) | |
tree | 40bfc0148b987ff3aa9ec390f4cf36dd9f0d2c39 /Makefile | |
parent | dfca4ee6aee92e6d98163a55fe086577507db683 (diff) |
support tar verbosity
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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) ############################################################# |