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.
This commit is contained in:
parent
e44579ded5
commit
2eb8293c09
1 changed files with 1 additions and 14 deletions
|
@ -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}
|
||||
|
||||
|
|
Loading…
Reference in a new issue