Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: syssrc
> In <200001262204.OAA27691%nb00.nas.nasa.gov@localhost>
> eeh%netbsd.org@localhost wrote:
>
> > Module Name: syssrc
> > Committed By: eeh
> > Date: Wed Jan 26 22:04:25 UTC 2000
> >
> > Modified Files:
> > syssrc/sys/arch/sparc64/conf: Makefile.sparc64
> >
> > Log Message:
> > Use STRIP instead of STRIPPROG since install uses STRIP and I don't want to
> > define two different variables.
>
> STRIPPROG is defined in bsd.sys.mk. What file uses STRIP?
> Or should we change all STRIPPROG to STRIP?
The log message explains. From the INSTALL(1) manpage:
-s install exec's the command strip(1) to strip binaries so that in-
stall can be portable over a large number of systems and binary
types. If the environment variable STRIP is set, it is used as
the strip(1) program.
So you need to set STRIP properly for `install -s ...' to work. Maybe
we should change all instances of STRIPPROG to STRIP. Or we need
something to set the STRIP environment variable to STRIPPROG before
calling INSTALL(1).
=========================================================================
Eduardo Horvath eeh%netbsd.org@localhost
"I need to find a pithy new quote." -- me
Home |
Main Index |
Thread Index |
Old Index