public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug other/18907] New: library makefiles should not set AM_MAKEFLAGS
@ 2004-12-09 16:36 sje at cup dot hp dot com
  2004-12-09 16:39 ` [Bug other/18907] " pinskia at gcc dot gnu dot org
  2004-12-09 16:42 ` pinskia at gcc dot gnu dot org
  0 siblings, 2 replies; 7+ messages in thread
From: sje at cup dot hp dot com @ 2004-12-09 16:36 UTC (permalink / raw)
  To: gcc-bugs

The attached list of Makefile.am files set AM_MAKEFLAGS.  This was need to work
around a bug in GNU Make that was fixed in version 3.79.  Since the GCC install
instructions say that GNU make 3.79.1 or later is required to build GCC these
workarounds are no longer needed and should be removed.  See PR 18895 for more
information.

The Makefiles in question are:

boehm-gc/Makefile.am
fastjar/Makefile.am
libffi/Makefile.am
libjava/Makefile.am
libmudflap/Makefile.am
libstdc++-v3/Makefile.am
zlib/Makefile.am

-- 
           Summary: library makefiles should not set AM_MAKEFLAGS
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: minor
          Priority: P2
         Component: other
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: sje at cup dot hp dot com
                CC: gcc-bugs at gcc dot gnu dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18907


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

* [Bug other/18907] library makefiles should not set AM_MAKEFLAGS
  2004-12-09 16:36 [Bug other/18907] New: library makefiles should not set AM_MAKEFLAGS sje at cup dot hp dot com
@ 2004-12-09 16:39 ` pinskia at gcc dot gnu dot org
  2004-12-09 16:42 ` pinskia at gcc dot gnu dot org
  1 sibling, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-12-09 16:39 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-12-09 16:39 -------
Confirmed.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2004-12-09 16:39:35
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18907


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

* [Bug other/18907] library makefiles should not set AM_MAKEFLAGS
  2004-12-09 16:36 [Bug other/18907] New: library makefiles should not set AM_MAKEFLAGS sje at cup dot hp dot com
  2004-12-09 16:39 ` [Bug other/18907] " pinskia at gcc dot gnu dot org
@ 2004-12-09 16:42 ` pinskia at gcc dot gnu dot org
  1 sibling, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-12-09 16:42 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.1.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18907


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

* [Bug other/18907] library makefiles should not set AM_MAKEFLAGS
       [not found] <bug-18907-4@http.gcc.gnu.org/bugzilla/>
  2021-10-25 16:58 ` egallager at gcc dot gnu.org
@ 2021-10-25 17:03 ` hjl.tools at gmail dot com
  1 sibling, 0 replies; 7+ messages in thread
From: hjl.tools at gmail dot com @ 2021-10-25 17:03 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=18907

--- Comment #5 from H.J. Lu <hjl.tools at gmail dot com> ---
New list:

libatomic/Makefile.am:  $(MULTIDO) $(AM_MAKEFLAGS) DO=all multi-do # $(MAKE)
libffi/Makefile.am:AM_MAKEFLAGS = \
libffi/Makefile.am:FLAGS_TO_PASS = $(AM_MAKEFLAGS)
libgo/Makefile.am:AM_MAKEFLAGS = \
libgo/Makefile.am:FLAGS_TO_PASS = $(AM_MAKEFLAGS)
libgo/Makefile.am:      -@$(MAKE) $(AM_MAKEFLAGS) -k $(TEST_PACKAGES)
libgo/Makefile.am:      $(MULTIDO) $(AM_MAKEFLAGS) DO=check-am multi-do #
$(MAKE)
libgo/Makefile.am:      -@$(MAKE) $(AM_MAKEFLAGS) -k $(TEST_PACKAGES) GOBENCH=.
liboffloadmic/Makefile.am:AM_MAKEFLAGS = \
libphobos/Makefile.am:AM_MAKEFLAGS = \
libphobos/Makefile.am:FLAGS_TO_PASS = $(AM_MAKEFLAGS)
libquadmath/Makefile.am:AM_MAKEFLAGS = \
libquadmath/Makefile.am:FLAGS_TO_PASS = $(AM_MAKEFLAGS)
libsanitizer/Makefile.am:AM_MAKEFLAGS = \
libssp/Makefile.am:AM_MAKEFLAGS = \
libstdc++-v3/Makefile.am:AM_MAKEFLAGS = \
libstdc++-v3/Makefile.am:FLAGS_TO_PASS = $(AM_MAKEFLAGS)
zlib/Makefile.am:AM_MAKEFLAGS = \

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

* [Bug other/18907] library makefiles should not set AM_MAKEFLAGS
       [not found] <bug-18907-4@http.gcc.gnu.org/bugzilla/>
@ 2021-10-25 16:58 ` egallager at gcc dot gnu.org
  2021-10-25 17:03 ` hjl.tools at gmail dot com
  1 sibling, 0 replies; 7+ messages in thread
From: egallager at gcc dot gnu.org @ 2021-10-25 16:58 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=18907

Eric Gallager <egallager at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hjl.tools at gmail dot com

--- Comment #4 from Eric Gallager <egallager at gcc dot gnu.org> ---
(In reply to Eric Gallager from comment #3)
> (In reply to Steven Bosscher from comment #2)
> > fastjar is gone. The rest still has AM_MAKEFLAGS.
> 
> boehm-gc, libjava, and libmudflap are also gone now. libffi, libstdc++-v3,
> and zlib still have AM_MAKEFLAGS though.

Since H.J. Lu is updating libffi, I wonder if that will affect this?

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

* [Bug other/18907] library makefiles should not set AM_MAKEFLAGS
       [not found] <bug-18907-3107@http.gcc.gnu.org/bugzilla/>
  2005-10-05 19:37 ` pinskia at gcc dot gnu dot org
@ 2009-03-22 10:01 ` steven at gcc dot gnu dot org
  1 sibling, 0 replies; 7+ messages in thread
From: steven at gcc dot gnu dot org @ 2009-03-22 10:01 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from steven at gcc dot gnu dot org  2009-03-22 10:01 -------
fastjar is gone. The rest still has AM_MAKEFLAGS.


-- 

steven at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|2005-09-10 05:45:29         |2009-03-22 10:01:20
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18907


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

* [Bug other/18907] library makefiles should not set AM_MAKEFLAGS
       [not found] <bug-18907-3107@http.gcc.gnu.org/bugzilla/>
@ 2005-10-05 19:37 ` pinskia at gcc dot gnu dot org
  2009-03-22 10:01 ` steven at gcc dot gnu dot org
  1 sibling, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-10-05 19:37 UTC (permalink / raw)
  To: gcc-bugs



-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|4.1.0                       |---


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18907


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

end of thread, other threads:[~2021-10-25 17:03 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-12-09 16:36 [Bug other/18907] New: library makefiles should not set AM_MAKEFLAGS sje at cup dot hp dot com
2004-12-09 16:39 ` [Bug other/18907] " pinskia at gcc dot gnu dot org
2004-12-09 16:42 ` pinskia at gcc dot gnu dot org
     [not found] <bug-18907-3107@http.gcc.gnu.org/bugzilla/>
2005-10-05 19:37 ` pinskia at gcc dot gnu dot org
2009-03-22 10:01 ` steven at gcc dot gnu dot org
     [not found] <bug-18907-4@http.gcc.gnu.org/bugzilla/>
2021-10-25 16:58 ` egallager at gcc dot gnu.org
2021-10-25 17:03 ` 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).