]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #27726: Fix "make tags"
authorVictor Stinner <victor.stinner@gmail.com>
Wed, 17 Aug 2016 12:00:58 +0000 (14:00 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Wed, 17 Aug 2016 12:00:58 +0000 (14:00 +0200)
commit034fb564b17f14d8012c7cb8f2e4f4429be8b79a
tree7d98a71ee93b47a2e98df0ef6be8797fd45f1286
parent7e6977a8bc5c5209d22241933b6a1d5116de4121
Issue #27726: Fix "make tags"

* Memove -t option of ctags. The option was kept for backward compatibility,
  but it was completly removed recently. Patch written by Stéphane Wirtel.
* 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. .
Makefile.pre.in