Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/tools



apb%NetBSD.org@localhost wrote:

> Log Message:
> Use ${TOOL_SED} instead of just "sed" while building other tools.
> 
> Where sed is used in a != assignment, use
> .if make(depend) || make(all) || make(dependall) || make(install)
> to ensure the command doesn't run at "make obj" time when TOOL_SED will
> not have been built.

How about
.if !make(obj) && !make(clean) && !make(cleandir)
?
---
Izumi Tsutsui


Home | Main Index | Thread Index | Old Index