| Age | Commit message (Expand) | Author |
| 2003-11-16 | .c.lo: support per-target COPTS, CPPFLAGS, CPUFLAGS | lukem |
| 2003-11-14 | Add a AWK for awk. | matt |
| 2003-11-13 | Add a HOST_LN. | matt |
| 2003-11-08 | Remove single suffix inference rules from here; nothing in the tree | lukem |
| 2003-10-29 | use ${.PREFIX} instead of ${.TARGET:R} | lukem |
| 2003-10-21 | Move the MAKEVERBOSE setup from <bsd.sys.mk> to <bsd.own.mk>, and | lukem |
| 2003-10-21 | Rework how MAKEVERBOSE operates: | lukem |
| 2003-10-20 | Add MAKEVERBOSE pretty versions for .cc .cpp .cxx .C | lukem |
| 2003-10-19 | add _MKMSGCREATE.m | lukem |
| 2003-10-19 | add _MKMSGINSTALL.m | lukem |
| 2003-10-19 | fix _MKSHECHO for MAKEVERBOSE=1 | lukem |
| 2003-10-19 | Provide _MKMSG{BUILD,CREATE,COMPILE,FORMAT,INSTALL,LINK,LEX,YACC} to display | lukem |
| 2003-10-19 | Add rules for .s .s.o .S .S.o to support per-source COPTS,CPUFLAGS,CPPFLAGS | lukem |
| 2003-10-18 | implement MAKEVERBOSE for rules which are of the form: | lukem |
| 2003-10-18 | Implement MAKEVERBOSE to control how "verbose" the standard make(1) rules are. | lukem |
| 2003-08-22 | Disable -Wtraditional and explain why. | christos |
| 2003-07-28 | Be consistent how "multiple include protection" is implemented. I.e, | lukem |
| 2003-07-22 | Add source-file-specific variables in <bsd.lib.mk> and <bsd.prog.mk>: | lukem |
| 2003-07-20 | add TOOL_STAT for stat(1) | lukem |
| 2003-07-18 | Add MKMANZ; if not set to "no", compress the manual pages at installation time. | lukem |
| 2003-07-14 | use full path in default TOOL_MAKEWHATIS | lukem |
| 2003-07-10 | Rename a large chunk of the make(1) variables which refer to a | lukem |
| 2003-06-26 | Citrus iconv support(3) | tshiozak |
| 2003-05-30 | Add a CPUFLAGS variable which can be set by the user's mk.conf or in | thorpej |
| 2003-05-18 | Add ${TOOL_DB}; db(1) as a (host) tool. | lukem |
| 2003-05-08 | Fix _HOST_CYGWIN lossage. | christos |
| 2003-05-08 | Deal with CYGWIN's sh screwage. | christos |
| 2002-12-21 | add SUNLABEL | lukem |
| 2002-11-25 | Add -Wno-sign-compare to CFLAGS. | thorpej |
| 2002-07-20 | add -Wa,-Av8plus to CFLAGS if we are building for 32bit sparc | mrg |
| 2002-06-11 | add CAT here too | lukem |
| 2002-05-30 | remove duplicated -Wpointer-arith when WARNS=2 | msaitoh |
| 2002-05-28 | Add fgen as a host tool, used for sys/arch/sparc/bootblk. | bjh21 |
| 2002-05-02 | Make the ELF2ECOFF assignment an "?=" assignment so it won't override the | simonb |
| 2002-04-23 | Sun Workshop C 5.0 objects to generating object files with suffixes other than | bjh21 |
| 2002-04-12 | add ELF2ECOFF | lukem |
| 2002-04-03 | add INSTALLBOOT. sort some entries in bsd.sys.mk | lukem |
| 2002-04-01 | Add a default for CAP_MKDB. | bjh21 |
| 2002-03-31 | Add CKSUM. | bjh21 |
| 2002-03-31 | Provide a default for PWD_MKDB. | bjh21 |
| 2002-01-27 | Drink ALL the Kool-Aid. | ross |
| 2002-01-25 | add $PAX to both, and $MAKEFS to bsd.sys.mk | lukem |
| 2001-11-29 | Ah, don't actually need MAKEWHATIS here. | thorpej |
| 2001-11-29 | Provide ${MAKEWHATIS}. | thorpej |
| 2001-11-28 | Use :U successfully this time. In an expression such as ${FOO:D:Ubar}, you | tv |
| 2001-11-26 | Revert check for NOGCCERROR back to a .if \!defined as the :U check will break | jmc |
| 2001-11-17 | Protect from multiple inclusion. | thorpej |
| 2001-11-17 | Make sure MKDEP is defined for the non-USETOOLS case. | thorpej |
| 2001-11-15 | Re-add check for defined(MKSOFTFLOAT) that got lost in v1.60. | wiz |
| 2001-11-14 | Move the DESTDIR-based nostdinc logic to bsd.lib.mk and bsd.prog.mk where | tv |