pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk/configure Moved the pre-configure-checks-hook below...
details: https://anonhg.NetBSD.org/pkgsrc/rev/7855a01204df
branches: trunk
changeset: 534811:7855a01204df
user: rillig <rillig%pkgsrc.org@localhost>
date: Thu Nov 01 08:37:24 2007 +0000
description:
Moved the pre-configure-checks-hook below do-configure-pre-hook, so that
REPLACE_INTERPRETER takes place before the portability check. Shell
scripts that will use bash anyway do not need to be checked for
portability problems.
diffstat:
mk/configure/configure.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r dcddaa36f558 -r 7855a01204df mk/configure/configure.mk
--- a/mk/configure/configure.mk Thu Nov 01 08:37:09 2007 +0000
+++ b/mk/configure/configure.mk Thu Nov 01 08:37:24 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: configure.mk,v 1.18 2007/07/12 18:59:15 jlam Exp $
+# $NetBSD: configure.mk,v 1.19 2007/11/01 08:37:24 rillig Exp $
#
# = Package-settable variables =
#
@@ -125,8 +125,8 @@
_REAL_CONFIGURE_TARGETS+= configure-message
_REAL_CONFIGURE_TARGETS+= configure-vars
_REAL_CONFIGURE_TARGETS+= pre-configure
+_REAL_CONFIGURE_TARGETS+= do-configure-pre-hook
_REAL_CONFIGURE_TARGETS+= pre-configure-checks-hook
-_REAL_CONFIGURE_TARGETS+= do-configure-pre-hook
_REAL_CONFIGURE_TARGETS+= do-configure
_REAL_CONFIGURE_TARGETS+= do-configure-post-hook
_REAL_CONFIGURE_TARGETS+= post-configure
Home |
Main Index |
Thread Index |
Old Index