From: rahnds Date: Thu, 9 Jan 1997 04:23:23 +0000 (+0000) Subject: Changes to shrink kc filesystem, remove update from dot.profile X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=70084f5a0de6412fef1fdea261f171970aae558d;p=openbsd Changes to shrink kc filesystem, remove update from dot.profile and remove an extra file. --- 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 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