PERFORCE change 163218 for review

Gabor Kovesdan gabor at FreeBSD.org
Mon Jun 1 01:07:56 UTC 2009


http://perforce.freebsd.org/chv.cgi?CH=163218

Change 163218 by gabor at gabor_server on 2009/06/01 01:07:35

	- Move NLS knobs to a separate Makefile

Affected files ...

.. //depot/projects/soc2008/gabor_textproc/grep/Makefile#20 edit
.. //depot/projects/soc2008/gabor_textproc/grep/nls/Makefile.inc#1 add

Differences ...

==== //depot/projects/soc2008/gabor_textproc/grep/Makefile#20 (text+ko) ====

@@ -27,9 +27,7 @@
 .endif
 
 .if !defined(WITHOUT_NLS)
-NLS=	es_ES.ISO8859-1
-NLS+=	hu_HU.ISO8859-2
-NLS+=	pt_BR.ISO8859-1
+.include "${.CURDIR}/nls/Makefile.inc"
 .else
 CFLAGS+=	-DWITHOUT_NLS
 .endif


More information about the p4-projects mailing list