> 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, [EMAIL PROTECTED]
_______________________________________________
busybox mailing list
busybox@busybox.net
http://busybox.net/cgi-bin/mailman/listinfo/busybox

Reply via email to