summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorEric Andersen2004-10-09 23:12:25 +0200
committerEric Andersen2004-10-09 23:12:25 +0200
commitbad642827254b85395c02e806a010e3c65cf551c (patch)
tree3a9dc752abd2a09ecde7cb6c15c200e206b10108 /Makefile
parentThomas Lundquist: have the makefiles depend on the correct file (diff)
downloadbuildroot-bad642827254b85395c02e806a010e3c65cf551c.tar.gz
buildroot-bad642827254b85395c02e806a010e3c65cf551c.tar.xz
buildroot-bad642827254b85395c02e806a010e3c65cf551c.zip
Don't use a string to do the job of a bool
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e810ecf13..1c6bc767c 100644
--- a/Makefile
+++ b/Makefile
@@ -35,7 +35,7 @@ ifeq ($(filter $(noconfig_targets),$(MAKECMDGOALS)),)
-include $(TOPDIR).config
endif
-ifeq ($(strip $(BR2_TAR_VERBOSITY)),"yes")
+ifeq ($(BR2_TAR_VERBOSITY),y)
TAR_VERBOSITY=v
else
TAR_VERBOSITY=