Remove support for build.sh -m xen, this has been merged in the i386

build. Pointed out by Chuck Silvers.
This commit is contained in:
bouyer 2005-05-29 10:54:40 +00:00
parent e2240cac60
commit 44d1677f84
3 changed files with 2 additions and 38 deletions

View File

@ -1,5 +1,5 @@
#! /usr/bin/env sh
# $NetBSD: build.sh,v 1.136 2005/05/19 01:37:30 lukem Exp $
# $NetBSD: build.sh,v 1.137 2005/05/29 10:54:40 bouyer Exp $
#
# Copyright (c) 2001-2005 The NetBSD Foundation, Inc.
# All rights reserved.
@ -218,19 +218,6 @@ getarch()
MACHINE_ARCH=x86_64
;;
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
;;
alpha|i386|sparc|sparc64|vax)
MACHINE_ARCH=${MACHINE}
;;
@ -872,7 +859,7 @@ createmakewrapper()
eval cat <<EOF ${makewrapout}
#! /bin/sh
# Set proper variables to allow easy "make" building of a NetBSD subtree.
# Generated from: \$NetBSD: build.sh,v 1.136 2005/05/19 01:37:30 lukem Exp $
# Generated from: \$NetBSD: build.sh,v 1.137 2005/05/29 10:54:40 bouyer Exp $
# with these arguments: ${_args}
#
EOF

View File

@ -1,5 +0,0 @@
# $NetBSD: Makefile,v 1.1 2004/05/12 16:56:41 cl Exp $
TARGETS+= release
.include <bsd.subdir.mk>

View File

@ -1,18 +0,0 @@
# $NetBSD: Makefile.inc,v 1.1 2004/05/12 16:56:43 cl Exp $
#
# etc.xen/Makefile.inc -- xen-specific etc Makefile targets
#
KERNEL_SETS=
EXTRA_KERNELS= GENERIC XEN
BUILD_KERNELS=
INSTALLATION_DIRS+= installation/xen12load
# xen specific distrib stuff
snap_md_post:
cd ${KERNSRCDIR}/arch/xen/stand/xen12load && ${MAKE} release
${MAKESUMS} -t \
${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/xen12load '*.*'