NetBSD-Bugs archive

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

PR/43360 CVS commit: src/sys/arch



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

From: "David A. Holland" <dholland%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/43360 CVS commit: src/sys/arch
Date: Thu, 27 May 2010 06:58:16 +0000

 Module Name:   src
 Committed By:  dholland
 Date:          Thu May 27 06:58:15 UTC 2010
 
 Modified Files:
        src/sys/arch/arc/stand/boot: Makefile
        src/sys/arch/atari/stand/libsa: Makefile
        src/sys/arch/bebox/stand/common: Makefile
        src/sys/arch/cobalt/stand/boot: Makefile
        src/sys/arch/evbarm/stand/gzboot: Makefile.gzboot
        src/sys/arch/ews4800mips/stand: Makefile.bootxx
        src/sys/arch/ews4800mips/stand/boot: Makefile
        src/sys/arch/i386/stand: Makefile.booters
        src/sys/arch/i386/stand/boot: Makefile Makefile.boot
        src/sys/arch/i386/stand/bootxx: Makefile Makefile.bootxx
        src/sys/arch/i386/stand/netboot: Makefile
        src/sys/arch/ia64/stand/ia64: Makefile.booters
        src/sys/arch/landisk/stand: Makefile.bootprogs
        src/sys/arch/landisk/stand/boot: Makefile
        src/sys/arch/landisk/stand/bootxx: Makefile
        src/sys/arch/macppc/stand/ofwboot: Makefile
        src/sys/arch/mipsco/stand: Makefile.booters
        src/sys/arch/news68k/stand/common: Makefile
        src/sys/arch/pmax/stand: Makefile.booters
        src/sys/arch/prep/stand/common: Makefile
        src/sys/arch/rs6000/stand/common: Makefile
        src/sys/arch/sandpoint/stand/netboot: Makefile
        src/sys/arch/sgimips/stand/boot: Makefile
        src/sys/arch/sgimips/stand/boot64: Makefile
        src/sys/arch/sparc/stand: Makefile.buildboot
        src/sys/arch/sparc/stand/ofwboot: Makefile
        src/sys/arch/sun68k/stand/libsa: Makefile
        src/sys/arch/zaurus/stand/zboot: Makefile
 
 Log Message:
 Introduce .WAIT into the cleandir rule for blasting the libsa/libkern/etc.
 trees, because it can race with the libsa/libkern/etc. makefiles' own
 cleandir rules. I think I've found all of the uses of the offending idiom...
 Closes PR 43360.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.8 -r1.9 src/sys/arch/arc/stand/boot/Makefile
 cvs rdiff -u -r1.30 -r1.31 src/sys/arch/atari/stand/libsa/Makefile
 cvs rdiff -u -r1.1 -r1.2 src/sys/arch/bebox/stand/common/Makefile
 cvs rdiff -u -r1.20 -r1.21 src/sys/arch/cobalt/stand/boot/Makefile
 cvs rdiff -u -r1.15 -r1.16 src/sys/arch/evbarm/stand/gzboot/Makefile.gzboot
 cvs rdiff -u -r1.4 -r1.5 src/sys/arch/ews4800mips/stand/Makefile.bootxx
 cvs rdiff -u -r1.10 -r1.11 src/sys/arch/ews4800mips/stand/boot/Makefile
 cvs rdiff -u -r1.78 -r1.79 src/sys/arch/i386/stand/Makefile.booters
 cvs rdiff -u -r1.7 -r1.8 src/sys/arch/i386/stand/boot/Makefile
 cvs rdiff -u -r1.43 -r1.44 src/sys/arch/i386/stand/boot/Makefile.boot
 cvs rdiff -u -r1.11 -r1.12 src/sys/arch/i386/stand/bootxx/Makefile
 cvs rdiff -u -r1.38 -r1.39 src/sys/arch/i386/stand/bootxx/Makefile.bootxx
 cvs rdiff -u -r1.30 -r1.31 src/sys/arch/i386/stand/netboot/Makefile
 cvs rdiff -u -r1.3 -r1.4 src/sys/arch/ia64/stand/ia64/Makefile.booters
 cvs rdiff -u -r1.3 -r1.4 src/sys/arch/landisk/stand/Makefile.bootprogs
 cvs rdiff -u -r1.2 -r1.3 src/sys/arch/landisk/stand/boot/Makefile
 cvs rdiff -u -r1.5 -r1.6 src/sys/arch/landisk/stand/bootxx/Makefile
 cvs rdiff -u -r1.49 -r1.50 src/sys/arch/macppc/stand/ofwboot/Makefile
 cvs rdiff -u -r1.15 -r1.16 src/sys/arch/mipsco/stand/Makefile.booters
 cvs rdiff -u -r1.13 -r1.14 src/sys/arch/news68k/stand/common/Makefile
 cvs rdiff -u -r1.51 -r1.52 src/sys/arch/pmax/stand/Makefile.booters
 cvs rdiff -u -r1.9 -r1.10 src/sys/arch/prep/stand/common/Makefile
 cvs rdiff -u -r1.1 -r1.2 src/sys/arch/rs6000/stand/common/Makefile
 cvs rdiff -u -r1.18 -r1.19 src/sys/arch/sandpoint/stand/netboot/Makefile
 cvs rdiff -u -r1.16 -r1.17 src/sys/arch/sgimips/stand/boot/Makefile
 cvs rdiff -u -r1.6 -r1.7 src/sys/arch/sgimips/stand/boot64/Makefile
 cvs rdiff -u -r1.26 -r1.27 src/sys/arch/sparc/stand/Makefile.buildboot
 cvs rdiff -u -r1.23 -r1.24 src/sys/arch/sparc/stand/ofwboot/Makefile
 cvs rdiff -u -r1.27 -r1.28 src/sys/arch/sun68k/stand/libsa/Makefile
 cvs rdiff -u -r1.3 -r1.4 src/sys/arch/zaurus/stand/zboot/Makefile
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index