Source-Changes-HG archive

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

[src/trunk]: src Wrap a long line.



details:   https://anonhg.NetBSD.org/src/rev/382f08dd514b
branches:  trunk
changeset: 513496:382f08dd514b
user:      enami <enami%NetBSD.org@localhost>
date:      Thu Aug 02 06:13:33 2001 +0000

description:
Wrap a long line.

diffstat:

 Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 0b0ae9910c3b -r 382f08dd514b Makefile
--- a/Makefile  Thu Aug 02 05:47:59 2001 +0000
+++ b/Makefile  Thu Aug 02 06:13:33 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.125 2001/06/10 13:15:29 mrg Exp $
+#      $NetBSD: Makefile,v 1.126 2001/08/02 06:13:33 enami Exp $
 
 # This is the top-level makefile for building NetBSD. For an outline of
 # how to build a snapshot or release, as well as other release engineering
@@ -117,7 +117,8 @@
 .ifndef NODISTRIBDIRS
 .ifndef DESTDIR
 .if exists(share/mk)
-       (cd ${.CURDIR}/etc && ${MAKE} -m ${.CURDIR}/share/mk DESTDIR=/ distrib-dirs)
+       (cd ${.CURDIR}/etc && \
+           ${MAKE} -m ${.CURDIR}/share/mk DESTDIR=/ distrib-dirs)
 .else
        (cd ${.CURDIR}/etc && ${MAKE} DESTDIR=/ distrib-dirs)
 .endif



Home | Main Index | Thread Index | Old Index