summaryrefslogtreecommitdiffstats
path: root/usr.bin/mkdep
Commit message (Collapse)AuthorAgeFilesLines
* Remove the advertising clause from UCB copyrighted files in usr.bin. Thisjoel2010-12-113-12/+2
| | | | | | | | | is in accordance with the information provided at ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change Also add $FreeBSD$ to a few files to keep svn happy. Discussed with: imp, rwatson
* Sort sections.ru2005-01-181-4/+4
|
* Mechanically kill hard sentence breaks.ru2004-07-021-4/+8
|
* english(4) police.schweikh2002-12-271-1/+1
|
* Use `The .Nm utility'charnier2002-04-201-2/+3
|
* Remove whitespace at EOL.dd2001-07-151-1/+1
|
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
|
* beforeinstall -> SCRIPTS.ru2001-04-071-5/+3
|
* MAN[1-9] -> MAN.ru2001-03-271-1/+2
|
* mdoc(7) police: use the default ``file ...'' feature of the .Ar macro.ru2001-02-131-1/+1
|
* Prepare for mdoc(7)NG.ru2000-12-191-0/+1
|
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-1/+1
|
* Capitalization errors:chris1999-09-251-2/+2
| | | | | * Gcc -> gcc * Gnu -> GNU
* $Id$ -> $FreeBSD$peter1999-08-282-2/+2
|
* Add $Id$, to make it simpler for members of the translation teams tonik1999-07-121-0/+1
| | | | | | | | | | | | | | | | | track. The $Id$ line is normally at the bottom of the main comment block in the man page, separated from the rest of the manpage by an empty comment, like so; .\" $Id$ .\" If the immediately preceding comment is a @(#) format ID marker than the the $Id$ will line up underneath it with no intervening blank lines. Otherwise, an additional blank line is inserted. Approved by: bde
* Remove -n for ignoring system headers. Instead add finer grain shellobrien1998-09-132-17/+25
| | | | | | macros and document them. Prompted by: bde
* revert back to rev 1.5obrien1998-09-041-1/+0
|
* Cut-n-paste fub.obrien1998-09-021-2/+2
| | | | Noticed by: bde
* Add option `-n', causing system headers not to be included in dependacyobrien1998-08-293-3/+17
| | | | | | lists. This is needed when using a non-stock compiler.
* When exiting on SIGINT, exit with signal statuscracauer1998-08-242-3/+3
|
* Remove the PATH setting.jb1998-08-171-3/+1
|
* .Nm mkdep -> .Nm.charnier1997-07-241-3/+3
|
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
|
* Bye Bye.wosch1997-02-143-390/+0
|
* Print error messages to stderr, not to stdout.bde1997-02-131-2/+2
| | | | | Fixed usage message to match reality (-a was missing) and man page (arg names were spelled differently).
* ${DESTDIR}/usr/bin -> ${DESTDIR}${BINDIR}wosch1997-02-021-1/+1
|
* Store temp files in current directory instead /tmp. The currentwosch1997-01-271-1/+1
| | | | | directory is usually not world writable, this avoid security problems due the evil Berkeleian symlinks.
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* $@ -> "$@", now ``mkdep "foo bar".c'' works.wosch1996-10-271-5/+6
| | | | | | | Do not exit with status 0 if mkdep(1) cannot create output, e.g. if .depend is not writable or the FS is readonly mounted. Store arguments as comments for debugging purpose.
* $* -> $@wosch1996-04-051-18/+19
| | | | check exit code from $MKDEP_CPP, not sed(1)
* remove /usr/ucb from pathwosch1996-03-122-8/+1
| | | | cleanup Makefile
* Change `install' to `${INSTALL}' so that default install flags can bebde1995-07-251-2/+2
| | | | specified in the top level Makefiles.
* Fix -p option sed script so that it really does change program.o: intorgrimes1994-10-031-1/+1
| | | | | program:. There where extra spaces our gcc does not emit causing problems. Obtained from: FreeBSD 1.1.5.1
* Use cc -E instead of cpp for the preprocessor by default. cc -E isbde1994-08-301-2/+7
| | | | | | | | | | | | | | | | correct for C sources that are compiled by cc, while cpp (/usr/bin/cpp) is bogus since it invokes /usr/libexec/cpp with different flags. 1.1.5 uses plain cc. This should be equivalent after -M is added, but cc -M foo.s is completely broken (it invokes the assembler) while cc -E -M foo.s just does nothing instead of generating a foo.o: foo.s dependency. IF $MKDEP_CPP is set, use it as the cpp instead of cc -E. Assembler sources that are preprocessed using cpp directly should be mkdep'ed with MKDEP_CPP=cpp. Such sources shouldn't exist but we still have lots. foo.S should be compiled by cc -traditional (cc will invoke the preprocessor) and foo.s should be compiled by cc (cc won't invoke the preprocessor).
* Change cc back to cpp for now.paul1994-08-211-2/+2
| | | | | Reviewed by: Submitted by:
* Changed cpp to cc since cpp is hidden away in /usr/libexecpaul1994-08-201-2/+2
| | | | | Reviewed by: Submitted by:
* More merry makefile munging for man page compatability.wollman1994-08-051-1/+1
|
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-277-0/+713
OpenPOWER on IntegriCloud