From owner-cvs-all Fri Sep 3 12:43:16 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 99334150BE; Fri, 3 Sep 1999 12:43:09 -0700 (PDT) (envelope-from msmith@FreeBSD.org) Received: (from msmith@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA47707; Fri, 3 Sep 1999 12:42:19 -0700 (PDT) (envelope-from msmith@FreeBSD.org) Message-Id: <199909031942.MAA47707@freefall.freebsd.org> From: Mike Smith Date: Fri, 3 Sep 1999 12:42:19 -0700 (PDT) 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 ... Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk 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