pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/check Bugfix: Missing shared libraries are reported...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7734d487ea26
branches:  trunk
changeset: 518619:7734d487ea26
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Thu Sep 14 22:00:49 2006 +0000

description:
Bugfix: Missing shared libraries are reported again. This feature had been
broken since the introduction of delayed errors and warnings.

diffstat:

 mk/check/check-shlibs.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 09e5efd72ab9 -r 7734d487ea26 mk/check/check-shlibs.mk
--- a/mk/check/check-shlibs.mk  Thu Sep 14 21:58:59 2006 +0000
+++ b/mk/check/check-shlibs.mk  Thu Sep 14 22:00:49 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: check-shlibs.mk,v 1.3 2006/06/23 12:55:15 jlam Exp $
+# $NetBSD: check-shlibs.mk,v 1.4 2006/09/14 22:00:49 rillig Exp $
 
 # For PKG_DEVELOPERs, cause some checks to be run automatically by default.
 .if defined(PKG_DEVELOPER)
@@ -38,7 +38,7 @@
                ${TEST} -z "$$err" || ${ECHO} "$$file: $$err";          \
        done
        ${_PKG_SILENT}${_PKG_DEBUG}                                     \
-       exec 1>${ERROR_DIR}/${.TARGET};                                 \
+       exec 1>>${ERROR_DIR}/${.TARGET};                                \
        if ${_NONZERO_FILESIZE_P} ${ERROR_DIR}/${.TARGET}; then         \
                ${ECHO} "*** The above programs/libs will not find the listed shared libraries"; \
                ${ECHO} "    at runtime.  Please fix the package (add -Wl,-R.../lib in the right"; \



Home | Main Index | Thread Index | Old Index