[Bug bootstrap/13197] Infinite loop in build
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Tue Jun 1 22:43:00 GMT 2004
------- 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
More information about the Gcc-bugs
mailing list