| Commit message (Expand) | Author | Age | Files | Lines |
* | With MK_AUTO_OBJ=yes objdir is created during sys.mk | sjg | 2015-06-11 | 1 | -0/+4 |
* | combine two comments | sjg | 2015-06-10 | 1 | -2/+1 |
* | Explain in a nutshell why we destroy | sjg | 2015-06-10 | 1 | -0/+1 |
* | If MK_AUTO_OBJ==yes, it is done before bsd.obj.mk included | sjg | 2015-06-10 | 1 | -10/+6 |
* | Merge from head | sjg | 2015-05-26 | 1 | -0/+10 |
|\ |
|
| * | Allow relative pathnames in SRCS, so as to enable building software | dim | 2015-03-14 | 1 | -0/+10 |
* | | Merge from head@274682 | sjg | 2014-11-19 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Ignore errors from rm -rf to support high -j builds. This is, at best, | imp | 2014-11-06 | 1 | -2/+2 |
* | | Merge head from 7/28 | sjg | 2014-08-19 | 1 | -2/+3 |
|\ \
| |/ |
|
| * | bsd.lib.mk does not add OBJS etc to CLEANFILES so does not automatically | sjg | 2014-07-22 | 1 | -2/+3 |
| * | Add support for bmake. This includes: | marcel | 2012-10-06 | 1 | -0/+7 |
* | | Don't make wildcards .PHONY | sjg | 2014-05-10 | 1 | -2/+3 |
* | | If doing destroy-all and at top-level whack stage tree too. | sjg | 2014-05-05 | 1 | -4/+25 |
* | | Add 'destroy' target to efficiently rm -rf objtree | sjg | 2014-05-02 | 1 | -0/+25 |
* | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch. | marcel | 2012-08-22 | 1 | -0/+16 |
|/ |
|
* | 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 |