]> granicus.if.org Git - python/commit
Fix "make tags": set locale to C to call sort
authorVictor Stinner <victor.stinner@gmail.com>
Wed, 17 Aug 2016 11:58:12 +0000 (13:58 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Wed, 17 Aug 2016 11:58:12 +0000 (13:58 +0200)
commitcf0ac6a71ae51249a05521f49c1a0fabbb948488
tree69b0d9c8165dfe7018b6f9c4df928d3f84ff7919
parent9c4bfa6669e220efdd379b9f8e7db32bb4e25e72
Fix "make tags": set locale to C to call sort

vim expects that the tags file is sorted using english collation, so it fails
if the locale is french for example. Use LC_ALL=C to force english sorting
order. Issue #27726.
Makefile.pre.in