Port-xen archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

How to build a xen release?



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



Home | Main Index | Thread Index | Old Index