Source-Changes-HG archive

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

[src/trunk]: src Remove support for build.sh -m xen, this has been merged in ...



details:   https://anonhg.NetBSD.org/src/rev/63e6246727a4
branches:  trunk
changeset: 581157:63e6246727a4
user:      bouyer <bouyer%NetBSD.org@localhost>
date:      Sun May 29 10:54:40 2005 +0000

description:
Remove support for build.sh -m xen, this has been merged in the i386
build. Pointed out by Chuck Silvers.

diffstat:

 build.sh                 |  17 ++---------------
 distrib/xen/Makefile     |   5 -----
 etc/etc.xen/Makefile.inc |  18 ------------------
 3 files changed, 2 insertions(+), 38 deletions(-)

diffs (70 lines):

diff -r a4a9c30351f3 -r 63e6246727a4 build.sh
--- a/build.sh  Sun May 29 05:56:56 2005 +0000
+++ b/build.sh  Sun May 29 10:54:40 2005 +0000
@@ -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 @@
                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 @@
        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
diff -r a4a9c30351f3 -r 63e6246727a4 distrib/xen/Makefile
--- a/distrib/xen/Makefile      Sun May 29 05:56:56 2005 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,5 +0,0 @@
-#      $NetBSD: Makefile,v 1.1 2004/05/12 16:56:41 cl Exp $
-
-TARGETS+=      release
-
-.include <bsd.subdir.mk>
diff -r a4a9c30351f3 -r 63e6246727a4 etc/etc.xen/Makefile.inc
--- a/etc/etc.xen/Makefile.inc  Sun May 29 05:56:56 2005 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 '*.*'



Home | Main Index | Thread Index | Old Index