From bad642827254b85395c02e806a010e3c65cf551c Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Sat, 9 Oct 2004 21:12:25 +0000 Subject: Don't use a string to do the job of a bool --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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= -- cgit v1.2.3-55-g7522