Source-Changes-HG archive

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

[src/trunk]: src/distrib/vax/ramdisk Backout previous - it was apparently unt...



details:   https://anonhg.NetBSD.org/src/rev/e0c96368718a
branches:  trunk
changeset: 791663:e0c96368718a
user:      martin <martin%NetBSD.org@localhost>
date:      Wed Nov 27 19:54:10 2013 +0000

description:
Backout previous - it was apparently untested and breaks the build. The
commit message did not mention any reasons for the bump either.

diffstat:

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

diffs (16 lines):

diff -r a262835e17b1 -r e0c96368718a distrib/vax/ramdisk/Makefile
--- a/distrib/vax/ramdisk/Makefile      Wed Nov 27 18:29:45 2013 +0000
+++ b/distrib/vax/ramdisk/Makefile      Wed Nov 27 19:54:10 2013 +0000
@@ -1,10 +1,10 @@
-#      $NetBSD: Makefile,v 1.31 2013/11/09 21:32:55 christos Exp $
+#      $NetBSD: Makefile,v 1.32 2013/11/27 19:54:10 martin Exp $
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
 
 IMAGE=         ramdisk.fs
-IMAGESIZE=     2048k
+IMAGESIZE=     1664k
 MAKEFS_FLAGS=  -f 15
 
 WARNS=         1



Home | Main Index | Thread Index | Old Index