| Age | Commit message (Expand) | Author |
| 2018-05-19 | Prevent 'make obj' creating an objdir inside an objdir. This happens the | christos |
| 2016-12-10 | Back in 1993 ${MACHINE} was a unique way to define objdirs for | christos |
| 2016-12-08 | factor out expression. | christos |
| 2010-01-25 | PR/42658: Geoff Wing: Quote directory variables to deal with spaces in the | christos |
| 2007-12-11 | It's "its" for possessive, not "it's". | lukem |
| 2006-11-26 | Comment where make's internal copy of .OBJDIR gets changed | dsl |
| 2003-12-04 | Ensure that ${TOOL_STAT} is executable before trying to run it; | lukem |
| 2003-11-06 | support MAKEVERBOSE for objdir creation messages | lukem |
| 2003-07-28 | Be consistent how "multiple include protection" is implemented. I.e, | lukem |
| 2003-07-28 | Pull in <bsd.sys.mk> as well, for the TOOL_ variables in the | lukem |
| 2003-07-20 | Use ltarg=`stat -qf '%Y' $l` to read a symlink's target (and rely upon | lukem |
| 2003-07-18 | whitespace cleanup | lukem |
| 2002-03-14 | Add a BUILDID variable, which further qualifies object directories. | thorpej |
| 2001-11-29 | Remove spurious '.' in line 42, as reported by Naoto Shimazaki on | wiz |
| 2001-11-28 | Use :U successfully this time. In an expression such as ${FOO:D:Ubar}, you | tv |
| 2001-11-27 | If using MAKEOBJDIRPREFIX use the same checks as the symlink logic does below. | jmc |
| 2001-11-20 | :U can't be used to test for existence, as the variable may contain an | tv |
| 2001-11-14 | Turn off host-specific objdirs by default. Set MKHOSTOBJ=yes to enable. | tv |
| 2001-11-12 | Use ${__curdir} consistently. | tv |
| 2001-11-11 | Also handle the USR_OBJMACHINE case for OBJHOSTMACHINE. | tv |
| 2001-11-11 | Affix the ${HOST_OSTYPE} info to the end of the objdir name if OBJMACHINE | tv |
| 2001-11-11 | Fix variable concatenation in previous. | tv |
| 2001-11-11 | Make the BSDSRCDIR/BSDOBJDIR symlink based objdir system work for the top | tv |
| 2001-10-31 | Use __curdir throughout, so MAKEOBJDIR builds see resolved paths in the | tv |
| 2001-08-14 | Protect against multiple inclusion, and evaluate ${.CURDIR} early (to assist | tv |
| 2001-06-10 | fail `make obj' if $BSDOBJDIR doesn't exist. fixes PR#12937. | mrg |
| 2001-03-11 | "test !", rather than "! test". The former is more portable. | cgd |
| 2000-07-07 | test -h, not test -L. | cgd |
| 2000-02-18 | s/MAKOBJDIR/MAKEOBJDIR/ | itohy |
| 2000-02-08 | Fixed handling of MAKEOBJDIR so that it matches make(1)'s expectations. | sjg |
| 1999-12-04 | When building obj symlinks, if there's already a link pointing at the right t... | sommerfeld |
| 1999-08-21 | Use (if defined) instead of obj.foo or obj | sommerfeld |
| 1999-06-10 | Oops, PWD is really something else in most environments. | kim |
| 1999-06-10 | Fix a typo which caused "make obj" to try to *execute* the direcroty it was in. | tls |
| 1999-06-08 | Allow "make obj" to work nicely with amd by setting | kim |
| 1999-02-12 | pull in bsd.own.mk for MKOBJ | lukem |
| 1999-02-12 | * Add support for MKDOC MKLINKLIB MKLINT MKMAN MKNLS MKOBJ MKPIC MKPICINSTALL | lukem |
| 1998-08-27 | Rename show-objdir to print-objdir to be consistent with existing | tv |
| 1998-08-27 | Add pseudo-target "show-objdir", which will print the value of ${.OBJDIR} | tv |
| 1997-05-09 | Automatically add the .c files corresponding to .l and .y files to DPSRCS. | mycroft |
| 1997-05-07 | Don't use _SUBDIRUSE outside of bsd.subdir.mk. | mycroft |
| 1997-05-06 | Add a pile of missing .PHONYs. | mycroft |
| 1997-04-15 | Make the `obj' target `.PHONY', so that does not get affected by .PATH/VPATH | christos |
| 1996-04-10 | Get the current working directory from "/bin/pwd" rather than "pwd". | thorpej |
| 1996-02-21 | Use shell internal substring matching, like bsd.man.mk. | pk |
| 1995-06-10 | Explicitly remove obj link before creating it. | mycroft |
| 1994-06-30 | RCSID frobbing, and minor sanity adjustments. | cgd |
| 1994-06-30 | don't be careless with _SUBDIRUSE | cgd |
| 1993-11-07 | define BSDOBJDIR and BSDSRCDIR to have make think of the src and obj | cgd |
| 1993-10-23 | add support to make obj.${MACHINE} dirs, if the user so requests. | cgd |