History log of /freebsd-10-stable/usr.bin/colldef/Makefile
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 215676 22-Nov-2010 brucec

Don't generate input() since it's not used.


# 201386 02-Jan-2010 ed

Build usr.bin/ with WARNS=6 by default.

Also add some missing $FreeBSD$ to keep svn happy.


# 90416 08-Feb-2002 markm

Remove NO_WERRORs and WARNS=n's. To be revisited after GCC3.


# 90415 08-Feb-2002 markm

Remove leaf node WARNS?=2 (that mainly I added). This should
help the GCC3 transition and CURRENT in general.


# 89070 08-Jan-2002 jhb

Replace -I${.OBJDIR} with -I. and split the CFLAGS line up into two lines.

Requested by: bde


# 89060 08-Jan-2002 jhb

Use -I${.OBJDIR} -I${.CURDIR} rather than -I. so that this compiles in a
cross-build environment.


# 87243 02-Dec-2001 markm

WARNS=2 fixup.
Use __FBSDID().
Set NO_WERROR because this would rely on some lex(1) fixes that
cannot be committed yet.


# 52383 18-Oct-1999 ache

Moved to share


# 50477 27-Aug-1999 peter

$Id$ -> $FreeBSD$


# 41568 06-Dec-1998 archie

Tweaks to allow compiling -Wall (mostly adding "const" to char rcsid[]).


# 35745 05-May-1998 bde

Added y.tab.h to SRCS. This should have been used to get dependencies
on y.tab.h generated. It will soon be used to tell bsd.dep.mk that
y.tab.h itself needs to be generated.


# 35708 04-May-1998 bde

Fixed races in `make -jN' using new yacc rules.


# 23012 22-Feb-1997 peter

Revert $FreeBSD$ to $Id$


# 21673 14-Jan-1997 jkh

Make the long-awaited change from $Id$ to $FreeBSD$

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.


# 19128 23-Oct-1996 ache

Check for not defined / redefined chars now
Use backward compatible with ASCII collating tables


# 16073 02-Jun-1996 phk

Backout yacc changes.


# 16020 30-May-1996 phk

yacc changes.


# 12031 03-Nov-1995 ache

Cleanup make process per Bruce suggestions


# 11639 21-Oct-1995 ache

Link LC_COLLATE inside dirs instead of dirs linking


# 11052 28-Sep-1995 bde

Fix SRCS so that `make depend' works. There were some .l's and some .y's.

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.


# 9267 19-Jun-1995 asami

Rename, lt_LN.ISO8859-1 -> lt_LN.ISO_8859-1.
Reviewed by: rgrimes


# 8201 01-May-1995 ache

Add yet one popular russian code table


# 6528 17-Feb-1995 ache

This commit was generated by cvs2svn to compensate for changes in r6527,
which included commits to RCS files with non-trunk default branches.


# 6527 17-Feb-1995 ache

collate tables compiler
Submitted by: alex@elvisti.kiev.ua