From d04a98f8a58188d3ff13f6c3a19aabbf403f5757 Mon Sep 17 00:00:00 2001 From: jlam Date: Tue, 17 Feb 2004 12:16:39 +0000 Subject: G/C the unused GNU_MISSING_OVERRIDE logic, as we don't need it anymore after the changes in revision 1.27 of tools.mk to hide the auto* tools between pre-configure and do-configure. --- mk/bsd.pkg.mk | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) (limited to 'mk') diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk index 892a9fdbda0..d07b3f6539e 100644 --- a/mk/bsd.pkg.mk +++ b/mk/bsd.pkg.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkg.mk,v 1.1408 2004/02/16 20:25:18 jlam Exp $ +# $NetBSD: bsd.pkg.mk,v 1.1409 2004/02/17 12:16:39 jlam Exp $ # # This file is in the public domain. # @@ -2489,19 +2489,6 @@ do-config-status-override: . endfor .endif -.if defined(GNU_MISSING_OVERRIDE) -_CONFIGURE_POSTREQ+= do-gnu-missing-override -.PHONY: do-gnu-missing-override -do-gnu-missing-override: -. for file in ${GNU_MISSING_OVERRIDE} - ${_PKG_SILENT}${_PKG_DEBUG}cd ${WRKSRC}; \ - if [ -f ${file} ]; then \ - ${RM} -f ${file}; \ - ${LN} -s ${_PKGSRCDIR}/mk/gnu-config/missing ${file}; \ - fi -. endfor -.endif - .PHONY: post-configure post-configure: ${_CONFIGURE_POSTREQ} -- cgit v1.2.3