This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug bootstrap/13197] Infinite loop in build


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-06-01 22:43 -------
No, this is confirmed, the problem might be gone though.  The problem is that gtyp-gen.h depends on 
Makefile and if you touch makefile you will get an infinite loop as the rule for generating gtyp-gen.h 
has a move-if-change command.
But this was fixed in 3.4.0 by:
2004-01-28  Ian Lance Taylor  <ian@wasabisystems.com>

        * Makefile.in (options.c options.h): Use stamp file s-options to
        avoid unnecessary rebuilds.
        (options.o): New target listing dependencies.
        (gtyp-gen.h): Use stamp file s-gtyp-gen.
        (STAGESTUFF): Add s-gtyp-gen.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |3.4.0


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]