pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/bulk It makes more sense to run "bmake debug" when ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3147ad05bbb1
branches:  trunk
changeset: 527920:3147ad05bbb1
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun Apr 15 22:14:44 2007 +0000

description:
It makes more sense to run "bmake debug" when the WRKDIR is still
populated with all sorts of files, since they provide the most useful
information.

diffstat:

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

diffs (25 lines):

diff -r ae412218c322 -r 3147ad05bbb1 mk/bulk/bsd.bulk-pkg.mk
--- a/mk/bulk/bsd.bulk-pkg.mk   Sun Apr 15 22:09:59 2007 +0000
+++ b/mk/bulk/bsd.bulk-pkg.mk   Sun Apr 15 22:14:44 2007 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.bulk-pkg.mk,v 1.138 2007/03/07 22:13:38 rillig Exp $
+#      $NetBSD: bsd.bulk-pkg.mk,v 1.139 2007/04/15 22:14:44 rillig Exp $
 
 #
 # Copyright (c) 1999, 2000 Hubert Feyrer <hubertf%NetBSD.org@localhost>
@@ -456,6 +456,7 @@
                          ${ECHO} "<body>";                             \
                          ${ECHO} "<pre>";                              \
                          ${TO_HTML} < ${_BUILDLOG:Q};                  \
+                         ${MAKE} debug 2>&1 | ${TO_HTML} >> ${_BROKENFILE:Q} ; \
                          ${ECHO} "</pre>";                             \
                        } > ${_BROKENFILE:Q};                           \
                        ${RM} -f ${_BUILDLOG:Q};                        \
@@ -539,7 +540,6 @@
        @if [ ! -f ${PKGFILE} ]; then \
                ${BULK_MSG} "Build for ${PKGNAME} was not successful, aborting." | ${TEE} -a ${_BROKENFILE:Q} ; \
                ${ECHO} "<pre>" >> ${_BROKENFILE:Q};                    \
-               ${MAKE} debug 2>&1 >> ${_BROKENFILE:Q} ;                \
                { ${ECHO} "</pre>";                                     \
                  ${ECHO} "</body>";                                    \
                  ${ECHO} "</html>";                                    \



Home | Main Index | Thread Index | Old Index