pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk G/C the unused GNU_MISSING_OVERRIDE logic, as we do...
details: https://anonhg.NetBSD.org/pkgsrc/rev/a011ee0831bf
branches: trunk
changeset: 468859:a011ee0831bf
user: jlam <jlam%pkgsrc.org@localhost>
date: Tue Feb 17 12:16:39 2004 +0000
description:
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:
mk/bsd.pkg.mk | 15 +--------------
1 files changed, 1 insertions(+), 14 deletions(-)
diffs (29 lines):
diff -r ea6db130555a -r a011ee0831bf mk/bsd.pkg.mk
--- a/mk/bsd.pkg.mk Tue Feb 17 12:13:07 2004 +0000
+++ b/mk/bsd.pkg.mk Tue Feb 17 12:16:39 2004 +0000
@@ -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 @@
. 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}
Home |
Main Index |
Thread Index |
Old Index