allow the strip command to be overridden from the comamndline

Closes #2208
This commit is contained in:
Vincent Sanders 2015-03-22 17:39:11 +00:00
parent 07634ee58c
commit 9d6ab0475f

View File

@ -140,7 +140,7 @@ endif
PERL=perl PERL=perl
MKDIR=mkdir MKDIR=mkdir
TOUCH=touch TOUCH=touch
STRIP=strip STRIP?=strip
SPLIT_MESSAGES=$(PERL) utils/split-messages.pl SPLIT_MESSAGES=$(PERL) utils/split-messages.pl
# build verbosity # build verbosity