[csw-devel] SF.net SVN: gar:[15960] csw/mgar/gar/v2/gar.conf.mk
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Sat Oct 22 22:49:59 CEST 2011
Revision: 15960
http://gar.svn.sourceforge.net/gar/?rev=15960&view=rev
Author: dmichelsen
Date: 2011-10-22 20:49:59 +0000 (Sat, 22 Oct 2011)
Log Message:
-----------
mGAR v2: Make LC_ALL in phases adjustable
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 20:05:32 UTC (rev 15959)
+++ csw/mgar/gar/v2/gar.conf.mk 2011-10-22 20:49:59 UTC (rev 15960)
@@ -693,10 +693,10 @@
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
+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
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