diff options
author | jlam <jlam@pkgsrc.org> | 2004-02-17 12:16:39 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-02-17 12:16:39 +0000 |
commit | 2eb8293c09b3055821a40220826e24b9235625ad (patch) | |
tree | 404bbb1e2de45c490bb3497db900b799a49bd6a9 /mk | |
parent | e44579ded511dbcbad8149cd03c13afd19e14620 (diff) | |
download | pkgsrc-2eb8293c09b3055821a40220826e24b9235625ad.tar.gz |
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.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/bsd.pkg.mk | 15 |
1 files changed, 1 insertions, 14 deletions
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} |