]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix "make tags" command (#1337)
authorVictor Stinner <victor.stinner@gmail.com>
Fri, 28 Apr 2017 01:41:40 +0000 (03:41 +0200)
committerGitHub <noreply@github.com>
Fri, 28 Apr 2017 01:41:40 +0000 (03:41 +0200)
commit5f4056a3c94e197eb0a5ce0acdf26613b0833d09
tree8e36cf6198ffc4f131056c81237b198c5c32a93a
parent219a3f991a58765103c4fa89b705906ff1600b7a
Fix "make tags" command (#1337)

Backport enhancements from master, commits:

9c4bfa6669e220efdd379b9f8e7db32bb4e25e72: "make tags": remove -t
  option of ctags. The option was kept for backward compatibility,
  but it was completly removed recently. Patch written by Stéphane
  Wirtel.
cf0ac6a71ae51249a05521f49c1a0fabbb948488: Fix "make tags": set
  locale to C to call sort
8a543c0bc7347d5b333f334d157bf4a7cd33c14a: `make tags` fixes (GH-717)
Makefile.pre.in
configure
configure.ac