pike.git/
src/
Makefile.in
Branch:
Tag:
Non-build tags
All tags
No tags
2009-01-28
2009-01-28 16:28:42 by Marcus Agehall <agehall@gmail.com>
f00654f921c02cc0086163032c00a86100d7bcd3 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Override LC_ALL instead of LANG is probably safer.
Rev: src/Makefile.in:1.472
1:
#
-
# $Id: Makefile.in,v 1.
471
2008
/
09
/
02
18
:
42
:
40
grubba
Exp $
+
# $Id: Makefile.in,v 1.
472
2009
/
01
/
28
16
:
28:
42
agehall
Exp $
# # This line is needed on some machines.
924:
then u=s,x,x,; \ else u='s/^#undef PIKE_MODULE_RELOC/#define PIKE_MODULE_RELOC 1/'; \ fi; \
-
LC_
CTYPE
=C;
LC_LANG=C;
export LC_
CTYPE LC_LANG
; \
+
LC_
ALL
=C; export LC_
ALL
; \
cmd="sed -e 's![^ -~]lib_prefix[^ -~]!`echo '$(TMP_LIBDIR)' | ./posix_to_native.sh`!' \ -e 's![^ -~]share_prefix[^ -~]!`echo '$(LIBDIR_SRC)' | ./posix_to_native.sh`!' \ -e 's![^ -~]include_prefix[^ -~]!`echo '$(TMP_BUILDDIR)/bundles/include/pike' | ./posix_to_native.sh`!' \