History log of /freebsd-12.1/usr.bin/colldef/Makefile (Results 1 – 25 of 26)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: release/12.2.0, release/11.4.0, release/12.1.0, release/11.3.0, release/12.0.0, release/11.2.0, release/10.4.0, release/11.1.0, release/11.0.1, release/11.0.0, release/10.3.0
# c9a18703 21-Nov-2015 Baptiste Daroussin <[email protected]>

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


# dee69ea5 20-Nov-2015 Baptiste Daroussin <[email protected]>

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
b

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

show more ...


Revision tags: release/10.2.0
# 3e11bd9e 25-Nov-2014 Baptiste Daroussin <[email protected]>

Convert to usr.bin/ to LIBADD
Reduce overlinking


Revision tags: release/10.1.0, release/9.3.0, release/10.0.0, release/9.2.0, release/8.4.0, release/9.1.0, release/8.3.0, release/7.4.0, release/8.2.0
# e267ef95 22-Nov-2010 Rebecca Cran <[email protected]>

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


Revision tags: release/8.1.0, release/7.3.0
# b7946da9 02-Jan-2010 Ed Schouten <[email protected]>

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

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


Revision tags: release/8.0.0, release/7.2.0, release/7.1.0, release/6.4.0, release/7.0.0, release/6.3.0, release/6.2.0, release/5.5.0, release/6.1.0, release/6.0.0, release/5.4.0, release/4.11.0, release/5.3.0, release/4.10.0, release/5.2.1, release/5.2.0, release/4.9.0, release/5.1.0, release/4.8.0, release/5.0.0, release/4.6.2
# e35f9517 08-Feb-2002 Mark Murray <[email protected]>

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


# 91bd71d2 08-Feb-2002 Mark Murray <[email protected]>

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


# a4e5fd57 08-Jan-2002 John Baldwin <[email protected]>

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

Requested by: bde


# e2bac28d 08-Jan-2002 John Baldwin <[email protected]>

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


# 3945c68f 02-Dec-2001 Mark Murray <[email protected]>

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


Revision tags: release/4.3.0
# a239d669 18-Oct-1999 Andrey A. Chernov <[email protected]>

Moved to share


# c3aac50f 28-Aug-1999 Peter Wemm <[email protected]>

$Id$ -> $FreeBSD$


# fa146c53 06-Dec-1998 Archie Cobbs <[email protected]>

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


# de1d4a81 05-May-1998 Bruce Evans <[email protected]>

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.


# b681d906 04-May-1998 Bruce Evans <[email protected]>

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


# c115df18 22-Feb-1997 Peter Wemm <[email protected]>

Revert $FreeBSD$ to $Id$


# 1130b656 14-Jan-1997 Jordan K. Hubbard <[email protected]>

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

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.

show more ...


# 6ab92855 23-Oct-1996 Andrey A. Chernov <[email protected]>

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


# 1d95dc91 02-Jun-1996 Poul-Henning Kamp <[email protected]>

Backout yacc changes.


# ff0912e2 30-May-1996 Poul-Henning Kamp <[email protected]>

yacc changes.


# 3861c86a 03-Nov-1995 Andrey A. Chernov <[email protected]>

Cleanup make process per Bruce suggestions


# e27e7f98 22-Oct-1995 Andrey A. Chernov <[email protected]>

Link LC_COLLATE inside dirs instead of dirs linking


# 691cda9c 28-Sep-1995 Bruce Evans <[email protected]>

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

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.

show more ...


# 9509c1b2 19-Jun-1995 Satoshi Asami <[email protected]>

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


# e1226363 01-May-1995 Andrey A. Chernov <[email protected]>

Add yet one popular russian code table


12