Source-Changes-HG archive

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

[src/trunk]: src/distrib/arm32 arm32 is not a port anymore



details:   https://anonhg.NetBSD.org/src/rev/fac4ed9e65b0
branches:  trunk
changeset: 525424:fac4ed9e65b0
user:      lukem <lukem%NetBSD.org@localhost>
date:      Thu Apr 11 06:59:25 2002 +0000

description:
arm32 is not a port anymore

diffstat:

 distrib/arm32/Makefile                             |    20 -
 distrib/arm32/Makefile.inc                         |     2 -
 distrib/arm32/floppies/Makefile                    |     5 -
 distrib/arm32/floppies/Makefile.inc                |     1 -
 distrib/arm32/floppies/inst-common/Makefile.inc    |    54 -
 distrib/arm32/floppies/inst-common/dot.commonutils |   136 --
 distrib/arm32/floppies/inst-common/inst.sh         |   953 ------------------
 distrib/arm32/floppies/inst-common/instbin.conf    |    29 -
 distrib/arm32/floppies/inst-common/list            |    90 -
 distrib/arm32/floppies/inst-common/mtree.conf      |    95 -
 distrib/arm32/floppies/inst-common/termcap.vt100   |    49 -
 distrib/arm32/floppies/inst/Makefile               |     8 -
 distrib/arm32/floppies/inst/disktab.preinstall     |    31 -
 distrib/arm32/floppies/inst/dot.hdprofile          |    66 -
 distrib/arm32/floppies/inst/dot.instutils          |   160 ---
 distrib/arm32/floppies/inst/dot.profile            |    62 -
 distrib/arm32/floppies/inst/install.sh             |   500 ---------
 distrib/arm32/floppies/inst/list                   |    11 -
 distrib/arm32/floppies/list2sh.awk                 |    55 -
 distrib/arm32/floppies/runlist.sh                  |    13 -
 distrib/arm32/floppies/upgr/Makefile               |     8 -
 distrib/arm32/floppies/upgr/dot.hdprofile          |    65 -
 distrib/arm32/floppies/upgr/dot.profile            |    59 -
 distrib/arm32/floppies/upgr/dot.upgrutils          |    61 -
 distrib/arm32/floppies/upgr/list                   |     8 -
 distrib/arm32/floppies/upgr/upgrade.sh             |   257 ----
 distrib/arm32/kernels/Makefile                     |    33 -
 distrib/arm32/ramdisk/Makefile                     |    73 -
 distrib/arm32/ramdisk/disktab.preinstall           |    31 -
 distrib/arm32/ramdisk/dot.commonutils              |   135 --
 distrib/arm32/ramdisk/dot.hdprofile                |    62 -
 distrib/arm32/ramdisk/dot.instutils                |   188 ---
 distrib/arm32/ramdisk/dot.profile                  |    64 -
 distrib/arm32/ramdisk/inst.sh                      |  1041 --------------------
 distrib/arm32/ramdisk/install.tmpl                 |   519 ---------
 distrib/arm32/ramdisk/list                         |    99 -
 distrib/arm32/ramdisk/list2sh.awk                  |    70 -
 distrib/arm32/ramdisk/mtree.conf                   |    82 -
 distrib/arm32/ramdisk/ramdiskbin.conf              |    34 -
 distrib/arm32/ramdisk/runlist.sh                   |    13 -
 distrib/arm32/ramdisk/start.tmpl                   |    45 -
 distrib/arm32/ramdisk/termcap.pc3                  |    44 -
 distrib/arm32/ramdisk/termcap.xterm                |    23 -
 distrib/arm32/ramdisk/upgrade.tmpl                 |   240 ----
 44 files changed, 0 insertions(+), 5594 deletions(-)

diffs (truncated from 5770 to 300 lines):

diff -r 53766d20ac14 -r fac4ed9e65b0 distrib/arm32/Makefile
--- a/distrib/arm32/Makefile    Thu Apr 11 06:40:48 2002 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,20 +0,0 @@
-# $NetBSD: Makefile,v 1.9 2002/03/07 02:24:25 lukem Exp $
-
-.include <bsd.own.mk>
-
-ITARGET=       ${RELEASEDIR}/installation
-IINST=         ${INSTALL} ${RENAME} ${PRESERVE} ${COPY} -m ${NONBINMODE}
-KERNELS=       A7INST CATSINST RPCINST SHARKINST
-
-SUBDIR= ramdisk kernels
-
-.include <bsd.subdir.mk>
-
-RAMDISKOBJ!=   cd ${.CURDIR}/ramdisk && ${PRINTOBJDIR}
-KERNELOBJ!=    cd ${.CURDIR}/kernels && ${PRINTOBJDIR}
-
-release: check_RELEASEDIR
-       ${IINST} ${RAMDISKOBJ}/ramdisk-${DISTRIBREV}.fs.gz ${ITARGET}/misc/
-.for kern in ${KERNELS}
-       ${IINST} ${KERNELOBJ}/netbsd.${kern}.gz ${ITARGET}/kernel/
-.endfor
diff -r 53766d20ac14 -r fac4ed9e65b0 distrib/arm32/Makefile.inc
--- a/distrib/arm32/Makefile.inc        Thu Apr 11 06:40:48 2002 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,2 +0,0 @@
-# $NetBSD: Makefile.inc,v 1.5 2002/03/06 23:50:55 lukem Exp $
-.include <bsd.own.mk>
diff -r 53766d20ac14 -r fac4ed9e65b0 distrib/arm32/floppies/Makefile
--- a/distrib/arm32/floppies/Makefile   Thu Apr 11 06:40:48 2002 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,5 +0,0 @@
-# $NetBSD: Makefile,v 1.1 1996/05/16 19:58:49 mark Exp $
-
-SUBDIR= inst upgr
-
-.include <bsd.subdir.mk>
diff -r 53766d20ac14 -r fac4ed9e65b0 distrib/arm32/floppies/Makefile.inc
--- a/distrib/arm32/floppies/Makefile.inc       Thu Apr 11 06:40:48 2002 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-# $NetBSD: Makefile.inc,v 1.6 2002/03/06 23:50:56 lukem Exp $
diff -r 53766d20ac14 -r fac4ed9e65b0 distrib/arm32/floppies/inst-common/Makefile.inc
--- a/distrib/arm32/floppies/inst-common/Makefile.inc   Thu Apr 11 06:40:48 2002 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,54 +0,0 @@
-# $NetBSD: Makefile.inc,v 1.13 2002/03/06 23:50:56 lukem Exp $
-
-# TOP is assumed to be defined by Makefile including this one.
-
-CBIN=          instbin
-COMMONDIR=     ${TOP}/inst-common
-
-MOUNT_POINT?=  /mnt
-VND?=          vnd0
-VND_DEV=       /dev/${VND}c
-VND_RDEV=      /dev/r${VND}c
-IMAGE?=                xxx-${DISTRIBREV}.fs
-MDEC=          ${DESTDIR}/usr/mdec
-
-LISTS=         ${COMMONDIR}/list ${.CURDIR}/list
-CRUNCHCONF=    ${COMMONDIR}/${CBIN}.conf
-MTREECONF=     ${COMMONDIR}/mtree.conf
-
-CRUNCHGEN?=    crunchgen
-MTREE?=                mtree
-
-DISKTYPE=      floppy
-
-all: ${CBIN}
-       dd if=/dev/zero of=${IMAGE} bs=144k count=10
-       vnconfig -t ${DISKTYPE} -v -c ${VND_DEV} ${IMAGE}
-       newfs -B le -O -m 0 -o space -i 5120 -c 80 ${VND_RDEV} ${DISKTYPE}
-       mount ${VND_DEV} ${MOUNT_POINT}
-       ${MTREE} -def ${MTREECONF} -p ${MOUNT_POINT}/ -u
-       TOPDIR=${TOP} CURDIR=${.CURDIR} OBJDIR=${.OBJDIR} \
-           KERNOBJDIR=${KERNOBJDIR} \
-           TARGDIR=${MOUNT_POINT} sh ${TOP}/runlist.sh ${LISTS}
-       @echo ""
-       @df -i ${MOUNT_POINT}
-       @echo ""
-       umount ${MOUNT_POINT}
-       vnconfig -u ${VND_DEV}
-
-unconfig:
-       -umount -f ${MOUNT_POINT}
-       -vnconfig -u ${VND_DEV}
-       -/bin/rm -f ${IMAGE}
-
-${CBIN}.mk ${CBIN}.cache ${CBIN}.c: ${CRUNCHCONF}
-       ${CRUNCHGEN} -D ${TOP}/../../.. -L ${DESTDIR}/usr/lib ${CRUNCHCONF}
-
-${CBIN}: ${CBIN}.mk ${CBIN}.cache ${CBIN}.c
-       ${MAKE} -f ${CBIN}.mk all
-
-clean cleandir distclean:
-       /bin/rm -f core ${IMAGE} ${CBIN} ${CBIN}.mk ${CBIN}.cache *.o *.cro *.c
-
-.include <bsd.obj.mk>
-.include <bsd.subdir.mk>
diff -r 53766d20ac14 -r fac4ed9e65b0 distrib/arm32/floppies/inst-common/dot.commonutils
--- a/distrib/arm32/floppies/inst-common/dot.commonutils        Thu Apr 11 06:40:48 2002 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,136 +0,0 @@
-# $NetBSD: dot.commonutils,v 1.3 2000/06/14 17:24:18 cgd Exp $
-#
-# Copyright (c) 1994 Christopher G. Demetriou
-# All rights reserved.
-# 
-# Redistribution and use in source and binary forms, with or without
-# modification, are permitted provided that the following conditions
-# are met:
-# 1. Redistributions of source code must retain the above copyright
-#    notice, this list of conditions and the following disclaimer.
-# 2. Redistributions in binary form must reproduce the above copyright
-#    notice, this list of conditions and the following disclaimer in the
-#    documentation and/or other materials provided with the distribution.
-# 3. All advertising materials mentioning features or use of this software
-#    must display the following acknowledgement:
-#          This product includes software developed for the
-#          NetBSD Project.  See http://www.netbsd.org/ for
-#          information about NetBSD.
-# 4. The name of the author may not be used to endorse or promote products
-#    derived from this software without specific prior written permission.
-# 
-# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
-# IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
-# OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
-# IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
-# INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
-# NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
-# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
-# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
-# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-# 
-# <<Id: LICENSE,v 1.2 2000/06/14 15:57:33 cgd Exp>>
-
-# Installation utilites (functions), to get NetBSD installed on
-# the hard disk.  These are meant to be invoked from the shell prompt,
-# by people installing NetBSD.
-
-# we know that /etc/fstab is only generated on the hard drive
-dest_dir=/
-if [ ! -f /etc/fstab ]; then
-       dest_dir=/mnt/
-fi
-
-# counter for possible shared library confusion
-TAR=/usr/bin/tar
-GUNZIP=/usr/bin/gunzip
-
-Set_tmp_dir()
-{
-       def_tmp_dir=`pwd`
-       if [ "$def_tmp_dir" = "/" -o "$def_tmp_dir" = "/mnt" ]; then
-               def_tmp_dir="$dest_dir"usr/distrib
-       fi
-
-       echo -n "What directory should be used to find and/or store "
-       echo    "installtion"
-       echo -n "files? [$def_tmp_dir] "
-       read tmp_dir
-       if [ "$tmp_dir" = "" ]; then
-               tmp_dir=$def_tmp_dir
-       fi
-       if [ ! -d "$tmp_dir" ]; then
-               /bin/rm -rf $tmp_dir
-               mkdir -p $tmp_dir
-       fi
-}
-
-Tmp_dir()
-{
-       if [ "$tmp_dir" = "" ]; then
-               Set_tmp_dir
-       fi
-       cd $tmp_dir
-}
-
-Load_fd()
-{
-       Tmp_dir
-       which=
-       echo "Don't forget that you can't load from the drive you booted from."
-       echo "unless you booted with a ramdisk."
-       echo ""
-
-       while [ "$which" != "0" -a "$which" != "1" ]; do
-               echo -n "Read from which floppy drive ('0' or '1')? [0] "
-               read which
-               if [ "X$which" = "X" ]; then
-                       which=0
-               fi
-       done
-       echo    ""
-       echo    "WARNING: during the floppy loading process, you should only"
-       echo    "use Control-C at the prompt."
-       echo    ""
-       while echo -n \
-           "Insert floppy (hit Control-C to terminate, enter to load): "
-       do
-               read foo
-               mount -t msdos /dev/fd${which}a /mnt2
-               cp -rp /mnt2/* .
-               umount /mnt2
-       done
-}
-
-Load_tape()
-{
-       Tmp_dir
-       echo -n "Which tape drive will you be using? [rst0] "
-       read which
-       if [ "X$which" = "X" ]; then
-               which=rst0
-       fi
-       echo -n "Insert the tape into the tape drive and hit return to "
-       echo -n "continue..."
-       read foo
-       echo    "Extracting files from the tape..."
-       $TAR xvpf --unlink /dev/$which
-       echo    "Done."
-}
-
-Extract()
-{
-       Tmp_dir
-       echo -n "Would you like to list the files as they're extracted? [n] "
-       read verbose
-       case $verbose in
-       y*|Y*)
-               tarverbose=v
-               ;;
-       *)
-               tarverbose=
-               ;;
-       esac
-       cat "$1"* | $GUNZIP | (cd $dest_dir ; $TAR  --unlink -xp"$tarverbose"f - )
-}
diff -r 53766d20ac14 -r fac4ed9e65b0 distrib/arm32/floppies/inst-common/inst.sh
--- a/distrib/arm32/floppies/inst-common/inst.sh        Thu Apr 11 06:40:48 2002 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,953 +0,0 @@
-#!/bin/sh
-#
-# $NetBSD: inst.sh,v 1.2 2001/06/19 13:42:08 wiz Exp $
-#
-# Copyright (c) 1995-1996 Mark Brinicombe
-# All rights reserved.
-# 
-# Redistribution and use in source and binary forms, with or without
-# modification, are permitted provided that the following conditions
-# are met:
-# 1. Redistributions of source code must retain the above copyright
-#    notice, this list of conditions and the following disclaimer.
-# 2. Redistributions in binary form must reproduce the above copyright
-#    notice, this list of conditions and the following disclaimer in the
-#    documentation and/or other materials provided with the distribution.
-# 3. All advertising materials mentioning features or use of this software
-#    must display the following acknowledgement:
-#      This product includes software developed by Mark Brinicombe.
-# 4. The name of the author may not be used to endorse or promote products
-#    derived from this software without specific prior written permission
-#
-# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
-# IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
-# OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
-# IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
-# INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
-# NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
-# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
-# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
-# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-#
-#      from inst,v 1.9 1996/04/18 20:56:14 mark Exp $
-#
-
-#
-# Installation utilites (functions), to get NetBSD installed on
-# the hard disk.  These are meant to be invoked from the shell prompt,
-# by people installing NetBSD.
-#
-
-VERSION=`echo '$Revision: 1.2 $' | cut '-d ' -f2`
-
-Load_tape()
-{
-       Tmp_dir
-       echo -n "Which tape drive will you be using? [rst0] "
-       read which
-       if [ "X$which" = "X" ]; then
-               which=rst0
-       fi
-       echo -n "Insert the tape into the tape drive and hit return to "
-       echo -n "continue..."
-       read foo



Home | Main Index | Thread Index | Old Index