Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: src/sys/conf
On Mon, 04 Aug 2008, Perry E. Metzger wrote:
>
> Bernd Ernesti <netbsd%lists.veego.de@localhost> writes:
> >> Log Message:
> >> 1) replace use of sed with $SED
> >> 2) get rid of grep variable -- grep isn't used here
> >> 3) add a -m option that prints the release major number (like "4")
> >> 4) add a comment documenting the options
> >
> > IMHO SED should be added to bsd.sys.mk, like AWK is there too.
>
> Thought it was already, since SED is a host tool. Should I fix this?
TOOL_SED is defined in bsd.own.mk and bsd.sys.mk. I have changed
osrelease.sh to use ${TOOL_SED}.
awk is not a host tool (though it probably should be), so there is no
TOOL_AWK variable.
--apb (Alan Barrett)
Home |
Main Index |
Thread Index |
Old Index