public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug build/28554] New: Undefined generate-md5
@ 2021-11-06  3:22 hjl.tools at gmail dot com
  2021-11-06  8:04 ` [Bug build/28554] " schwab@linux-m68k.org
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: hjl.tools at gmail dot com @ 2021-11-06  3:22 UTC (permalink / raw)
  To: glibc-bugs

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

            Bug ID: 28554
           Summary: Undefined generate-md5
           Product: glibc
           Version: 2.35
            Status: NEW
          Severity: normal
          Priority: P2
         Component: build
          Assignee: unassigned at sourceware dot org
          Reporter: hjl.tools at gmail dot com
                CC: carlos at redhat dot com
  Target Milestone: ---

Makerules has

define +make-deps
$(make-target-directory)
$(+mkdep) $< $(if $(filter %.c,$<),$(CFLAGS)) \
             $(CPPFLAGS) $($(patsubst .%,%,$(suffix $(<F)))-CPPFLAGS) | sed -e\
's,$(subst .,\.,$(@F:.d=.o)),$(foreach o,$(all-object-suffixes),$(@:.d=$o))
$@,' \
$(sed-remove-objpfx) $(sed-remove-dotdot) > $(@:.d=.T)
mv -f $(@:.d=.T) $@ $(generate-md5)
endef

But generate-md5 is undefined and removed by

commit 362f5ae2c1641904ccf489742a4a3440e7e10814
Author: Roland McGrath <roland@gnu.org>
Date:   Fri May 2 02:21:25 2003 +0000

    * sysdeps/generic/bp-thunks.h: Protect includes with [!__ASSEMBLER__].

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

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

end of thread, other threads:[~2021-11-10 13:31 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-06  3:22 [Bug build/28554] New: Undefined generate-md5 hjl.tools at gmail dot com
2021-11-06  8:04 ` [Bug build/28554] " schwab@linux-m68k.org
2021-11-06  8:11 ` schwab@linux-m68k.org
2021-11-06 13:22 ` cvs-commit at gcc dot gnu.org
2021-11-06 13:23 ` hjl.tools at gmail dot com
2021-11-06 13:36 ` schwab@linux-m68k.org
2021-11-10 12:55 ` cvs-commit at gcc dot gnu.org
2021-11-10 13:31 ` 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).