summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/cc/cpp0
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/5.1.0_cvscvs2svn2003-06-041-1/+1
| | | | | | | 'RELENG_5_1_0_RELEASE'. This commit was manufactured to restore the state of the 5.1-RELEASE image. Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
* Restore some of the implementation from the Bmake gcc 2.95 bits.David E. O'Brien2002-05-131-9/+11
| | | | | | | | In the end, I can do things more like the previous Bmake bits than was apparent in the middle of the gcc31 WIP. Notes: svn path=/head/; revision=96488
* Tidy up the cleanfiles.David E. O'Brien2002-05-121-1/+1
| | | | Notes: svn path=/head/; revision=96448
* Using ${.ALLSRC} here is dangerious as it sometimes picks up moreDavid E. O'Brien2002-05-081-1/+1
| | | | | | | "sources" than desired. Notes: svn path=/cvs2svn/branches/WIP_GCC31/; revision=96206
* Bmake bits for GCC 3.1.David E. O'Brien2002-04-061-2/+20
| | | | Notes: svn path=/cvs2svn/branches/WIP_GCC31/; revision=94008
* I used this for one of the gcc 2.97 snapshots.David E. O'Brien2001-12-181-0/+16
It is here in case we decide we want the directory to match the binary name since neither the binary nor the source file(s) are named 'cccp' any longer. Notes: svn path=/cvs2svn/branches/WIP_GCC31/; revision=88106