pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/configure Move the STEP_MSG outside of the .if.endi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6f5d340e024a
branches:  trunk
changeset: 515741:6f5d340e024a
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Fri Jul 07 14:25:54 2006 +0000

description:
Move the STEP_MSG outside of the .if.endif block so it's always printed.

diffstat:

 mk/configure/libtool-override.mk |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (30 lines):

diff -r 71a35d60acdc -r 6f5d340e024a mk/configure/libtool-override.mk
--- a/mk/configure/libtool-override.mk  Fri Jul 07 14:06:57 2006 +0000
+++ b/mk/configure/libtool-override.mk  Fri Jul 07 14:25:54 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: libtool-override.mk,v 1.2 2006/07/07 14:06:57 jlam Exp $
+# $NetBSD: libtool-override.mk,v 1.3 2006/07/07 14:25:54 jlam Exp $
 
 ######################################################################
 ### {ltconfig,libtool,shlibtool}-override (PRIVATE)
@@ -25,8 +25,8 @@
 
 .PHONY: ltconfig-override
 ltconfig-override:
+       @${STEP_MSG} "Modifying ltconfig scripts to use pkgsrc libtool"
 .if defined(LTCONFIG_OVERRIDE) && !empty(LTCONFIG_OVERRIDE)
-       @${STEP_MSG} "Modifying ltconfig scripts to use pkgsrc libtool"
        ${_PKG_SILENT}${_PKG_DEBUG}set -e;                              \
        cd ${WRKSRC};                                                   \
        for file in ${LTCONFIG_OVERRIDE}; do                            \
@@ -60,9 +60,9 @@
 
 .PHONY: ${_script_}-override
 ${_script_}-override:
+       @${STEP_MSG} "Modifying libtool scripts to use pkgsrc ${_script_}"
 .  if defined(${_OVERRIDE_VAR.${_script_}}) && \
       !empty(${_OVERRIDE_VAR.${_script_}})
-       @${STEP_MSG} "Replacing libtool scripts with pkgsrc ${_script_}"
        ${_PKG_SILENT}${_PKG_DEBUG}set -e;                              \
        cd ${WRKSRC};                                                   \
        for file in ${${_OVERRIDE_VAR.${_script_}}}; do                 \



Home | Main Index | Thread Index | Old Index