Hi,

Do you find the diff below useful? It speeds up the building process
somewhat, and shouldn't introduce unwanted behaviour.

Thanks,

--- linux-jsp/Makefile  2004-03-15 14:01:29.000000000 +0100
+++ linux-jsp++/Makefile        2004-03-15 14:02:19.000000000 +0100
@@ -80,6 +80,18 @@
   endif
 endif
 
+# Make sure we're not wasting cpu-cycles doing locale handling, yet do make
+# sure error messages appear in the user-desired language
+ifdef LC_ALL
+  LANG := $(LC_ALL)
+  LC_ALL :=
+endif
+
+LC_COLLATE := C
+LC_CTYPE := C
+
+export LANG LC_ALL LC_COLLATE LC_CTYPE
+
 # That's our default target when none is given on the command line
 .PHONY: all
 all:

-- 
Jasper Spaans                                       http://jsp.vs19.net/
 14:03:40 up 9889 days,  5:50, 0 users, load average: 4.00 4.14 4.42

Attachment: signature.asc
Description: Digital signature

Reply via email to