summaryrefslogtreecommitdiff
path: root/tools/Makefile
AgeCommit message (Expand)Author
2010-03-02DTrace: add libelf, libdwarf, libctf, and CTF tools to the toolchain,darran
2010-02-20Build mandoc unconditional if man pages are desirable. Alljoerg
2010-02-03Store our generated files in CVS and remove nbperf from the toolchain.roy
2010-02-03Userland now builds and uses terminfo instead of termcap.roy
2009-12-29To unbreak the build, temporarily remove the build of libelf here,he
2009-12-23rework the main SUBDIR list here as suggested by enami. put .WAIT onmrg
2009-12-21move the build of pax before libelf. fixes my build of tools/libelf,mrg
2009-12-21Add support for building libelf in a host-tool environment.thorpej
2009-10-29Give m4 its own .WAIT. Fixes build issue on NetBSD-5.christos
2009-10-23Add MKMANDOC option to trigger building cat pages and HTML pages withjoerg
2009-02-25Disable grep host tool and unbreak NetBSD build until I can come up with asketch
2009-02-25Make grep a host tool.sketch
2009-02-14Convert more MACHINE tests to MACHINE_ARCHabs
2008-10-25Build sed earlier, just after mktemp. Note that sed and mktemp do notapb
2008-10-25Remove the local handling of the NOSUBDIR variable. We can relyapb
2008-10-19Add awk as a host tool.apb
2008-10-13Per uwe@'s suggestion, build nbgroff under wider circumstances.dyoung
2008-10-05Add a .WAIT to ensure that sed is installed early, so that TOOL_SED canapb
2008-09-26Build strfile both as a host tool and as an installed program:apb
2008-08-24Build pcc as host tool if requested.gmcgarry
2008-05-26Remove references to bebox-elf2pef and bebox-mkbootimage, now that theyhe
2008-04-30Build powerpc-mkbootimage for rs6000 and bebox too.garbled
2008-04-30Convert prep to use the new unified mkbootimage rather than it's own. Thisgarbled
2007-11-12Add the atf host toolsjmmv
2007-01-14Build join(1) as a host tool.apb
2006-12-20A commit too far - don't try to build veriexecgen for just nowagc
2006-12-19Build veriexecgen as a host toolagc
2006-11-22Make sys/exec_elf.h and machine/elf_machdep.h available to hostriz
2006-11-17Add some notes about the bogosity of some of the .WAIT stuff.dsl
2006-11-10Add paxctl as a tool.christos
2006-10-08If PREVIOUSTOOLDIR was empty, then don't complain that it has moved.apb
2006-08-03* Fix parallel build race condition between real{all,depend} andfreza
2006-08-03Another attempt to fix the race in parallel builds.tron
2006-07-19Invoking "make cleandir" with "PREVIOUSTOOLDIR" set to the previoustron
2006-07-18gettext should .WAIT for autoconf.lukem
2006-07-17Avoid getting into a loop of "make cleandir" instances if the locationtron
2006-07-17Remove ".WAIT" again because it doesn't fix the problem.tron
2006-07-12Add an extra ".WAIT" to the "realall realdepend" target to make suretron
2006-06-22only build lint and lint2 if MKLINT != "no".mrg
2006-06-18Make TOOL_SED, to allow using our own sed in cases where the host's versiongdamore
2006-06-02remove support for building (with) GCC 2.95. also:mrg
2006-05-11check HAVE_GCC == 4 not USE_GCC4.mrg
2006-04-01Don't barf if USE_GCC4 is not defined.christos
2006-03-29Turn on gmake builds if GCC4 is enabled (and force it's install before contin...jmc
2006-02-03The realall and realdepend bit that regenerates tools needs to be markeddsl
2005-10-04Make the tools using Makefile.disklabel wait so they don't stomp each other.jmc
2005-06-12.include Makefile.disklabel in installboot, so that thedyoung
2005-06-12Make disklabel(8) and fdisk(8) into "host tools " last step: builddyoung
2005-05-30Build genassym as a host tool. Part of PR toolchain/30350thorpej
2005-01-27We don't need aout2bb any longer.is