Update of /cvsroot/tmux/tmux
In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv7655

Modified Files:
        GNUmakefile Makefile 
Log Message:
Use LC_ALL for sed too since apparently some platforms play silly games
in other locales.



Index: GNUmakefile
===================================================================
RCS file: /cvsroot/tmux/tmux/GNUmakefile,v
retrieving revision 1.125
retrieving revision 1.126
diff -u -d -r1.125 -r1.126
--- GNUmakefile 23 Apr 2010 07:38:36 -0000      1.125
+++ GNUmakefile 12 May 2010 19:47:25 -0000      1.126
@@ -57,7 +57,7 @@
 INSTALLBIN= $(INSTALL) -m 555
 INSTALLMAN= $(INSTALL) -m 444
 
-SRCS= $(shell echo *.c|sed 's|osdep-[a-z0-9]*.c||g')
+SRCS= $(shell echo *.c|LC_ALL=C sed 's|osdep-[a-z0-9]*.c||g')
 include config.mk
 OBJS= $(patsubst %.c,%.o,$(SRCS))
 

Index: Makefile
===================================================================
RCS file: /cvsroot/tmux/tmux/Makefile,v
retrieving revision 1.158
retrieving revision 1.159
diff -u -d -r1.158 -r1.159
--- Makefile    23 Apr 2010 07:38:36 -0000      1.158
+++ Makefile    12 May 2010 19:47:25 -0000      1.159
@@ -53,7 +53,7 @@
 INSTALLBIN= ${INSTALL} -m 555
 INSTALLMAN= ${INSTALL} -m 444
 
-SRCS!= echo *.c|sed 's|osdep-[a-z0-9]*.c||g'
+SRCS!= echo *.c|LC_ALL=C sed 's|osdep-[a-z0-9]*.c||g'
 .include "config.mk"
 OBJS= ${SRCS:S/.c/.o/}
 


------------------------------------------------------------------------------

_______________________________________________
tmux-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tmux-cvs

Reply via email to