FreeBSD src
Go to file
Bruce Evans 207a4c998a Use cc -E instead of cpp for the preprocessor by default. cc -E is
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).
1994-08-30 16:36:49 +00:00
bin Add dependencies on libraries to DPADD. Someday this should be done 1994-08-28 18:49:06 +00:00
eBones The telnet version with encryption in in. 1994-08-27 15:48:54 +00:00
etc Added /etc/gnats directory to BSD.root.dist mtree template. 1994-08-29 01:35:53 +00:00
gnu Use gnumalloc to help reduce memory consumption. 1994-08-29 17:38:28 +00:00
include Use ${ECHO} instead of echo' so that make -s' is fairly quiet. 1994-08-28 17:44:10 +00:00
lib SHARED_LDADD added 1994-08-28 21:48:11 +00:00
libexec Ignore SIGQUITs, cause getty dumps core on garbadge from modem line 1994-08-29 17:28:58 +00:00
sbin What cretin named both a global and a function "reboot"? Global 1994-08-28 10:00:49 +00:00
secure The telnet version with encryption in in. 1994-08-27 15:48:54 +00:00
share Define NOOBJ so that install doesn't try to get the sources from the 1994-08-28 17:21:36 +00:00
sys Change RAW_PART back to 3, too early step right now, disklabels need more 1994-08-30 14:31:38 +00:00
tools/regression/usr.bin/sed BSD 4.4 Lite Usr.bin Sources 1994-05-27 12:33:43 +00:00
usr.bin Use cc -E instead of cpp for the preprocessor by default. cc -E is 1994-08-30 16:36:49 +00:00
usr.sbin Remove xntpd for now until it works. 1994-08-30 10:06:53 +00:00
CVS-INFO Documented the new CVS template. This really isn't the right place for it, 1994-07-24 22:27:27 +00:00
HW.TROUBLE Added the first three entries. Changed the intro a bit. 1994-08-28 20:48:37 +00:00
Makefile Removed an echo about directories not being enabled. 1994-08-26 20:44:12 +00:00
TODO Add my desire for XPG-style message catalogs to the TODO list. 1994-08-21 17:53:06 +00:00