Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/alpha/stand install bootxx_cd9660 and bootxx_ffs



details:   https://anonhg.NetBSD.org/src/rev/71540fcd2c1f
branches:  trunk
changeset: 471579:71540fcd2c1f
user:      cgd <cgd%NetBSD.org@localhost>
date:      Mon Apr 05 03:37:28 1999 +0000

description:
install bootxx_cd9660 and bootxx_ffs

diffstat:

 sys/arch/alpha/stand/bootxx_cd9660/Makefile |  5 +----
 sys/arch/alpha/stand/bootxx_ffs/Makefile    |  5 +----
 2 files changed, 2 insertions(+), 8 deletions(-)

diffs (34 lines):

diff -r 72048815f46e -r 71540fcd2c1f sys/arch/alpha/stand/bootxx_cd9660/Makefile
--- a/sys/arch/alpha/stand/bootxx_cd9660/Makefile       Mon Apr 05 03:35:24 1999 +0000
+++ b/sys/arch/alpha/stand/bootxx_cd9660/Makefile       Mon Apr 05 03:37:28 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 1999/04/02 03:38:20 cgd Exp $
+# $NetBSD: Makefile,v 1.2 1999/04/05 03:37:28 cgd Exp $
 
 PROG = bootxx_cd9660
 CPPFLAGS += -DLIBSA_SINGLE_FILESYSTEM=cd9660 \
@@ -10,7 +10,4 @@
 # XXX the following could probably be increased
 PRIMARY_MAX_LOAD!=     expr 8192 - 512
 
-# this and the following lines are bugs, which should be fixed.
-install:
-
 .include "../Makefile.bootxx"
diff -r 72048815f46e -r 71540fcd2c1f sys/arch/alpha/stand/bootxx_ffs/Makefile
--- a/sys/arch/alpha/stand/bootxx_ffs/Makefile  Mon Apr 05 03:35:24 1999 +0000
+++ b/sys/arch/alpha/stand/bootxx_ffs/Makefile  Mon Apr 05 03:37:28 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 1999/04/02 03:38:20 cgd Exp $
+# $NetBSD: Makefile,v 1.2 1999/04/05 03:37:29 cgd Exp $
 
 PROG = bootxx_ffs
 CPPFLAGS += -DLIBSA_SINGLE_FILESYSTEM=ufs \
@@ -9,7 +9,4 @@
 
 PRIMARY_MAX_LOAD!=     expr 8192 - 512
 
-# this and the following lines are bugs, which should be fixed.
-install:
-
 .include "../Makefile.bootxx"



Home | Main Index | Thread Index | Old Index