summaryrefslogtreecommitdiff
path: root/usr.bin/mkdep
AgeCommit message (Expand)Author
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
2001-03-22get closer to KNF.cgd
2001-03-22convert uses of hard-coded string "mkdep" to use getprogname().cgd
2001-02-21call setprogname(argv[0]) at start of main()cgd
1999-07-21Rather than hardcoding _PATH_TMP (and relying on const string concatenation),kleink
1999-03-31* Make usage string reflect reality,kleink
1999-03-22More and more .Os cleanups. .Os is defined in the tmac.doc-common file,garbled
1999-03-18Do something sane if we have CC='cc -pipe' setsommerfe
1999-01-28Because neither the original shell script nor the new C program cantron
1999-01-28Fix usage messages in case we are going to revive one of these.tron
1999-01-25Build and install "mkdep.c".tron
1999-01-25New C program to replace old "mkdep" script. Speeds up "make depend"tron
1998-04-09per PR#4304 no need to set PATH (especially after testing it!)fair
1998-03-31remove /usr/ucb from PATHs, per Jim Bernard (pr 5236)perry
1997-10-19fix up .Nm usagelukem
1997-07-22quote ${CC} so that multi-word values work right (for some defn of "right")cgd
1997-07-21fix a couple of bogons in the changes to the sed regexps in my previouscgd
1997-07-20find the compiler more correctly: if user has set 'CC' use it but expandcgd
1997-03-27Set SCRIPTSNAME correctly.mycroft
1997-03-24- Makefile cleanupschristos
1996-10-18Use ${INSTALL}.thorpej
1994-12-23Merged with 4.4lite.jtc
1994-12-23imported from 44litejtc
1994-12-22specify man pages the new way.cgd
1994-09-19Use `gcc', not `cpp', for depending.mycroft
1994-02-21Everyone uses GCC now.mycroft
1994-02-21Same .o fix as mkdep.gcc.sh; not currently relevant as we use GCC.mycroft
1994-02-15Sparc uses gcc too...pk
1993-08-16Call `cpp', not `gcc'.mycroft