Date: Sun, 3 Jan 1999 18:33:48 +1100 From: Bruce Evans <bde@zeta.org.au> To: cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, jkh@FreeBSD.ORG Subject: Re: cvs commit: src/release Makefile src/sbin/newfs_msdos newfs_msdos.c src/sys/i386/boot Makefile.inc src/sys/i386/boot/dosboot disklabe.h Message-ID: <199901030733.SAA17225@godzilla.zeta.org.au>
next in thread | raw e-mail | index | archive | help
> Modified files: > release Makefile > sbin/newfs_msdos newfs_msdos.c > sys/i386/boot Makefile.inc > sys/i386/boot/dosboot disklabe.h > Log: > Clean up some more residual /usr/mdec references. I left all the > extra rbootd/boot rom cruft pointing at /usr/mdec since it either > doesn't exist or doesn't work anyway, so who cares? :) This breaks rev.1.3 of sys/i386/boot/Makefile.inc and associated changes to sys/i386/boot/*/Makefile. BINDIR must be left pointing to /usr/mdec for the a.out bootstraps, since we don't want cdboot or netboot in /boot (especially 1.44MB of crud for cdboot), and we don't want the a.out and the elf boot[12] to clobber each other in /boot (a.out wins for aout-to-elf builds because it is installed last). dosboot is not being maintained. E.g., diffs (-c3) between its disklabe.h and <sys/disklabel.h> are 20K. Don't bother fixing cosmetic bugs in it. OTOH, <sys/disklabel.h> still refers to /usr/mdec. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199901030733.SAA17225>