PERFORCE change 14914 for review

Brian Feldman green at freebsd.org
Thu Jul 25 18:49:13 GMT 2002


http://people.freebsd.org/~peter/p4db/chv.cgi?CH=14914

Change 14914 by green at green_crash2 on 2002/07/25 11:48:35

	IFC

Affected files ...

.. //depot/projects/trustedbsd/base/bin/csh/Makefile#5 integrate
.. //depot/projects/trustedbsd/base/bin/csh/nls/Makefile#3 delete

Differences ...

==== //depot/projects/trustedbsd/base/bin/csh/Makefile#5 (text+ko) ====

@@ -1,4 +1,4 @@
-# $FreeBSD: src/bin/csh/Makefile,v 1.27 2002/02/12 04:50:12 mp Exp $
+# $FreeBSD: src/bin/csh/Makefile,v 1.29 2002/07/24 22:26:44 mp Exp $
 #	@(#)Makefile	8.1 (Berkeley) 5/31/93
 #
 # C Shell with process control; VM/UNIX VAX Makefile
@@ -10,11 +10,8 @@
 .PATH: ${TCSHDIR}
 
 PROG=	csh
-SUBDIR= nls
 DFLAGS= -D_PATH_TCSHELL='"/bin/${PROG}"'
 CFLAGS+= -I. -I${.CURDIR} -I${TCSHDIR} ${DFLAGS}
-WARNS=	0
-WFORMAT=0
 SRCS=	sh.c sh.dir.c sh.dol.c sh.err.c sh.exec.c sh.char.c \
 	sh.exp.c sh.file.c sh.func.c sh.glob.c sh.hist.c sh.init.c \
 	sh.lex.c sh.misc.c sh.parse.c sh.print.c sh.proc.c sh.sem.c \
@@ -46,6 +43,34 @@
 FILESDIR= ${SHAREDIR}/examples/tcsh
 FILES= complete.tcsh csh-mode.el
 
+CATALOGS=	et:et_EE.ISO8859-15 \
+		finnish:fi_FI.ISO8859-1 \
+		french:fr_FR.ISO8859-1 \
+		german:de_DE.ISO8859-1 \
+		greek:el_GR.ISO8859-7 \
+		italian:it_IT.ISO8859-1 \
+		ja:ja_JP.eucJP \
+		russian:ru_RU.KOI8-R \
+		spanish:es_ES.ISO8859-1 \
+		ukrainian:uk_UA.KOI8-U
+
+NLSLINKS_fi_FI.ISO8859-1= fi_FI.ISO8859-15
+NLSLINKS_fr_FR.ISO8859-1= fr_BE.ISO8859-1 fr_BE.ISO8859-15 \
+		fr_CA.ISO8859-1 fr_CA.ISO8859-15 fr_CH.ISO8859-1 \
+		fr_CH.ISO8859-15 fr_FR.ISO8859-15
+NLSLINKS_de_DE.ISO8859-1= de_AT.ISO8859-1 de_AT.ISO8859-15 de_CH.ISO8859-1 \
+		de_CH.ISO8859-15 de_DE.ISO8859-15
+NLSLINKS_it_IT.ISO8859-1= it_CH.ISO8859-1 it_CH.ISO8859-15 it_IT.ISO8859-15
+NLSLINKS_es_ES.ISO8859-1= es_ES.ISO8859-15
+
+NLSNAME= tcsh
+
+.for catalog in ${CATALOGS}
+NLS+=		${catalog:C/.*://}
+NLSSRCDIR_${catalog:C/.*://}= ${TCSHDIR}/nls/${catalog:C/:.*//}
+NLSSRCFILES_${catalog:C/.*://}!= cd ${NLSSRCDIR_${catalog:C/.*://}}; echo set[0-9]*
+.endfor
+
 csh.1: tcsh.man
 	ln -sf ${.ALLSRC} ${.TARGET}
 
To Unsubscribe: send mail to majordomo at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message



More information about the trustedbsd-cvs mailing list