Source-Changes-HG archive

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

[src/trunk]: src/distrib/hpcmips/miniroot delete csh, netstat, tset, and vi t...



details:   https://anonhg.NetBSD.org/src/rev/71a67eae06c5
branches:  trunk
changeset: 526208:71a67eae06c5
user:      shin <shin%NetBSD.org@localhost>
date:      Sat Apr 27 23:38:22 2002 +0000

description:
delete csh, netstat, tset, and vi to reduce GOT size.
otherwise, libc.a and other objects which was not compiled with -xgot
won't link. (in general, you can't mix -xgot and no -xgot binaries.)

current GOT size is 0000f618 (see below).

 10 .got          0000f618  10010460  10010460  0026c460  2**4
                  CONTENTS, ALLOC, LOAD, DATA

diffstat:

 distrib/hpcmips/miniroot/list |  29 +++++++----------------------
 1 files changed, 7 insertions(+), 22 deletions(-)

diffs (57 lines):

diff -r 8682f4a7f671 -r 71a67eae06c5 distrib/hpcmips/miniroot/list
--- a/distrib/hpcmips/miniroot/list     Sat Apr 27 23:24:55 2002 +0000
+++ b/distrib/hpcmips/miniroot/list     Sat Apr 27 23:38:22 2002 +0000
@@ -1,7 +1,7 @@
-#      $NetBSD: list,v 1.6 2002/03/06 12:04:51 lukem Exp $
+#      $NetBSD: list,v 1.7 2002/04/27 23:38:22 shin Exp $
 
 # extras in bin
-PROG   bin/csh
+#PROG  bin/csh
 PROG   bin/date
 PROG   bin/rcp
 PROG   bin/rcmd
@@ -15,38 +15,23 @@
 PROG   sbin/mount_msdos
 
 # extras in /usr.bin
-PROG   usr/bin/netstat
+#PROG  usr/bin/netstat
 PROG   usr/bin/rsh
-PROG   usr/bin/tset usr/bin/reset
-PROG   usr/bin/vi
+#PROG  usr/bin/tset usr/bin/reset
+#PROG  usr/bin/vi
 
 # crunchgen source directory specials: progs built in nonstandard places
-SPECIAL        vi      srcdir usr.bin/vi/build
+#SPECIAL       vi      srcdir usr.bin/vi/build
 
 # Minimize use of MFS
 SYMLINK        /tmp    var/tmp
 
-# we need the contents of /usr/mdec
-COPYDIR        ${DESTDIR}/usr/mdec     /usr/mdec
-
-# the zoneinfo (dont use)
-#COPYDIR       ${DESTDIR}/usr/share/zoneinfo   usr/share/zoneinfo
-
-# and the termcap file
+# termcap file
 COPY   ${ARCHDIR}/termcap.vt100        usr/share/misc/termcap
 
-# copy the kernel(s)
-#COPY  ${KERNOBJDIR}/GENERIC/netbsd    netbsd
-
-
 # various files that we need in /etc for the install
-#COPY  ${DESTDIR}/etc/disktab          etc/disktab.shadow
 COPY   ${DESTDIR}/etc/spwd.db          etc/spwd.db
 LINK   etc/spwd.db                     etc/pwd.db
-#SYMLINK       /tmp/disktab.shadow             etc/disktab
-#SYMLINK       /tmp/fstab.shadow               etc/fstab
-#SYMLINK       /tmp/resolv.conf.shadow         etc/resolv.conf
-#SYMLINK       /tmp/hosts                      etc/hosts
 
 # sysinst needs disktab template
 COPY   ${DESTDIR}/etc/disktab          etc/disktab.preinstall



Home | Main Index | Thread Index | Old Index