poldek: poldek/Makefile.extra - C locale for sorting
glen
glen at pld-linux.org
Tue Mar 3 22:55:10 CET 2009
Author: glen Date: Tue Mar 3 21:55:10 2009 GMT
Module: poldek Tag: HEAD
---- Log message:
- C locale for sorting
---- Files affected:
poldek/poldek:
Makefile.extra (1.41 -> 1.42)
---- Diffs:
================================================================
Index: poldek/poldek/Makefile.extra
diff -u poldek/poldek/Makefile.extra:1.41 poldek/poldek/Makefile.extra:1.42
--- poldek/poldek/Makefile.extra:1.41 Sun May 11 22:56:02 2008
+++ poldek/poldek/Makefile.extra Tue Mar 3 22:55:04 2009
@@ -51,7 +51,7 @@
POTFILES_in:
-rm -f poldek-cvs*
- -find . -type f -name \*.c | egrep -v '(Cellar/|intl/|trurlib/|tndb/|python/|tests/)' | sed 's|^\./||' | sort > po/POTFILES.in
+ -find . -type f -name \*.c | egrep -v '(Cellar/|intl/|trurlib/|tndb/|python/|tests/)' | sed 's|^\./||' | LC_ALL=C sort > po/POTFILES.in
misarch: mclean
$(MAKE) -C . backup cparch=1 backupdir=/z
@@ -96,5 +96,5 @@
scpsnap:
- @snap=`ls poldek-*-cvs20* | sort | tail -1`; \
+ @snap=`ls poldek-*-cvs20* | LC_ALL=C sort | tail -1`; \
[ -n "$$snap" ] && chmod 644 $$snap && scp $$snap ep09.pld-linux.org:www/poldek/download/snapshots/
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/poldek/poldek/Makefile.extra?r1=1.41&r2=1.42&f=u
More information about the pld-cvs-commit
mailing list