diff mbox

Makefile: Unexport LANG

Message ID 20091224111300.GA31932@verge.net.au (mailing list archive)
State New, archived
Headers show

Commit Message

Simon Horman Dec. 24, 2009, 11:13 a.m. UTC
None
diff mbox

Patch

Index: linux-2.6/Makefile
===================================================================
--- linux-2.6.orig/Makefile	2009-12-24 22:09:29.000000000 +1100
+++ linux-2.6/Makefile	2009-12-24 22:10:58.000000000 +1100
@@ -17,6 +17,7 @@  NAME = Man-Eating Seals of Antiquity
 MAKEFLAGS += -rR --no-print-directory
 
 # Avoid funny character set dependencies
+unexport LANG
 unexport LC_ALL
 LC_CTYPE=C
 LC_COLLATE=C