pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk Move up the creation of the auto* stubs to just bef...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d9e1bcea0501
branches:  trunk
changeset: 468857:d9e1bcea0501
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Tue Feb 17 12:09:16 2004 +0000

description:
Move up the creation of the auto* stubs to just before the do-configure
target.  This still allows any autoconf/automake we execute at
pre-configure time to find its own scripts, but forces the configure script
find our stubs instead.  This should prevent the need to constantly
override the missing script using GNU_MISSING_OVERRIDE.

diffstat:

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

diffs (20 lines):

diff -r 2dffd4b32169 -r d9e1bcea0501 mk/tools.mk
--- a/mk/tools.mk       Tue Feb 17 11:52:22 2004 +0000
+++ b/mk/tools.mk       Tue Feb 17 12:09:16 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: tools.mk,v 1.26 2004/02/11 01:07:37 jlam Exp $
+# $NetBSD: tools.mk,v 1.27 2004/02/17 12:09:16 jlam Exp $
 #
 # This Makefile creates a ${TOOLS_DIR} directory and populates the bin
 # subdir with tools that hide the ones outside of ${TOOLS_DIR}.
@@ -53,8 +53,8 @@
                                        bin/automake-1.8
 
 .if empty(AUTOMAKE_OVERRIDE:M[nN][oO])
-.PHONY: pre-build override-autotools
-pre-build: override-autotools
+_CONFIGURE_PREREQ+=    override-autotools
+.PHONY: override-autotools
 .  for _autotool_ in autoconf automake
 .    for _prog_ in ${_HIDE_PROGS.${_autotool_}}
 override-autotools: ${TOOLS_DIR}/${_prog_}



Home | Main Index | Thread Index | Old Index