Date: Fri, 3 Sep 1999 12:42:19 -0700 (PDT) From: Mike Smith <msmith@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/alpha Makefile src/sys/boot/alpha/boot1 Makefile src/sys/boot/alpha/boot2 Makefile conf.c help.alpha version src/sys/boot/alpha/cdboot Makefile conf.c src/sys/boot/alpha/libalpha srmnet.c start.S ... Message-ID: <199909031942.MAA47707@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
msmith 1999/09/03 12:42:19 PDT Modified files: sys/boot/alpha Makefile sys/boot/alpha/boot1 Makefile sys/boot/alpha/cdboot Makefile sys/boot/alpha/libalpha srmnet.c start.S sys/boot/alpha/netboot Makefile Added files: sys/boot/alpha/loader Makefile version Removed files: sys/boot/alpha/boot2 Makefile conf.c help.alpha version sys/boot/alpha/cdboot conf.c sys/boot/alpha/netboot conf.c Log: Slight reorganisation of the Alpha/SRM loader build: - Make as much of the makefile for each of the three flavours (disk, CDROM, net) common. - Special-case the libalpha startup module on its use in boot1, not the other way around. - Build the loader out of a "loader" directory Reviewed by: mjacob, dfr Revision Changes Path 1.4 +2 -2 src/sys/boot/alpha/Makefile 1.9 +1 -0 src/sys/boot/alpha/boot1/Makefile 1.3 +4 -64 src/sys/boot/alpha/cdboot/Makefile 1.3 +3 -1 src/sys/boot/alpha/libalpha/srmnet.c 1.6 +3 -3 src/sys/boot/alpha/libalpha/start.S 1.8 +3 -61 src/sys/boot/alpha/netboot/Makefile 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?199909031942.MAA47707>