summaryrefslogtreecommitdiffstats
path: root/usr.bin/yacc/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* MFC: r274460, r274475jkim2015-01-121-3/+4
| | | | Increase MAXTABLE to the maxmimum possible value and regen test cases.
* Merge: r258931rodrigc2014-10-111-2/+6
| | | | | | | | | Add missing bits from the vendor's 2005-05-04 change to contrib/byacc/makefile.in ("add YYPATCH here so it can be tested by applications") so that applications have a hope of detecting newer FreeBSD YACC output from an older one. Submitted by: Juniper Networks
* MFC: r257315, r260445, r264803bapt2014-07-201-4/+2
| | | | Update byacc to 20140422
* MFC various moves of tools/regressions/ tests to the new infrastructure.jmmv2014-04-271-0/+6
| | | | | | | | | | | | | | | | - r263220 Migrate tools/regression/sbin/ to the new tests layout. - r263222 Add Makefile missed in r263220. - r263226 Migrate tools/regression/{usr.bin/lastcomm,usr.sbin}/ to the new tests layout. - r263227 Migrate most of tools/regression/usr.bin/ to the new tests layout. - r263345 Expand tabs that sneaked in into spaces. - r263346 Migrate tools/regression/usr.bin/make/ to the new tests layout. - r263348 Add Makefiles missed in r263346. - r263351 Migrate tools/regression/usr.bin/pkill/ to the new tests layout. - r263388 Mark multi_test as requiring /usr/share/dict/words. - r263814 Fix path to the run.pl script to let these tests run. - r264742 Prevent building tests when bootstrapping make. This is 'make tinderbox' clean.
* Import byacc from invisible island, it brings us lots of compatibilities withbapt2012-05-211-4/+11
| | | | | | | | | | | | | bison, keeping full compatibility with our previous yacc implementation. Also bring the ability to create reentrant parser This fix bin/140309 [1] PR: bin/140309 [1] Submitted by: Philippe Pepiot <ksh@philpep.org> [1] Approved by: des (mentor) MFC after: 1 month
* Inherit WARNS from parent directory.obrien2010-11-071-2/+0
| | | | Submitted by: marius
* Change to ANSI-C function definitions.obrien2010-11-071-1/+1
|
* Build usr.bin/ with WARNS=6 by default.ed2010-01-021-0/+2
| | | | Also add some missing $FreeBSD$ to keep svn happy.
* Remove NO_WERRORs and WARNS=n's. To be revisited after GCC3.markm2002-02-081-1/+0
|
* WARNS=2 fix, but do not set this im Makefile, because this ill be themarkm2001-12-111-1/+0
| | | | default for src/usr.bin/
* WARNS=2 and s/register//.markm2001-12-011-0/+2
| | | | | Set NO_WERROR=true because there are some flex(1) issues that need to be dealt with.
* beforeinstall -> SCRIPTS.ru2001-04-071-6/+3
|
* MAN[1-9] -> MAN.ru2001-03-271-1/+1
|
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
|
* 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.
* Add RCS id's since these files have left the default branch.steve1997-01-121-0/+1
|
* Install yacc with a link as byacc (and the man page). Some gnu autoconfpeter1996-01-081-0/+2
| | | | | scripts that check for features/fixes in bison also check for byacc and dont find it unless there is a 'byacc' in the path.
* Change `install' to `${INSTALL}' so that default install flags can bebde1995-07-251-1/+1
| | | | specified in the top level Makefiles.
* Fix man extents from .0 to .1jkh1994-08-111-1/+1
| | | | Submitted by: jkh
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-271-0/+12
OpenPOWER on IntegriCloud