Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: src/share/mk
On Sun, Nov 23, 2003 at 10:18:02AM +0200, Alan Barrett wrote:
| 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?
I've changed it to ${.CURDIR:T} . Thanks for the pointer.
Home |
Main Index |
Thread Index |
Old Index