cvs commit: src/sys/conf files.amd64 files.arm files.i386
files.pc98 files.powerpc files.sparc64
Matt Jacob
mjacob at FreeBSD.org
Sun Dec 17 21:45:28 PST 2006
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
More information about the cvs-src
mailing list