From f1c68b9f9d01c3644b2d5aef5edcfccf9828a576 Mon Sep 17 00:00:00 2001 From: tron Date: Sat, 3 Jun 2000 20:58:46 +0000 Subject: Remove links in "package-links" target before trying to create them to avoid failure if they already exist. We cannot use "ln -f" here because it doesn't work as expected under Solaris. --- mk/bsd.pkg.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'mk') diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk index 65418d6027d..374c06427cf 100644 --- a/mk/bsd.pkg.mk +++ b/mk/bsd.pkg.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkg.mk,v 1.467 2000/06/03 20:31:27 mycroft Exp $ +# $NetBSD: bsd.pkg.mk,v 1.468 2000/06/03 20:58:46 tron Exp $ # # This file is in the public domain. # @@ -1376,6 +1376,7 @@ package-links: exit 1; \ fi; \ fi; \ + ${RM} -f ${PACKAGES}/$$cat/${PKGNAME}${PKG_SUFX}; \ ${LN} -s ../${PKGREPOSITORYSUBDIR}/${PKGNAME}${PKG_SUFX} ${PACKAGES}/$$cat; \ done; .endif -- cgit v1.2.3