[git commit master 1/1] allow SKIP_STRIP to be set in the env

Mike Frysinger vapier at gentoo.org
Tue Nov 16 14:01:30 UTC 2010


commit: http://git.busybox.net/busybox/commit/?id=b78d561ec79b6a7c29d14bf49c82b600815b2cc4
branch: http://git.busybox.net/busybox/commit/?id=refs/heads/master

Signed-off-by: Mike Frysinger <vapier at gentoo.org>
---
 Makefile.flags |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Makefile.flags b/Makefile.flags
index 60bb888..363300b 100644
--- a/Makefile.flags
+++ b/Makefile.flags
@@ -4,7 +4,7 @@
 
 BB_VER = $(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)
 export BB_VER
-SKIP_STRIP = n
+SKIP_STRIP ?= n
 
 # -std=gnu99 needed for [U]LLONG_MAX on some systems
 CPPFLAGS += $(call cc-option,-std=gnu99,)
-- 
1.7.1



More information about the busybox-cvs mailing list