summaryrefslogtreecommitdiff
path: root/usr.bin/mkdep
AgeCommit message (Expand)Author
2018-05-23deconst -> __UNCONST to avoid null pointer arithmeticjoerg
2015-06-16fix some error handling.christos
2013-03-05Conditionally include the depend files.christos
2013-03-05add -i and -vchristos
2012-08-26Add a new "-P prefix" option to mkdep(1).jmmv
2011-09-04ANSIfy + static + __deadjoerg
2011-06-30dependant -> dependentwiz
2011-05-31Don't touch before the mmap'ed region.enami
2011-05-30Handle the empty suffix properly. Convert suffix list to a list from anchristos
2011-04-17Recognize --sysroot but don't document it or do anything about it for now.christos
2010-10-15Per PR 19359 note that mkdep doesn't handle all make metacharactersdholland
2010-05-26fix empty suffix case.christos
2010-05-26PR/43364: Nicolas Joly: mkdep(1) wrong target names when suffix list miss .ochristos
2009-04-12fix -Wcast-qual & -Wsign-compare issueslukem
2009-02-13Comment out CFLAGS+=-g.uebayasi
2008-07-21Remove the \n and tabs from the __COPYRIGHT() strings.lukem
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2007-09-25remove unnecessary #includelukem
2006-10-30kill crypto/rmd160.h and crypto/sha2.h, and instead make symlinks tochristos
2006-10-15- make a variable volatile, that gcc warns vfork will clobber.christos
2006-03-20make this compile again.christos
2006-03-20plug leaks, coverity cids 92, 93.elad
2005-12-12Sort options.wiz
2005-12-12Add a -D option that acts like -d, but reads the filenames (whitespacedsl
2005-10-19Edit -s text.ross
2005-06-07Initialize a couple of local variables to appease -Wuninitialized.he
2004-07-13Sync usage with man page. From Kouichirou Hiratsuka in PR 26224.wiz
2004-01-26Redo code that expands the 'xxx.o' to 'xxx.o xxx.so xxx.po xxx.ln' so thatdsl
2003-12-07Only emit each filename once in a single .OPTIONAL line when -o is given.dsl
2003-11-11Don't rely on mmap giving a NUL terminated buffer.dsl
2003-11-10Fix continuation line handling.dsl
2003-11-10Add the following options with a view to using 'cc -MD' to automaticallydsl
2003-10-27Overhaul how `build.sh tools' are used:lukem
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-06-11Remove old, unused and unsafe shell scripts as suggested by Jeremy C. Reedtron
2003-05-18Now that <bsd.prog.mk> DTRT if HOSTPROG is defined (i.e, it is a no-op),lukem
2003-03-28catch SIGPIPE, too.msaitoh
2003-02-25.Nm does not need a dummy argument ("") before punctuation orwiz
2003-01-19Backing this out until it works.elric
2003-01-18When an unknown option is found, ignore it, as it may be cc related (i.e.,jmmv
2003-01-18Use getopt(3) instead of specific code to parse options.jmmv
2003-01-16catch SIGINT, SIGHUP, SIGQUIT and SIGTERM to clear a temporary file.msaitoh
2003-01-06writable, not writeable.wiz
2002-06-14Split out the findcc() function that tries to determine the path tosimonb
2002-01-31Roll in fixes to permit cross-compiling from non-NetBSD hosts. Thistv
2002-01-21Add hooks for cross-hosting on non-NetBSD platforms.tv
2001-12-01Sort sections.wiz
2001-12-01Whitespace cleanup.wiz
2001-08-14Add hooks to allow toolchain bits to be reachover-built at the top level.tv
2001-03-22a couple of tiny whitespace cleanupscgd