public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Fangrui Song <maskray@sourceware.org>
To: glibc-cvs@sourceware.org
Subject: [glibc/maskray/relr] Remove the last trace of generate-md5 [BZ #28554]
Date: Fri, 19 Nov 2021 21:00:43 +0000 (GMT)	[thread overview]
Message-ID: <20211119210043.DCB9B3857029@sourceware.org> (raw)

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=d465e5e0daf6cf62435d1fb232c893893bbc3762

commit d465e5e0daf6cf62435d1fb232c893893bbc3762
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Sat Nov 6 06:16:30 2021 -0700

    Remove the last trace of generate-md5 [BZ #28554]
    
    generate-md5 was removed by
    
    commit d73f5331ce5370ca5a879229e3842f5de98689cd
    Author: Roland McGrath <roland@gnu.org>
    Date:   Fri May 2 02:20:45 2003 +0000
    
        2003-05-01  Roland McGrath  <roland@redhat.com>
    
    Remove its last trace.  This fixes BZ #28554.

Diff:
---
 Makerules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makerules b/Makerules
index 596fa68376..3503605a8e 100644
--- a/Makerules
+++ b/Makerules
@@ -465,7 +465,7 @@ $(+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)
+mv -f $(@:.d=.T) $@
 endef
 
 ifneq (,$(objpfx))


                 reply	other threads:[~2021-11-19 21:00 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20211119210043.DCB9B3857029@sourceware.org \
    --to=maskray@sourceware.org \
    --cc=glibc-cvs@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).