summaryrefslogtreecommitdiffstats
path: root/usr.bin/cpp
Commit message (Collapse)AuthorAgeFilesLines
* Turn on a new /usr/bin/cpp that is a true binary rather than a shell scriptobrien2000-01-043-201/+0
| | | | | wrapper. /usr/bin/cpp knows about all the GCC predefined symbols and has the functionality of the previous EGCS 1.1.2 /usr/libexec/cpp.
* ${MACHINE} -> ${MACHINE_ARCH}marcel1999-11-141-1/+2
| | | | | | | | | | | | | | | | All Makefiles now use MACHINE_ARCH for the target architecture. Unification is required for cross-building. Tags added to: sys/boot/Makefile sys/boot/arc/loader/Makefile sys/kern/Makefile usr.bin/cpp/Makefile usr.bin/gcore/Makefile usr.bin/truss/Makefile usr.bin/gcore/Makefile: fixed typo: MACHINDE -> MACHINE_ARCH
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
|
* ${DESTDIR}/usr/bin -> ${DESTDIR}${BINDIR}wosch1997-02-021-2/+2
|
* 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.
* Change `install' to `${INSTALL}' so that default install flags can bebde1995-07-251-2/+2
| | | | specified in the top level Makefiles.
* Define __GNUC__ as 2 same as cc -E would do.bde1994-09-052-5/+5
|
* gcpp has ceased to exist - point to the right place.jkh1994-08-231-2/+2
| | | | Submitted by: jkh
* We call our cpp by a different name.wollman1994-08-051-2/+3
|
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-273-0/+199
OpenPOWER on IntegriCloud