summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/cc/cpp0/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* 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