| Age | Commit message (Expand) | Author |
| 2004-01-03 | Consistently check ${TOOLCHAIN_MISSING} against "no". | lukem |
| 2003-12-28 | Fix PR#4980 and support common symbols correctly in crunched programs. | jmc |
| 2003-12-27 | Support crunch configs which specify relative srcdir's but don't use -D. For | jmc |
| 2003-12-08 | Use grep in favor of egrep in a few places. The pattern being searched | dmcmahill |
| 2003-11-19 | Change the make(1) command lines generated by crunchgen from: | nathanw |
| 2003-10-27 | Overhaul how `build.sh tools' are used: | lukem |
| 2003-10-21 | Rework how MAKEVERBOSE operates: | lukem |
| 2003-10-19 | support MAKEVERBOSE and use ${HOST_SH} | lukem |
| 2003-10-07 | fix typo that prevented ${PROG}.unstripped from being removed in "clean" | lukem |
| 2003-07-26 | netbsd.org->NetBSD.org | salo |
| 2003-07-10 | NOxxx= variables should appear first | lukem |
| 2003-07-09 | Keep unstripped binary in $OBJ, use are timestamp instead of prog.stripped. | dsl |
| 2003-06-01 | "objcopy --redefine-syms-file" is now "objcopy --redefine-syms". | thorpej |
| 2003-05-18 | Now that <bsd.prog.mk> DTRT if HOSTPROG is defined (i.e, it is a no-op), | lukem |
| 2003-05-15 | Add an extra target to the xxx.mk file that is equivalent to 'all', but which | dsl |
| 2003-05-14 | Add a .WAIT to ensure that all the program objects are built before | dsl |
| 2003-05-09 | Make the prog.mk makefile run make in each of the target directories and | dsl |
| 2003-03-31 | progams->programs (Igor Sobrado, PR misc/19700) + homegrown->home-grown | perry |
| 2003-03-18 | Back out rev 1.43 for now, it seems to create some new problems (see | fvdl |
| 2003-03-01 | No need to invoke the make command so many times. It can handle all | enami |
| 2003-02-25 | .Nm does not need a dummy argument ("") before punctuation or | wiz |
| 2003-02-18 | The name of the working directory for each prog is converted by "s/-/_/". | msaitoh |
| 2003-01-29 | Use new the --redefine-syms-file option to objcopy to rename the symbols | simonb |
| 2002-12-05 | Get the right formats for x86_64. | fvdl |
| 2002-10-02 | Two typos. From Adrian Mrva. eg -> e.g. | wiz |
| 2002-09-17 | * Eliminate the USE_NEW_TOOLCHAIN variable. Instead, split it into | thorpej |
| 2002-08-20 | - move LDSTATIC=-static to the bottom, so that "LDSTATIC=" in /etc/mk.conf | lukem |
| 2002-07-11 | Add SH5 support. (Missed these during the last sweep of my local tree) | scw |
| 2002-07-09 | Add -o, -D, and -L to usage() to get it in sync with reality. | pooka |
| 2002-07-03 | Add envp argument support to crunchgen. | pooka |
| 2002-06-30 | Include <limits.h> for SIZE_T_MAX since time.h no longer | tsutsui |
| 2002-06-12 | add -o to synopsis | pooka |
| 2002-05-29 | revert revision 1.37; it causes problems when running make(1) on a | lukem |
| 2002-05-02 | Some tweaks to (hopefully) make the crunchgen-generated makefile | sommerfeld |
| 2002-04-29 | Invoke the "make crunchgen_objs" submake with -B so we aren't confused | sommerfeld |
| 2002-04-10 | Move check of USE_NEW_TOOLCHAIN so it'll actually be *defined* for a native | tv |
| 2002-04-06 | Note -d flag in SYNOPSIS. | tsutsui |
| 2002-03-31 | Move tempfname[] to fillin_program_objs() (the only place that calls it), | lukem |
| 2002-03-31 | Use "r" instead of "r+" to popen(3), since the latter is not portable | lukem |
| 2002-02-08 | Generate <>& symbolically. I'm avoiding .../dist/... directories for now. | ross |
| 2002-02-02 | CRUNCHEDPROG=1 is a bit more useful if it's also defined when | lukem |
| 2002-02-02 | pass CRUNCHEDPROG=1 to make(1) when building progs from their Makefiles. | lukem |
| 2002-01-31 | Include config.h for host tool; protect __RCSID. | tv |
| 2002-01-25 | Add special command "keepsymbols", allows the specified external symbols | ragge |
| 2001-12-12 | Define both NLIST_AOUT and NLIST_ELF32 for m68000. | fredette |
| 2001-12-12 | MKfoo=no -> NOfoo | tv |
| 2001-12-01 | Use .Bd -literal. | wiz |
| 2001-11-12 | Use .PATH to find mkskel.sh; formatting cleanup. | tv |
| 2001-11-08 | Oops...don't nuke the global symbols with objcopy. Just keep the crunched stub | jmc |
| 2001-11-07 | remove superflouos arguments to fprintf() | drochner |