pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/bulk After converting it to HTML format, the build ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8ebf1c66436c
branches:  trunk
changeset: 515489:8ebf1c66436c
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Mon Jul 03 00:00:56 2006 +0000

description:
After converting it to HTML format, the build log file is not needed
anymore.

diffstat:

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

diffs (17 lines):

diff -r c051137d3671 -r 8ebf1c66436c mk/bulk/bsd.bulk-pkg.mk
--- a/mk/bulk/bsd.bulk-pkg.mk   Sun Jul 02 23:34:03 2006 +0000
+++ b/mk/bulk/bsd.bulk-pkg.mk   Mon Jul 03 00:00:56 2006 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.bulk-pkg.mk,v 1.119 2006/02/13 14:55:26 rillig Exp $
+#      $NetBSD: bsd.bulk-pkg.mk,v 1.120 2006/07/03 00:00:56 rillig Exp $
 
 #
 # Copyright (c) 1999, 2000 Hubert Feyrer <hubertf%NetBSD.org@localhost>
@@ -461,6 +461,7 @@
                          ${TO_HTML} < ${_BUILDLOG:Q};                  \
                          ${ECHO} "</pre>";                             \
                        } > ${_BROKENFILE:Q};                           \
+                       ${RM} -f ${_BUILDLOG:Q};                        \
                        if [ -f "${WRKLOG}" ]; then \
                                ${CP} ${WRKLOG:Q} ${_BROKENWRKLOG:Q}; \
                        fi; \



Home | Main Index | Thread Index | Old Index