summaryrefslogtreecommitdiffstats
path: root/usr.bin/mkdep
Commit message (Collapse)AuthorAgeFilesLines
* $* -> $@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