public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug dynamic-link/31357] New: Incorrect $(objpfx)tst-rtld-list-diagnostics.out rule
@ 2024-02-09  0:05 hjl.tools at gmail dot com
  2024-02-09  0:25 ` [Bug dynamic-link/31357] " hjl.tools at gmail dot com
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: hjl.tools at gmail dot com @ 2024-02-09  0:05 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=31357

            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=$(..)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.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2024-02-09 15:29 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-09  0:05 [Bug dynamic-link/31357] New: Incorrect $(objpfx)tst-rtld-list-diagnostics.out rule hjl.tools at gmail dot com
2024-02-09  0:25 ` [Bug dynamic-link/31357] " hjl.tools at gmail dot com
2024-02-09  0:53 ` [Bug dynamic-link/31357] $(objpfx)tst-rtld-list-diagnostics.out rule doesn't work with test wrapper hjl.tools at gmail dot com
2024-02-09  2:33 ` hjl.tools at gmail dot com
2024-02-09 15:29 ` hjl.tools at gmail dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).