From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id F41473858C74; Fri, 9 Feb 2024 00:05:31 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org F41473858C74 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1707437132; bh=VImA4kJVqpUbHzmNj/EultwgQLVBv8JYvExvWuUkJyY=; h=From:To:Subject:Date:From; b=n0HbYKCK9R5X+4QE9spKC90UEh40kgeFIjEv121I9FRimsBW6OiICj47BuLz/ZHGj 2zal1qNOuwWDyZi3xprHsNdWIyVfVnHy72McVk9Y9XpEJGr00858XyeVKJeJ1o98yv 48SYhOjERm1kERRoBZPI7Z6gDqjAH1Ua2LwpHIk4= From: "hjl.tools at gmail dot com" To: glibc-bugs@sourceware.org Subject: [Bug dynamic-link/31357] New: Incorrect $(objpfx)tst-rtld-list-diagnostics.out rule Date: Fri, 09 Feb 2024 00:05:31 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: dynamic-link X-Bugzilla-Version: 2.40 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: hjl.tools at gmail dot com 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: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone Message-ID: 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=3D31357 Bug ID: 31357 Summary: Incorrect $(objpfx)tst-rtld-list-diagnostics.out rule Product: glibc Version: 2.40 Status: NEW Severity: normal Priority: P2 Component: dynamic-link Assignee: unassigned at sourceware dot org Reporter: hjl.tools at gmail dot com Target Milestone: --- elf/Makefile has $(objpfx)tst-rtld-list-diagnostics.out: tst-rtld-list-diagnostics.py \ $(..)manual/dynlink.texi $(objpfx)$(rtld-installed-name) $(PYTHON) tst-rtld-list-diagnostics.py \ --manual=3D$(..)manual/dynlink.texi \ "$(test-wrapper-env) $(objpfx)$(rtld-installed-name) --list-diagnostics" \ > $@; \ $(evaluate-test) Since there is no environment variable to set, $(test-wrapper-env) isn't needed. --=20 You are receiving this mail because: You are on the CC list for the bug.=