pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk mk/bsd.pkg.error.mk: fix alignment of the backslashes



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8a15a16161f2
branches:  trunk
changeset: 339183:8a15a16161f2
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun Sep 08 09:15:01 2019 +0000

description:
mk/bsd.pkg.error.mk: fix alignment of the backslashes

diffstat:

 mk/bsd.pkg.error.mk |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r a789c1ab364f -r 8a15a16161f2 mk/bsd.pkg.error.mk
--- a/mk/bsd.pkg.error.mk       Sun Sep 08 09:06:06 2019 +0000
+++ b/mk/bsd.pkg.error.mk       Sun Sep 08 09:15:01 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.error.mk,v 1.4 2008/02/07 21:36:13 rillig Exp $
+# $NetBSD: bsd.pkg.error.mk,v 1.5 2019/09/08 09:15:01 rillig Exp $
 
 ERROR_DIR=             ${WRKDIR}/.error
 WARNING_DIR=           ${WRKDIR}/.warning
@@ -28,7 +28,7 @@
 ### directory, then the target will fail.
 ###
 error-check: .USE
-       ${RUN}                                  \
+       ${RUN}                                                          \
        ${RM} -f ${WARNING_DIR}/*.tmp;                                  \
        ${TEST} -d ${WARNING_DIR} || exit 0;                            \
        cd ${WARNING_DIR};                                              \
@@ -39,7 +39,7 @@
        ${CAT} ./* | ${WARNING_CAT};                                    \
        ${MV} -f ./* ${_WARNING_DONE_DIR}
 
-       ${RUN}                                  \
+       ${RUN}                                                          \
        ${RM} -f ${ERROR_DIR}/*.tmp;                                    \
        ${TEST} -d ${ERROR_DIR} || exit 0;                              \
        cd ${ERROR_DIR};                                                \



Home | Main Index | Thread Index | Old Index