public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r14-4854] libatomic: drop redundant all-multi command
@ 2023-10-23  8:23 Jan Beulich
  0 siblings, 0 replies; only message in thread
From: Jan Beulich @ 2023-10-23  8:23 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:0093821426cc22dbe40d46eb763dfc9cf58f8cb1

commit r14-4854-g0093821426cc22dbe40d46eb763dfc9cf58f8cb1
Author: Jan Beulich <jbeulich@suse.com>
Date:   Mon Oct 23 10:23:14 2023 +0200

    libatomic: drop redundant all-multi command
    
    ./multilib.am already specifies this same command, and make warns about
    the earlier one being ignored when seeing the later one. All that needs
    retaining to still satisfy the preceding comment is the extra
    dependency.
    
    libatomic/
    
            * Makefile.am (all-multi): Drop commands.
            * Makefile.in: Update accordingly.

Diff:
---
 libatomic/Makefile.am | 3 +--
 libatomic/Makefile.in | 3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/libatomic/Makefile.am b/libatomic/Makefile.am
index 3bb32f32ebf7..c0b8dea50378 100644
--- a/libatomic/Makefile.am
+++ b/libatomic/Makefile.am
@@ -154,12 +154,11 @@ endif
 libatomic_convenience_la_SOURCES = $(libatomic_la_SOURCES)
 libatomic_convenience_la_LIBADD = $(libatomic_la_LIBADD)
 
-# Override the automake generated all-multi rule to guarantee that all-multi
+# Amend the automake generated all-multi rule to guarantee that all-multi
 # is not run in parallel with the %_.lo rules which generate $(DEPDIR)/*.Ppo
 # makefile fragments to avoid broken *.Ppo getting included into the Makefile
 # when it is reloaded during the build of all-multi.
 all-multi: $(libatomic_la_LIBADD)
-	$(MULTIDO) $(AM_MAKEFLAGS) DO=all multi-do # $(MAKE)
 
 # target overrides
 -include $(tmake_file)
diff --git a/libatomic/Makefile.in b/libatomic/Makefile.in
index 4164199cf9dc..5a13bc6dfb02 100644
--- a/libatomic/Makefile.in
+++ b/libatomic/Makefile.in
@@ -897,12 +897,11 @@ vpath % $(strip $(search_path))
 %_.lo: Makefile
 	$(LTCOMPILE) $(M_DEPS) $(M_SIZE) $(M_IFUNC) -c -o $@ $(M_SRC)
 
-# Override the automake generated all-multi rule to guarantee that all-multi
+# Amend the automake generated all-multi rule to guarantee that all-multi
 # is not run in parallel with the %_.lo rules which generate $(DEPDIR)/*.Ppo
 # makefile fragments to avoid broken *.Ppo getting included into the Makefile
 # when it is reloaded during the build of all-multi.
 all-multi: $(libatomic_la_LIBADD)
-	$(MULTIDO) $(AM_MAKEFLAGS) DO=all multi-do # $(MAKE)
 
 # target overrides
 -include $(tmake_file)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-10-23  8:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-23  8:23 [gcc r14-4854] libatomic: drop redundant all-multi command Jan Beulich

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).