Date: Mon, 18 Dec 2006 05:45:24 +0000 (UTC) From: Matt Jacob <mjacob@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files.amd64 files.arm files.i386 files.pc98 files.powerpc files.sparc64 Message-ID: <200612180545.kBI5jO6x040921@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
mjacob 2006-12-18 05:45:24 UTC
FreeBSD src repository
Modified files:
sys/conf files.amd64 files.arm files.i386
files.pc98 files.powerpc files.sparc64
Log:
opt_ah.h ends up copied into a kernelcompile directory in some
aches as a read-only file. In a number of cases this has led to
compiles failing- usually due to some strange NFS drift which thinks
that the opt_ah.h in the compile directory is out of date wrt the
source it is copied from. When the copy is executed again, it fails
because the target is read-only. Oops. Modify the compile hooks
avoid this.
Discussed with a while back with: Sam Leffler
Revision Changes Path
1.100 +1 -1 src/sys/conf/files.amd64
1.14 +1 -1 src/sys/conf/files.arm
1.572 +1 -1 src/sys/conf/files.i386
1.351 +1 -1 src/sys/conf/files.pc98
1.61 +1 -1 src/sys/conf/files.powerpc
1.84 +1 -1 src/sys/conf/files.sparc64
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200612180545.kBI5jO6x040921>
