[csw-devel] SF.net SVN: gar:[15959] csw/mgar/gar/v2/gar.conf.mk

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Sat Oct 22 22:05:33 CEST 2011


Revision: 15959
          http://gar.svn.sourceforge.net/gar/?rev=15959&view=rev
Author:   dmichelsen
Date:     2011-10-22 20:05:32 +0000 (Sat, 22 Oct 2011)
Log Message:
-----------
mGAR v2: Add LC_ALL=C to standard environment

Modified Paths:
--------------
    csw/mgar/gar/v2/gar.conf.mk

Modified: csw/mgar/gar/v2/gar.conf.mk
===================================================================
--- csw/mgar/gar/v2/gar.conf.mk	2011-10-22 19:53:24 UTC (rev 15958)
+++ csw/mgar/gar/v2/gar.conf.mk	2011-10-22 20:05:32 UTC (rev 15959)
@@ -691,7 +691,13 @@
 GARPACKAGE = $(shell basename $(CURDIR))
 
 STANDARD_EXPORTS ?= PATH
+LANG_EXPORTS ?= LC_ALL
 
+CONFIGURE_ENV_LC_ALL = C
+BUILD_ENV_LC_ALL = C
+TEST_ENV_LC_ALL = C
+INSTALL_ENV_LC_ALL = C
+
 # Put these variables in the environment during the
 # configure, build, test, and install stages
 ifeq ($(origin DIRECTORY_EXPORTS), undefined)
@@ -712,7 +718,7 @@
 GARPKG_EXPORTS += GARCH GAROSREL GARPACKAGE
 endif
 
-COMMON_EXPORTS ?= $(STANDARD_EXPORTS) $(DIRECTORY_EXPORTS) $(COMPILER_EXPORTS) $(GARPKG_EXPORTS) $(EXTRA_COMMON_EXPORTS) $(_CATEGORY_COMMON_EXPORTS)
+COMMON_EXPORTS ?= $(STANDARD_EXPORTS) $(LANG_EXPORTS) $(DIRECTORY_EXPORTS) $(COMPILER_EXPORTS) $(GARPKG_EXPORTS) $(EXTRA_COMMON_EXPORTS) $(_CATEGORY_COMMON_EXPORTS)
 
 ifneq ($(LD_OPTIONS),)
 COMMON_EXPORTS += LD_OPTIONS

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list