NetBSD/sys/arch/acorn32/stand/export-BtNetBSD
reinoud 7d4a1addde Initial commit of the splitting off of arch/acorn32 from arch/arm32.
The IOMD/VIDC combination is now moved to arch/arm/iomd together. These
files still need a lot of cleaning up :( .... esp. the RC7500 support that
is still dormant in it; this needs either to be removed or split out for
RC7500's ``VIDC'' video/audio variant.

Apart from the RC7500 support wich is still in arch/arm32 the
iomd,vidc,riscpc and podulebus subdirectories of arch/arm32 can be removed.

This split still uses some small parts of arch/arm32 .... those are the MI
parts that haven't been moved yet.

RiscPC/A7000 have been tested and confirmed to build as should NC.
2001-10-05 22:27:40 +00:00

40 lines
839 B
Bash

#!/bin/sh
#
# $NetBSD: export-BtNetBSD,v 1.1 2001/10/05 22:28:00 reinoud Exp $
# creates all binary files from the uue files from the source tree
# to be run in the directory next to the directory NetBSD
#
cp -R BtNetBSD BtNetBSD.RO
chmod -R a+r BtNetBSD.RO
cd BtNetBSD.RO
find . -name CVS -exec rm -r {} \;
cd pling.BtNetBSD
uudecode < Banner,uue && rm Banner,uue
uudecode < MemFix,uue && rm MemFix,uue
uudecode < pling.Sprites,uue && rm pling.Sprites,uue
uudecode < pling.Sprites22,uue && rm pling.Sprites22,uue
cd native
uudecode < unixfs_res,uue && rm unixfs_res,uue
cd ../src/Banner
uudecode < sprite,uue && rm sprite,uue
cd ../../..
# unixfs is copied into the !BtNetBSD dir. at install time
cp -R pling.BtNetBSD/native unixfs
mv pling.BtNetBSD \!BtNetBSD
cd ..
rm -f BtNetBSD.RO.tar
tar cvf BtNetBSD.RO.tar BtNetBSD.RO