aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/bison
Commit message (Collapse)AuthorAgeFilesLines
* Retire Bison as it is not need to build GCC any more.David E. O'Brien2000-01-304-234/+0
| | | | | | | Ok'ed by: JKH Notes: svn path=/head/; revision=56907
* $Id$ -> $FreeBSD$Peter Wemm1999-08-273-3/+3
| | | | Notes: svn path=/head/; revision=50472
* A "=" should have been "+=".David E. O'Brien1999-08-201-2/+2
| | | | | | | Submitted by: Mikhail Teterin <mi@aldan.algebra.com> Notes: svn path=/head/; revision=50078
* Reduce the number of -I's. I have no idea why I thought I needed extra ones.David E. O'Brien1999-08-151-2/+2
| | | | | | | Submitted by: bde Notes: svn path=/head/; revision=49855
* Due to brain damage on the FSF people, we can not longer pass "config.h"David E. O'Brien1999-08-141-0/+180
| | | | | | | | type settings on the compiler command line. FSF put their version of our "__P()" macro in config.h, thus ``config.h'' required now. Notes: svn path=/head/; revision=49808
* Fixes for Bison 1.25->1.28 upgrade.David E. O'Brien1999-08-142-7/+7
| | | | Notes: svn path=/head/; revision=49807
* change bin to BINOWN and BINGRPJohn-Mark Gurney1997-08-211-3/+3
| | | | | | | Reviewed-by: joerg Notes: svn path=/head/; revision=28476
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-223-3/+3
| | | | Notes: svn path=/head/; revision=22996
* Use SRCDIR instead of PATHAndrey A. Chernov1997-01-161-1/+1
| | | | Notes: svn path=/head/; revision=21779
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-143-3/+3
| | | | | | | | | | | 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. Notes: svn path=/head/; revision=21673
* Same. This wasn't even in the old dir file.Joshua Peck Macdonald1997-01-111-1/+3
| | | | Notes: svn path=/head/; revision=21519
* Use ${COPY} instead of -c for installing non-source files.Bruce Evans1997-01-011-2/+2
| | | | Notes: svn path=/head/; revision=21155
* Added ${DESTDIR} to the install target so bison.{simple,hairy}Joerg Wunsch1996-10-271-3/+5
| | | | | | | | | will also appear in our releases. ;) Forgotten by: peter Notes: svn path=/head/; revision=19215
* Add bmakefiles to compile bison.Peter Wemm1996-09-103-0/+50
Notes: svn path=/head/; revision=18213