History log of /freebsd-11.0-release/usr.bin/colldef/Makefile
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 303975 11-Aug-2016 gjb

Copy stable/11@r303970 to releng/11.0 as part of the 11.0-RELEASE
cycle.

Prune svn:mergeinfo from the new branch, and rename it to RC1.

Update __FreeBSD_version.

Use the quarterly branch for the default FreeBSD.conf pkg(8) repo and
the dvd1.iso packages population.

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

# 302408 08-Jul-2016 gjb

Copy head@r302406 to stable/11 as part of the 11.0-RELEASE cycle.
Prune svn:mergeinfo from the new branch, as nothing has been merged
here.

Additional commits post-branch will follow.

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


# 291127 21-Nov-2015 bapt

colldef(1) does not need the libc's internal collate.h header anymore


# 291115 20-Nov-2015 bapt

Reintegrate colldef(1) and mklocale(1)

While those tools are not needed anymore they are necessary to build FreeBSD 9
and 10. it does not hurt to keep those tools around until both 9 and 10 branch
become EOLed.

Modify colldef(1) to build after the change in the collation header, and ensure
it does produce the same collation definition it used to generate for 9 and 10

Reported by: Oliver Pinter


# 275042 25-Nov-2014 bapt

Convert to usr.bin/ to LIBADD
Reduce overlinking


# 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 28-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 22-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