summaryrefslogtreecommitdiffstats
path: root/usr.bin/mklocale/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Bump WARNS to 6. Add usage(). Use provided xmalloc() instead of malloc().charnier2003-06-171-1/+1
| | | | Use err().
* WARNS=4alfred2002-07-141-1/+1
|
* WARNS=2, de-__P()alfred2002-07-141-0/+1
|
* MAN[1-9] -> MAN.ru2001-03-271-1/+0
|
* Change the spelling of `.' to `.' from .OBJDIR since `.' really is whereobrien2000-12-051-1/+1
| | | | generated files land. Also give precedence to generated files.
* Grrr... GCC 2.95.2 and 2.96 just will not agree what the default includeobrien2000-12-011-1/+1
| | | | search paths are. So add the requirements of both. :-(
* The GCC 2.96 snapshots have slightly different rules for finding includeobrien2000-12-011-1/+1
| | | | | | | files. Mostly -I${.CURDIR} was needed -- especially for YACC generated files as the new cpp does not look in the ultimate source file (ie, the .y file)'s directory as told by the "#line" directive. Some were misspellings of "-I${.CURDIR}" as "-I.".
* Move data to shareache1999-10-171-1/+0
|
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Added y.tab.h to SRCS. This should have been used to get dependenciesbde1998-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.
* Fixed races in `make -jN' using new yacc rules.bde1998-05-041-2/+2
|
* Backout yacc changes.phk1996-06-021-1/+1
|
* yacc rules change.phk1996-05-301-1/+1
|
* Cleanup make process per Bruce suggestionsache1995-11-031-18/+1
|
* Add strict 7bit ASCII localeache1995-10-281-1/+1
|
* Link LC_CTYPE inside dirs instead of dirs linkingache1995-10-221-0/+9
|
* Rename ISO8859-1 to ISO_8859-1 per RFC1700ache1995-06-171-1/+1
|
* Add yet one popular russian code tableache1995-04-301-1/+1
|
* Fix owner/mode for installed dataache1995-01-301-2/+2
|
* Remove creating dirs & symlinks, it is done by mtree nowache1995-01-301-12/+2
|
* Remove links before creating themache1994-12-081-0/+1
|
* Dig out full locale names set for ISO8859-1 (great success!)ache1994-12-041-7/+7
|
* Found at least one proper name for ISO8859-1 locale,ache1994-12-041-6/+6
| | | | still need more names
* Comment out iso88591 installation until proper name set will be foundache1994-12-041-1/+7
| | | | | (see README.locale_name). Please, anybody tell me language set and countries set described in iso88591 to produce proper name set.
* Reorganize data to not mess with sourcesache1994-12-041-1/+1
|
* Install Kaleb's iso_8859_1 by default.jkh1994-12-041-1/+1
|
* Add and properly install localesache1994-09-031-0/+13
|
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-271-0/+8
OpenPOWER on IntegriCloud