Source-Changes-HG archive

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

[src/trunk]: src/share/mk This is *purely* anal-retentive, but: remove extra ...



details:   https://anonhg.NetBSD.org/src/rev/a9273afddc28
branches:  trunk
changeset: 500124:a9273afddc28
user:      mycroft <mycroft%NetBSD.org@localhost>
date:      Tue Dec 05 22:18:30 2000 +0000

description:
This is *purely* anal-retentive, but: remove extra spaces in the generated
commands in the previous.

diffstat:

 share/mk/bsd.lib.mk |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (28 lines):

diff -r e401a6a32c74 -r a9273afddc28 share/mk/bsd.lib.mk
--- a/share/mk/bsd.lib.mk       Tue Dec 05 22:12:37 2000 +0000
+++ b/share/mk/bsd.lib.mk       Tue Dec 05 22:18:30 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.lib.mk,v 1.177 2000/12/05 22:12:37 mycroft Exp $
+#      $NetBSD: bsd.lib.mk,v 1.178 2000/12/05 22:18:30 mycroft Exp $
 #      @(#)bsd.lib.mk  8.3 (Berkeley) 4/22/94
 
 .if !target(__initialized__)
@@ -440,14 +440,14 @@
        /sbin/ldconfig -m ${LIBDIR}
 .endif
 .if ${OBJECT_FMT} == "ELF"
-       ln -sf lib${LIB}.so.${SHLIB_FULLVERSION} \
+       ln -sf lib${LIB}.so.${SHLIB_FULLVERSION}\
            ${DESTDIR}${LIBDIR}/lib${LIB}.so.${SHLIB_MAJOR}.tmp
-       mv -f ${DESTDIR}${LIBDIR}/lib${LIB}.so.${SHLIB_MAJOR}.tmp \
+       mv -f ${DESTDIR}${LIBDIR}/lib${LIB}.so.${SHLIB_MAJOR}.tmp\
            ${DESTDIR}${LIBDIR}/lib${LIB}.so.${SHLIB_MAJOR}
 .if ${MKLINKLIB} != "no"
-       ln -sf lib${LIB}.so.${SHLIB_FULLVERSION} \
+       ln -sf lib${LIB}.so.${SHLIB_FULLVERSION}\
            ${DESTDIR}${LIBDIR}/lib${LIB}.so.tmp
-       mv -f ${DESTDIR}${LIBDIR}/lib${LIB}.so.tmp \
+       mv -f ${DESTDIR}${LIBDIR}/lib${LIB}.so.tmp\
            ${DESTDIR}${LIBDIR}/lib${LIB}.so
 .endif
 .endif



Home | Main Index | Thread Index | Old Index