Subject: Re: $STRIP or $STRIPPROG (Re: CVS commit: sharesrc)
To: Izumi Tsutsui <tsutsui@ceres.dti.ne.jp>
From: Johnny C. Lam <lamj@stat.cmu.edu>
List: tech-toolchain
Date: 01/18/2000 02:31:56
I think Makefiles in the suerland portion of the tree are supposed to
use STRIPPROG, since it's defined in bsd.sys.mk.  For the kernel
Makefiles, I supppose we should change all the instances of STRIP to
STRIPPROG for consistency, and also so we can have a single variable
to override in mk.conf.

     -- Johnny C. Lam <lamj@stat.cmu.edu>
        Department of Statistics, Carnegie Mellon University
        http://www.stat.cmu.edu/~lamj/

Izumi Tsutsui <tsutsui@ceres.dti.ne.jp> writes:
> I'm just wondering...
> 
> bsd.sys.mk defines $STRIPPROG, but some Makefiles
> (sys/arch/*/conf/Makefile.* etc.) use $STRIP.
> 
> Some Makefiles (fdisk/mbr, binutils/strip etc.) use $STRIPPROG.
> 
> $STRIP is not defined in bsd.*.mk.
> 
> Which should be defined?
> ---
> Izumi Tsutsui
> tsutsui@ceres.dti.ne.jp