]> gcc.gnu.org Git - gcc.git/commitdiff
libatomic: drop redundant all-multi command
authorJan Beulich <jbeulich@suse.com>
Mon, 23 Oct 2023 08:23:14 +0000 (10:23 +0200)
committerJan Beulich <jbeulich@suse.com>
Mon, 23 Oct 2023 08:23:14 +0000 (10:23 +0200)
./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.

libatomic/Makefile.am
libatomic/Makefile.in

index 3bb32f32ebf7e60f3958061aacd16348695138ec..c0b8dea503789583ab88c4b603a5fc3cac2f5842 100644 (file)
@@ -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)
index 4164199cf9dcd3c2109257b35a0ea842c58c2b57..5a13bc6dfb02716316bd7f6c9f760fae74225de2 100644 (file)
@@ -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)
This page took 0.0682 seconds and 5 git commands to generate.