Source-Changes archive

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

Re: CVS commit: src/share/mk



On Sat, 22 Nov 2003, Luke Mewburn wrote:
> Modified Files:
>       src/share/mk: bsd.own.mk
> 
> Log Message:
> In the various _MKTARGET macros, prepend "${.OBJDIR:T}/" to the ${.TARGET},
> to provide more context about the operation.  Especially useful for crunched
> binaries and kernel builds.  Idea suggested by David Laight <dsl@>

${.OBJDIR}:T} will almost always be "obj" for people who use
objdirs without using MAKEOBJDIRPREFIX or MAKEOBJDIR.

How about using ${.SRCDIR:T} instead?

--apb (Alan Barrett)



Home | Main Index | Thread Index | Old Index