Source-Changes-HG archive

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

[src/trunk]: src/distrib/pmax/instkernel Split long line.



details:   https://anonhg.NetBSD.org/src/rev/5dae374305f7
branches:  trunk
changeset: 480103:5dae374305f7
user:      simonb <simonb%NetBSD.org@localhost>
date:      Tue Jan 04 01:20:23 2000 +0000

description:
Split long line.

diffstat:

 distrib/pmax/instkernel/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 4080eae0bc0d -r 5dae374305f7 distrib/pmax/instkernel/Makefile
--- a/distrib/pmax/instkernel/Makefile  Mon Jan 03 22:48:30 2000 +0000
+++ b/distrib/pmax/instkernel/Makefile  Tue Jan 04 01:20:23 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.13 2000/01/03 21:59:12 simonb Exp $
+#      $NetBSD: Makefile,v 1.14 2000/01/04 01:20:23 simonb Exp $
 
 DISKBINDIR=    /installation/diskimage
 KERNBINDIR=    /binary/kernel
@@ -53,7 +53,8 @@
        ${INSTALL} ${RENAME} ${PRESERVE} ${COPY} -o root -g wheel \
                -m ${BINMODE} netbsd.gz ${RELEASEDIR}${KERNBINDIR}/install.gz
        ${INSTALL} ${RENAME} ${PRESERVE} ${COPY} -o root -g wheel \
-               -m ${BINMODE} netbsd.ecoff.gz ${RELEASEDIR}${KERNBINDIR}/install.ecoff.gz
+               -m ${BINMODE} netbsd.ecoff.gz \
+               ${RELEASEDIR}${KERNBINDIR}/install.ecoff.gz
 
 clean cleandir distclean:
        rm -f ${CLEANFILES}



Home | Main Index | Thread Index | Old Index