summaryrefslogtreecommitdiff
path: root/distrib
diff options
context:
space:
mode:
authorDale S. Rahn <rahnds@cvs.openbsd.org>1997-01-09 04:23:30 +0000
committerDale S. Rahn <rahnds@cvs.openbsd.org>1997-01-09 04:23:30 +0000
commit591343d9f9dd08d69dbdd96ebd1d53577383176f (patch)
tree3261883d19e48a6e4f186753357faca04b817065 /distrib
parent19f7d699638b73f5d4cc4638fd20600d808d3dee (diff)
Changes to shrink kc filesystem, remove update from dot.profile
and remove an extra file.
Diffstat (limited to 'distrib')
-rw-r--r--distrib/powerpc/Makefile2
-rw-r--r--distrib/powerpc/inst/dot.profile3
-rw-r--r--distrib/powerpc/kc-common/list2
-rw-r--r--distrib/powerpc/kc-common/raminst.conf8
-rw-r--r--distrib/powerpc/kc/.tmp_raminst0225526
-rw-r--r--distrib/powerpc/kc/dot.profile3
6 files changed, 5 insertions, 19 deletions
diff --git a/distrib/powerpc/Makefile b/distrib/powerpc/Makefile
index b0ce0865ae0..fe723e28ea4 100644
--- a/distrib/powerpc/Makefile
+++ b/distrib/powerpc/Makefile
@@ -1,5 +1,5 @@
# $NetBSD: Makefile,v 1.1 1995/07/18 04:12:51 briggs Exp $
-SUBDIR= inst
+SUBDIR= inst kc
.include <bsd.subdir.mk>
diff --git a/distrib/powerpc/inst/dot.profile b/distrib/powerpc/inst/dot.profile
index ae680ce4b40..603cd70ea87 100644
--- a/distrib/powerpc/inst/dot.profile
+++ b/distrib/powerpc/inst/dot.profile
@@ -40,9 +40,6 @@ echo 'erase ^?, werase ^H, kill ^U, intr ^C'
stty newcrt werase ^H intr ^C kill ^U erase ^? 9600
echo ''
-# start running update, so that installed software is written as it goes.
-update
-
# pull in the function definitions that people will use from the shell prompt.
. /.commonutils
. /.instutils
diff --git a/distrib/powerpc/kc-common/list b/distrib/powerpc/kc-common/list
index 5e9677ab9ee..233e4f3e230 100644
--- a/distrib/powerpc/kc-common/list
+++ b/distrib/powerpc/kc-common/list
@@ -17,9 +17,7 @@ LINK raminst sbin/init
LINK raminst sbin/mount
LINK raminst sbin/mount_ffs
LINK raminst sbin/reboot
-LINK raminst sbin/shutdown
LINK raminst sbin/umount
-LINK raminst usr/bin/printf
SPECIAL /bin/rm raminst
# copy the MAKEDEV script and make some devices
diff --git a/distrib/powerpc/kc-common/raminst.conf b/distrib/powerpc/kc-common/raminst.conf
index 0560fc94403..3b0939ebf6f 100644
--- a/distrib/powerpc/kc-common/raminst.conf
+++ b/distrib/powerpc/kc-common/raminst.conf
@@ -7,10 +7,10 @@
srcdirs bin sbin usr.bin usr.sbin
srcdirs gnu/usr.bin
-progs cat cp expr
-progs init mount
-progs mount_ffs printf pwd reboot
-progs sh shutdown stty sync test umount # update
+progs cat cp pwd
+progs sh stty sync test init
+progs mount mount_ffs reboot
+progs umount
ln sh -sh # init invokes the shell this way
ln test [
diff --git a/distrib/powerpc/kc/.tmp_raminst022552 b/distrib/powerpc/kc/.tmp_raminst022552
deleted file mode 100644
index 572633ce921..00000000000
--- a/distrib/powerpc/kc/.tmp_raminst022552
+++ /dev/null
@@ -1,6 +0,0 @@
-.include "/proj/openbsd/src/usr.sbin/chroot/Makefile"
-.if defined(PROG) && !defined(OBJS)
-OBJS=${PROG}.o
-.endif
-crunchgen_objs:
- @echo 'OBJS= '${OBJS}
diff --git a/distrib/powerpc/kc/dot.profile b/distrib/powerpc/kc/dot.profile
index ae680ce4b40..603cd70ea87 100644
--- a/distrib/powerpc/kc/dot.profile
+++ b/distrib/powerpc/kc/dot.profile
@@ -40,9 +40,6 @@ echo 'erase ^?, werase ^H, kill ^U, intr ^C'
stty newcrt werase ^H intr ^C kill ^U erase ^? 9600
echo ''
-# start running update, so that installed software is written as it goes.
-update
-
# pull in the function definitions that people will use from the shell prompt.
. /.commonutils
. /.instutils