Source-Changes-HG archive

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

[src/trunk]: src/distrib/arc/ramdisk Fix IMAGESIZE. (typo in rev 1.4?)



details:   https://anonhg.NetBSD.org/src/rev/172ae05c4d30
branches:  trunk
changeset: 526198:172ae05c4d30
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Sat Apr 27 17:15:48 2002 +0000

description:
Fix IMAGESIZE. (typo in rev 1.4?)

diffstat:

 distrib/arc/ramdisk/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (16 lines):

diff -r 9a8dc388a5c5 -r 172ae05c4d30 distrib/arc/ramdisk/Makefile
--- a/distrib/arc/ramdisk/Makefile      Sat Apr 27 16:37:19 2002 +0000
+++ b/distrib/arc/ramdisk/Makefile      Sat Apr 27 17:15:48 2002 +0000
@@ -1,10 +1,10 @@
-#      $NetBSD: Makefile,v 1.5 2002/04/26 15:50:25 lukem Exp $
+#      $NetBSD: Makefile,v 1.6 2002/04/27 17:15:48 tsutsui Exp $
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/Makefile.inc"
 
 IMAGE=         ramdisk.fs
-IMAGESIZE=     3m
+IMAGESIZE=     2m
 MAKEFS_FLAGS=  -f 15
 
 WARNS=         1



Home | Main Index | Thread Index | Old Index