Don't use a string to do the job of a bool

This commit is contained in:
Eric Andersen 2004-10-09 21:12:25 +00:00
parent 0a19191eb8
commit bad6428272
2 changed files with 3 additions and 3 deletions

View File

@ -63,8 +63,8 @@ config BR2_WGET
default "wget --passive-ftp"
config BR2_TAR_VERBOSITY
string
default "no"
bool
default n
source "toolchain/Config.in"

View File

@ -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=