libbusybox is back; "individual" mode is introduced
Paul Fox
pgf at brightstareng.com
Tue Oct 9 14:58:52 PDT 2007
> The only two incarnations of $STRIP I could find are (spaces
> squeezed to fill in a single line):
>
> # grep -r \\\$\\\(STRIP .
> Makefile: $(Q)$(STRIP) -s --remove-section=3D.note --remove-section=3D.comment \
> scripts/Makefile.IMA: -$(STRIP) -s -R .note -R .comment -R .version $@
it was in 1.1.3, at least (i happen to have that handy):
$ egrep -r '\$\(STRIP' .
./Rules.mak:STRIPCMD:=$(STRIP) -s --remove-section=.note --remove-section=.comment
./Rules.mak:cmd_strip = $(STRIPCMD) $@
=---------------------
paul fox, pgf at brightstareng.com
More information about the busybox
mailing list