From 1584eedfb0b53f01ed9c2cf3730a759fe84a5fd6 Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Thu, 17 Dec 2009 06:56:11 -0800 Subject: [PATCH] --- yaml --- r: 178055 b: refs/heads/master c: c051346b7db27aaf674b8f3b4955240580b2a58a h: refs/heads/master i: 178053: f2ca13390117e4b432f62f19d94cf6b260b40238 178051: 13cbeb80fcdfd41ff406742e05d97debedb51e12 178047: cffdf180fd64d27665eb4751dfb9b4eb0244c0d7 v: v3 --- [refs] | 2 +- trunk/Makefile | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 439104c76609..31b0f523ac40 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 6a1e008a0915f502eb026fb995ea3e49d5b017f7 +refs/heads/master: c051346b7db27aaf674b8f3b4955240580b2a58a diff --git a/trunk/Makefile b/trunk/Makefile index 33d4732a6c4a..6e39af1d8bc4 100644 --- a/trunk/Makefile +++ b/trunk/Makefile @@ -16,6 +16,13 @@ NAME = Man-Eating Seals of Antiquity # o print "Entering directory ..."; MAKEFLAGS += -rR --no-print-directory +# Avoid funny character set dependencies +LC_ALL= +LC_CTYPE=C +LC_COLLATE=C +LC_NUMERIC=C +export LC_ALL LC_CTYPE LC_COLLATE LC_NUMERIC + # We are using a recursive build, so we need to do a little thinking # to get the ordering right. #