aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/colldef/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Build usr.bin/ with WARNS=6 by default.Ed Schouten2010-01-021-0/+2
| | | | | | | Also add some missing $FreeBSD$ to keep svn happy. Notes: svn path=/head/; revision=201386
* Remove NO_WERRORs and WARNS=n's. To be revisited after GCC3.Mark Murray2002-02-081-1/+0
| | | | Notes: svn path=/head/; revision=90416
* Remove leaf node WARNS?=2 (that mainly I added). This shouldMark Murray2002-02-081-1/+0
| | | | | | | help the GCC3 transition and CURRENT in general. Notes: svn path=/head/; revision=90415
* Replace -I${.OBJDIR} with -I. and split the CFLAGS line up into two lines.John Baldwin2002-01-081-1/+2
| | | | | | | Requested by: bde Notes: svn path=/head/; revision=89070
* Use -I${.OBJDIR} -I${.CURDIR} rather than -I. so that this compiles in aJohn Baldwin2002-01-081-1/+1
| | | | | | | cross-build environment. Notes: svn path=/head/; revision=89060
* WARNS=2 fixup.Mark Murray2001-12-021-7/+8
| | | | | | | | | Use __FBSDID(). Set NO_WERROR because this would rely on some lex(1) fixes that cannot be committed yet. Notes: svn path=/head/; revision=87243
* Moved to shareAndrey A. Chernov1999-10-181-1/+0
| | | | Notes: svn path=/head/; revision=52383
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50477
* Tweaks to allow compiling -Wall (mostly adding "const" to char rcsid[]).Archie Cobbs1998-12-061-1/+2
| | | | Notes: svn path=/head/; revision=41568
* Added y.tab.h to SRCS. This should have been used to get dependenciesBruce Evans1998-05-051-2/+2
| | | | | | | | on y.tab.h generated. It will soon be used to tell bsd.dep.mk that y.tab.h itself needs to be generated. Notes: svn path=/head/; revision=35745
* Fixed races in `make -jN' using new yacc rules.Bruce Evans1998-05-041-4/+2
| | | | Notes: svn path=/head/; revision=35708
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
| | | | Notes: svn path=/head/; revision=23012
* 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
* Check for not defined / redefined chars nowAndrey A. Chernov1996-10-231-2/+2
| | | | | | | Use backward compatible with ASCII collating tables Notes: svn path=/head/; revision=19128
* Backout yacc changes.Poul-Henning Kamp1996-06-021-1/+1
| | | | Notes: svn path=/head/; revision=16073
* yacc changes.Poul-Henning Kamp1996-05-301-2/+2
| | | | Notes: svn path=/head/; revision=16020
* Cleanup make process per Bruce suggestionsAndrey A. Chernov1995-11-031-20/+2
| | | | Notes: svn path=/head/; revision=12031
* Link LC_COLLATE inside dirs instead of dirs linkingAndrey A. Chernov1995-10-221-1/+10
| | | | Notes: svn path=/head/; revision=11639
* Fix SRCS so that `make depend' works. There were some .l's and some .y's.Bruce Evans1995-09-281-3/+3
| | | | | | | | | | | | | | | | | | | | | The filenames in SRCS must have one of the extensions .s, .S, .c, or .cc if they are to be handled by bsd.dep.mk. Lex and yacc files must be converted to C files and kept around for everything to work. This is handled fairly automatically if the names of the generated C files are put in SRCS. Unfortunately these names must be put in CLEANFILES too. pcvt Makefiles: Fix DPADD. It was missing. Fix CLEANFILES. Some temporary files were missing. Fix CFLAGS. There were some `-I dir' options. There must be no whitespace separating -I and -D options from the corresponding args if these options are to be handled by bsd.dep.mk. Notes: svn path=/head/; revision=11052
* Rename, lt_LN.ISO8859-1 -> lt_LN.ISO_8859-1.Satoshi Asami1995-06-191-2/+2
| | | | | | | Reviewed by: rgrimes Notes: svn path=/head/; revision=9267
* Add yet one popular russian code tableAndrey A. Chernov1995-05-011-2/+2
| | | | Notes: svn path=/head/; revision=8201
* collate tables compilerAndrey A. Chernov1995-02-171-0/+22
Submitted by: alex@elvisti.kiev.ua Notes: svn path=/cvs2svn/branches/alex/; revision=6527