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