Change BB_EXTRA_VERSION: now it needs to contain any spaces/parenthesis
authorDenys Vlasenko <vda.linux@googlemail.com>
Tue, 4 Jul 2017 14:01:12 +0000 (16:01 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Tue, 4 Jul 2017 14:01:12 +0000 (16:01 +0200)
commitd1f222c3b00839b289f5d04a69b3c704101d17b2
tree270c0b02be3b374cc36f799c7962d772a3b2e764
parentd4e4fdb5ce5ccc067b3d35d877f7a7d978869517
Change BB_EXTRA_VERSION: now it needs to contain any spaces/parenthesis

Before this change, BB_EXTRA_VERSION of "" resulted in:

"BusyBox v1.28.0.git () multi-call binary"

message, after the fix it is:

"BusyBox v1.28.0.git multi-call binary"

While at it, eliminate BB_BT and BANNER single-use macros.

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Makefile.flags
libbb/messages.c