]> git.ipfire.org Git - thirdparty/glibc.git/commit
sort-makefile-lines.py: Allow '_' in name and "^# name"
authorH.J. Lu <hjl.tools@gmail.com>
Thu, 15 Feb 2024 11:22:55 +0000 (03:22 -0800)
committerArjun Shankar <arjun@redhat.com>
Wed, 14 May 2025 14:24:59 +0000 (16:24 +0200)
commit9fe51d34bbce71d186e7adee74e523ccc64a9727
tree44638ea9b7d8264654fddcdb11d7bd0e3396f54d
parent14ec225d859091c048ec54e5c4ddf6738498aee7
sort-makefile-lines.py: Allow '_' in name and "^# name"

'_' is used in Makefile variable names and many variables end with
"^# name".  Relax sort-makefile-lines.py to allow '_' in name and
"^# name" as variable end.  This fixes BZ #31385.

(cherry picked from commit 6a2512bf1605a4208dd94ef67408488d8acb2409)
scripts/sort-makefile-lines.py