Hello!
For some days now make installkernel fails with
--------------------------------------------
cd /usr/include/nfsserver; for h in *.h; do if [ -L $h ]; then rm -f $h; fi; done
cd /usr/include/pccard; for h in *.h; do if [ -L $h ]; then rm -f $h; fi; done
cd /usr/include/posix4; for h in *.h; do if [ -L $h ]; then rm -f $h; fi; done
cd /usr/include/sys; for h in *.h; do if [ -L $h ]; then rm -f $h; fi; done
cd /usr/include/vm; for h in *.h; do if [ -L $h ]; then rm -f $h; fi; done
cd /usr/include/cam/scsi; for h in *.h; do if [ -L $h ]; then rm -f $h; fi; done
cd /usr/include/dev/acpica; for h in *.h; do if [ -L $h ]; then rm -f $h; fi; done
cd: can't cd to /usr/include/dev/acpica
*** Error code 2
Stop in /usr/src/include. *** Error code 1
Stop in /usr/src. *** Error code 1
Stop in /usr/src. ------------------------------------------------- acpica seems to be a file, not a directory.
Regards,
Uli.
*********************************************
* Peter Ulrich Kruppa - Wuppertal - Germany * *********************************************
_______________________________________________
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"