Source-Changes-HG archive

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

[src/trunk]: src/distrib/sun3/common Fixup for the 1.4 release



details:   https://anonhg.NetBSD.org/src/rev/ca5b5cdee263
branches:  trunk
changeset: 473043:ca5b5cdee263
user:      gwr <gwr%NetBSD.org@localhost>
date:      Tue May 18 07:40:51 1999 +0000

description:
Fixup for the 1.4 release

diffstat:

 distrib/sun3/common/Make.crunch |   3 ++-
 distrib/sun3/common/mr.disktab  |  31 ++-----------------------------
 2 files changed, 4 insertions(+), 30 deletions(-)

diffs (55 lines):

diff -r e04f6a5dfae9 -r ca5b5cdee263 distrib/sun3/common/Make.crunch
--- a/distrib/sun3/common/Make.crunch   Tue May 18 07:31:56 1999 +0000
+++ b/distrib/sun3/common/Make.crunch   Tue May 18 07:40:51 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Make.crunch,v 1.3 1995/11/21 21:18:48 gwr Exp $
+#      $NetBSD: Make.crunch,v 1.4 1999/05/18 07:41:21 gwr Exp $
 #
 # This is included by subdirectories building a crunched binary.
 # Assume the following are already defined:  TOP, CBIN
@@ -11,6 +11,7 @@
 
 # Keep a copy that is not stripped so I can debug...
 ${CBIN}: ${CBIN}.mk ${CBIN}.cache ${CBIN}.c
+       -rm -f ${CBIN}
        make -f ${CBIN}.mk all STRIP=true
        cp -p ${CBIN} ${CBIN}.syms
        strip ${CBIN}
diff -r e04f6a5dfae9 -r ca5b5cdee263 distrib/sun3/common/mr.disktab
--- a/distrib/sun3/common/mr.disktab    Tue May 18 07:31:56 1999 +0000
+++ b/distrib/sun3/common/mr.disktab    Tue May 18 07:40:51 1999 +0000
@@ -1,32 +1,5 @@
 #
-#      $NetBSD: mr.disktab,v 1.1.1.1 1995/10/08 23:07:47 gwr Exp $
+#      $NetBSD: mr.disktab,v 1.2 1999/05/18 07:40:51 gwr Exp $
 #
 # Disk geometry and partition layout tables. 
-# Key:
-#      dt      controller type
-#      ty      type of disk (fixed, removeable, simulated)
-#      d[0-4]  drive-type-dependent parameters
-#      ns      #sectors/track
-#      nt      #tracks/cylinder
-#      nc      #cylinders/disk
-#      sc      #sectors/cylinder, nc*nt default
-#      su      #sectors/unit, sc*nc default
-#      se      sector size, DEV_BSIZE default
-#      rm      rpm, 3600 default
-#      sf      supports bad144-style bad sector forwarding
-#      sk      sector skew per track, default 0
-#      cs      sector skew per cylinder, default 0
-#      hs      headswitch time, default 0
-#      ts      one-cylinder seek time, default 0
-#      il      sector interleave (n:1), 1 default
-#      bs      boot block size, default BBSIZE
-#      sb      superblock size, default SBSIZE
-#      o[a-h]  partition offsets in sectors
-#      p[a-h]  partition sizes in sectors
-#      b[a-h]  partition block sizes in bytes
-#      f[a-h]  partition fragment sizes in bytes
-#      t[a-h]  partition types (filesystem, swap, etc)
-#
-# All partition sizes reserve space for bad sector tables.
-# (5 cylinders needed for maintenance + replacement sectors)
-#
+# (empty on the miniroot)



Home | Main Index | Thread Index | Old Index