NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: toolchain/38512



The following reply was made to PR toolchain/38512; it has been noted by GNATS.

From: Charles Hardin <ckhardin%gmail.com@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: toolchain/38512
Date: Wed, 23 Jul 2008 19:18:37 -0700

 This is caused by the dependant .l and .y having a newer timestamp, so
 these files need to be moved to the DISABLED rule. Below is a local patch
 that is being used in house.
 
 --- src/gnu/dist/gcc4/gcc/Makefile.in  2007-06-22 04:11:14.000000000 -0700
 +++ src-test/gnu/dist/gcc4/gcc/Makefile.in     2008-07-23 19:09:15.000000000 
-0700
 @@ -2973,14 +2973,14 @@
  build/gengtype-yacc.o : gengtype-yacc.c gengtype.h $(BCONFIG_H) $(SYSTEM_H) \
    coretypes.h $(GTM_H)
  
 -gengtype-lex.c : gengtype-lex.l
 +gengtype-lex.c :
        @echo "NOT REBUILDING $@"
 -NetBSD_DISABLED_gengtype-lex.c:
 +NetBSD_DISABLED_gengtype-lex.c: gengtype-lex.l
        -$(FLEX) $(FLEXFLAGS) -o$@ $<
  
 -gengtype-yacc.c gengtype-yacc.h: gengtype-yacc.y
 +gengtype-yacc.c gengtype-yacc.h:
        @echo "NOT REBUILDING $@"
 -NetBSD_DISABLED_gengtype-yacc.c:
 +NetBSD_DISABLED_gengtype-yacc.c: gengtype-yacc.y
        -$(BISON) $(BISONFLAGS) -d -o gengtype-yacc.c $<
  
  build/genconditions$(build_exeext) : build/genconditions.o \
 


Home | Main Index | Thread Index | Old Index