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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"