aboutsummaryrefslogtreecommitdiff
path: root/bin/expr/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Disable -Werror when building -- the old version of gcc used on IA32 can'tGarrett Wollman2002-03-231-0/+2
| | | | | | | deal with C99 formats. Notes: svn path=/head/; revision=92997
* Default to WARNS=2. Binary builds that cannot handle this must explicitlyDavid E. O'Brien2001-12-041-1/+0
| | | | | | | | | set WARNS=0. Reviewed by: mike Notes: svn path=/head/; revision=87323
* Fix warnings to compile with WARNS=2 on i386 and alphaKris Kennaway2001-05-261-0/+1
| | | | | | | Reviewed by: bde Notes: svn path=/head/; revision=77244
* $Id$ -> $FreeBSD$Peter Wemm1999-08-271-1/+1
| | | | Notes: svn path=/head/; revision=50471
* Simplified using new yacc rules and by not generating y.tab.h.Bruce Evans1998-05-041-10/+4
| | | | Notes: svn path=/head/; revision=35702
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
| | | | Notes: svn path=/head/; revision=22988
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-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. Notes: svn path=/head/; revision=21673
* Backout yacc changesPoul-Henning Kamp1996-06-021-2/+6
| | | | Notes: svn path=/head/; revision=16069
* Use default yacc rule.Poul-Henning Kamp1996-05-301-7/+3
| | | | Notes: svn path=/head/; revision=16012
* ``mv'' -> ``mv -f''Wolfram Schneider1996-05-071-2/+2
| | | | | | | | ``rm'' -> ``rm -f'' so mv/rm may not ask for confirmation if you are not root Notes: svn path=/head/; revision=15679
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-2/+2
| | | | | | | Reviewed by: phk Notes: svn path=/head/; revision=8855
* Added $Id$David Greenman1994-09-241-0/+1
| | | | Notes: svn path=/head/; revision=3044
* Take -lgnuregex back out. Linking with it causes 'make install' to fail.Rich Murphey1994-02-031-2/+0
| | | | Notes: svn path=/head/; revision=1078
* Remove GNU regex.[ch] and use system's regex library. The library is stillJ.T. Conklin1993-08-021-2/+3
| | | | | | | | GNU regex for now, but will be replaced as soon as an alternative is made availiable. Notes: svn path=/head/; revision=230
* install new manual pageJ.T. Conklin1993-07-211-1/+0
| | | | Notes: svn path=/head/; revision=182
* added POSIX regex to exprAndrew Moore1993-06-191-13/+7
| | | | Notes: svn path=/head/; revision=31
* Initial import, 0.1 + pk 0.2.4-B1Rodney W. Grimes1993-06-121-0/+20
Notes: svn path=/cvs2svn/branches/unlabeled-1.1.1/; revision=4