From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 55C11386C583; Thu, 15 Feb 2024 18:43:30 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 55C11386C583 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1708022610; bh=aSetS0nGHABBn0YBfNWWpvfMhnQJgSig0fd5N+9R6x8=; h=From:To:Subject:Date:In-Reply-To:References:From; b=qtYfp3p2nmdyglGPc1OW0/DdABru00IcX6s/RawRJd6VU/C7p6OeCp4d+cjBzyXcE RQ7jNay1HP772vEgXrLq21Q3Uf9BGbwqlCUYnttswOOqN/cb0ce4y/Mbjuef6rzUxP 4YQzTg47lLT4M9ekcRV6wzLOMjuYboxiHPMkGETw= From: "cvs-commit at gcc dot gnu.org" To: glibc-bugs@sourceware.org Subject: [Bug build/31385] sort-makefile-lines.py doesn't check variable with _ nor with "^# variable" Date: Thu, 15 Feb 2024 18:43:29 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: build X-Bugzilla-Version: 2.40 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D31385 --- Comment #2 from Sourceware Commits --- The master branch has been updated by H.J. Lu : https://sourceware.org/git/gitweb.cgi?p=3Dglibc.git;h=3D6a2512bf1605a4208dd= 94ef67408488d8acb2409 commit 6a2512bf1605a4208dd94ef67408488d8acb2409 Author: H.J. Lu Date: Thu Feb 15 03:22:55 2024 -0800 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. --=20 You are receiving this mail because: You are on the CC list for the bug.=