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: matthew green <mrg%eterna.com.au@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: gnats-admin%netbsd.org@localhost, netbsd-bugs%netbsd.org@localhost,
    rtr%omicron-persei-8.net@localhost
Subject: re: toolchain/38512 
Date: Thu, 24 Jul 2008 12:31:48 +1000

    
     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.
 
 this patch is clearly the right thing.  i'll get it applied,
 and similar other issues fixed up too.
 
 thanks.
 
 
 .mrg.
     
     --- 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