| Commit message (Expand) | Author | Age | Files | Lines |
* | Make sure the only thing that follows .endif or .else is a comment. | harti | 2005-04-11 | 1 | -2/+2 |
* | Remove trailing spaces. | krion | 2005-01-06 | 1 | -2/+2 |
* | Start the dreaded NOFOO -> NO_FOO conversion. | ru | 2004-12-21 | 1 | -4/+4 |
* | Mark the "obj" target with the .PHONY attribute. | ru | 2004-04-13 | 1 | -1/+1 |
* | Fix a very corner case when you want to make cleandir SUBDIRs which | green | 2004-01-02 | 1 | -2/+2 |
* | test -h is deprecated; use -L instead. | kris | 2002-08-31 | 1 | -1/+1 |
* | Moved the `distribute' target from bsd.obj.mk to bsd.subdir.mk, | ru | 2002-07-12 | 1 | -8/+0 |
* | Moved checkdpadd target to where it logically belongs. | ru | 2002-07-03 | 1 | -25/+0 |
* | Fixed typos. | ru | 2002-07-01 | 1 | -4/+4 |
* | Quiet ``make objlink'' when NOOBJ is defined. | ru | 2002-06-21 | 1 | -1/+3 |
* | Abuse bsd.obj.mk for defining default distribute target. | ru | 2002-04-24 | 1 | -0/+8 |
* | Merge bsd.obj.mk's version of the _SUBDIR target with bsd.subdir.mk. | ru | 2002-04-23 | 1 | -36/+6 |
* | Fixed _SUBDIR. | ru | 2002-04-22 | 1 | -4/+8 |
* | Don't include bsd.own.mk from sys.mk, this makes it impossible | ru | 2002-04-17 | 1 | -0/+6 |
* | Really finish the removal of ${LDDESTDIR} in bsd.lib.mk,v 1.55. | ru | 2002-04-11 | 1 | -1/+1 |
* | Neither .depend nor ${DEPENDFILE} depend on _SUBDIR. | ru | 2002-02-06 | 1 | -1/+1 |
* | Fixed `objwarn' so that it doesn't issue spurious warnings, | ru | 2001-05-20 | 1 | -3/+18 |
* | ... and do it make(1) way. | ru | 2001-04-26 | 1 | -5/+5 |
* | Fix the fix in rev.1.34. | ru | 2001-04-23 | 1 | -1/+1 |
* | Use test -z rather than -n. | obrien | 2000-11-01 | 1 | -1/+1 |
* | Fix the arguments to [(1) (AKA test(1)). If the string being tested | markm | 2000-08-19 | 1 | -1/+1 |
* | The previous delta was wrong; an empty MAKEOBJDIRPREFIX should | sheldonh | 2000-08-17 | 1 | -2/+2 |
* | Do not allow the cleandir target to blow away the entire source | sheldonh | 2000-08-16 | 1 | -1/+1 |
* | ${MACHINE} -> ${MACHINE_ARCH} | marcel | 1999-11-14 | 1 | -2/+2 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Restored objlink. The previous commit was confused about the difference | bde | 1999-03-21 | 1 | -1/+11 |
* | Bitrot. Remove objlink as it is not pleasant to be downwind. | markm | 1999-03-14 | 1 | -30/+2 |
* | BINFORMAT -> OBJFORMAT ready for E-day. | jb | 1998-08-30 | 1 | -2/+2 |
* | Make the whereobj target print it's output without the overhead of | peter | 1998-06-04 | 1 | -2/+2 |
* | Only include bsd.dep.mk in `mk'files that handle C sources. Abuse | bde | 1998-05-06 | 1 | -1/+24 |
* | Improved comparison of ${DPADD} with ${LDADD} for the checkdpadd target. | bde | 1998-03-14 | 1 | -6/+10 |
* | Remove ${CLEANDIRS} in the default clean rule, so that bsd.prog.mk can | bde | 1998-02-25 | 1 | -3/+8 |
* | Only remove ${CLEANFILES} in the default clean rule. In particular, | bde | 1997-12-19 | 1 | -18/+16 |
* | Added trailing slash to ${CANONICALOBJDIR} in tests for directories, | bde | 1997-04-30 | 1 | -7/+7 |
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 1 | -1/+1 |
* | In the "cleanobj" target, always remove the old-style "${.CURDIR}/obj" | jdp | 1997-02-14 | 1 | -2/+0 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -1/+1 |
* | Don't warn about non-canonical object directories if they have been | bde | 1996-09-29 | 1 | -15/+20 |
* | The warning was triggering off the unused variable MAKEOBJDIR, instead | nate | 1996-09-28 | 1 | -2/+2 |
* | Back out my brackets change, it is definitely make bug, (recently | ache | 1996-09-24 | 1 | -2/+2 |
* | Add brackets to change bogus make expression priority, i.e. | ache | 1996-09-24 | 1 | -2/+2 |
* | Added a `checkdpadd' target to help check that ${DPADD} is consistent with | bde | 1996-09-20 | 1 | -1/+13 |
* | Fixed and simplified `whereobj' rule. Use the not-so-new -V feature. | bde | 1996-09-20 | 1 | -10/+2 |
* | disable the objwarn warning if NOOBJ is set.. We have quite a few places | peter | 1996-09-19 | 1 | -3/+5 |
* | .TARGETOBJDIR has been removed from make and CANONICALOBJDIR set in | swallace | 1996-09-18 | 1 | -23/+43 |
* | Fixed `make objlink' (and `make obj' in the (non-default) OBJLINK case). | bde | 1996-09-05 | 1 | -3/+5 |
* | Fix the recently added whereobj target. | peter | 1996-07-14 | 1 | -4/+4 |
* | Add whereobj target to find that pesky obj dir | pst | 1996-07-12 | 1 | -1/+17 |
* | Bring in my changes for removing the pestilent obj links (unless you | jkh | 1996-06-24 | 1 | -48/+51 |
* | Add a note that MAKEOBJDIR is an enviroment variable | wosch | 1996-05-27 | 1 | -2/+8 |