Subject: How to build a xen release?
To: None <port-xen@netbsd.org>
From: James Chacon <jmc@netbsd.org>
List: port-xen
Date: 04/25/2005 17:52:42
So, it looks like with the recent changes that to build a release for
running Xen one would just build a normal x86 release?

If so, this fragment of build.sh can go away, right? :

        xen-*)
                setmakeenv XEN_BUILD "${MACHINE##*-}"
                setmakeenv KERNARCHDIR "arch/xen"
                setmakeenv RELEASEMACHINE "xen"
                setmakeenv RELEASEMACHINEDIR "${MACHINE}"
                makewrappermachine=${MACHINE}
                MACHINE=${MACHINE##*-}
                getarch
                ;;

        xen)                    # no default MACHINE_ARCH
                ;;


Just wondering as I'm cleaning up the auto builds.

James