aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/mklocale/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Remove mklocale(1) and colldef(1) which are deprecated since FreeBSD 11Baptiste Daroussin2019-09-101-10/+0
| | | | | | | | | | | | In FreeBSD 11 along with the rework on the collation, mklocale(1) and colldef(1) has been replaced by localedef(1) (a note has been added to the manpage to state it). mklocale(1) and colldef(1) has been kept around to be able to build older versions of FreeBSD. None of the version requiring those tools are supported anymore so it is time to remove them from base Notes: svn path=/head/; revision=352128
* Adopt SRCTOP in usr.binWarner Losh2017-03-121-1/+1
| | | | | | | | | | | | Prefer ${SRCTOP}/foo over ${.CURDIR}/../../foo and ${SRCTOP}/usr.bin/foo over ${.CURDIR}/../foo for paths in Makefiles. Differential Revision: https://reviews.freebsd.org/D9932 Sponsored by: Netflix Silence on: arch@ (twice) Notes: svn path=/head/; revision=315170
* Reintegrate colldef(1) and mklocale(1)Baptiste Daroussin2015-11-201-0/+10
| | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=291115
* Remove mklocale which is not needed anymoreBaptiste Daroussin2015-08-081-10/+0
| | | | Notes: svn path=/projects/collation/; revision=286467
* Add the Clang specific -Wmissing-variable-declarations to WARNS=6.Ed Schouten2013-04-191-0/+2
| | | | | | | | | | | | | | | | This compiler flag enforces that that people either mark variables static or use an external declarations for the variable, similar to how -Wmissing-prototypes works for functions. Due to the fact that Yacc/Lex generate code that cannot trivially be changed to not warn because of this (lots of yy* variables), add a NO_WMISSING_VARIABLE_DECLARATIONS that can be used to turn off this specific compiler warning. Announced on: toolchain@ Notes: svn path=/head/; revision=249657
* Build usr.bin/ with WARNS=6 by default.Ed Schouten2010-01-021-1/+0
| | | | | | | Also add some missing $FreeBSD$ to keep svn happy. Notes: svn path=/head/; revision=201386
* Make <runefile.h> internal to libc.Ruslan Ermilov2005-05-161-1/+1
| | | | | | | Suggested by: phantom Notes: svn path=/head/; revision=146261
* Bump WARNS to 6. Add usage(). Use provided xmalloc() instead of malloc().Philippe Charnier2003-06-171-1/+1
| | | | | | | Use err(). Notes: svn path=/head/; revision=116502
* WARNS=4Alfred Perlstein2002-07-141-1/+1
| | | | Notes: svn path=/head/; revision=99984
* WARNS=2, de-__P()Alfred Perlstein2002-07-141-0/+1
| | | | Notes: svn path=/head/; revision=99982
* MAN[1-9] -> MAN.Ruslan Ermilov2001-03-271-1/+0
| | | | Notes: svn path=/head/; revision=74848
* Change the spelling of `.' to `.' from .OBJDIR since `.' really is whereDavid E. O'Brien2000-12-051-1/+1
| | | | | | | generated files land. Also give precedence to generated files. Notes: svn path=/head/; revision=69640
* Grrr... GCC 2.95.2 and 2.96 just will not agree what the default includeDavid E. O'Brien2000-12-011-1/+1
| | | | | | | search paths are. So add the requirements of both. :-( Notes: svn path=/head/; revision=69489
* The GCC 2.96 snapshots have slightly different rules for finding includeDavid E. O'Brien2000-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.". Notes: svn path=/head/; revision=69453
* Move data to shareAndrey A. Chernov1999-10-171-1/+0
| | | | Notes: svn path=/head/; revision=52332
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50477
* 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-2/+2
| | | | Notes: svn path=/head/; revision=35708
* Backout yacc changes.Poul-Henning Kamp1996-06-021-1/+1
| | | | Notes: svn path=/head/; revision=16073
* yacc rules change.Poul-Henning Kamp1996-05-301-1/+1
| | | | Notes: svn path=/head/; revision=16017
* Cleanup make process per Bruce suggestionsAndrey A. Chernov1995-11-031-18/+1
| | | | Notes: svn path=/head/; revision=12029
* Add strict 7bit ASCII localeAndrey A. Chernov1995-10-281-1/+1
| | | | Notes: svn path=/head/; revision=11868
* Link LC_CTYPE inside dirs instead of dirs linkingAndrey A. Chernov1995-10-221-0/+9
| | | | Notes: svn path=/head/; revision=11638
* Rename ISO8859-1 to ISO_8859-1 per RFC1700Andrey A. Chernov1995-06-171-1/+1
| | | | Notes: svn path=/head/; revision=9248
* Add yet one popular russian code tableAndrey A. Chernov1995-04-301-1/+1
| | | | Notes: svn path=/head/; revision=8186
* Fix owner/mode for installed dataAndrey A. Chernov1995-01-301-2/+2
| | | | Notes: svn path=/head/; revision=6040
* Remove creating dirs & symlinks, it is done by mtree nowAndrey A. Chernov1995-01-301-12/+2
| | | | Notes: svn path=/head/; revision=6039
* Remove links before creating themAndrey A. Chernov1994-12-081-0/+1
| | | | Notes: svn path=/head/; revision=5015
* Dig out full locale names set for ISO8859-1 (great success!)Andrey A. Chernov1994-12-041-7/+7
| | | | Notes: svn path=/head/; revision=4971
* Found at least one proper name for ISO8859-1 locale,Andrey A. Chernov1994-12-041-6/+6
| | | | | | | still need more names Notes: svn path=/head/; revision=4970
* Comment out iso88591 installation until proper name set will be foundAndrey A. Chernov1994-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. Notes: svn path=/head/; revision=4969
* Reorganize data to not mess with sourcesAndrey A. Chernov1994-12-041-1/+1
| | | | Notes: svn path=/head/; revision=4957
* Install Kaleb's iso_8859_1 by default.Jordan K. Hubbard1994-12-041-1/+1
| | | | Notes: svn path=/head/; revision=4954
* Add and properly install localesAndrey A. Chernov1994-09-031-0/+13
| | | | Notes: svn path=/head/; revision=2474
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-271-0/+8
Notes: svn path=/cvs2svn/branches/CHRISTOS/; revision=1590