pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils/u-boot u-boot.mk: fix bug that made do-config...
details: https://anonhg.NetBSD.org/pkgsrc/rev/b6bb815fe1b6
branches: trunk
changeset: 375827:b6bb815fe1b6
user: tnn <tnn%pkgsrc.org@localhost>
date: Sun Mar 27 17:27:59 2022 +0000
description:
u-boot.mk: fix bug that made do-configure non-retryable
diffstat:
sysutils/u-boot/u-boot.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r f72cf7a9a2a4 -r b6bb815fe1b6 sysutils/u-boot/u-boot.mk
--- a/sysutils/u-boot/u-boot.mk Sun Mar 27 17:21:11 2022 +0000
+++ b/sysutils/u-boot/u-boot.mk Sun Mar 27 17:27:59 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: u-boot.mk,v 1.34 2021/08/12 07:33:49 wiz Exp $
+# $NetBSD: u-boot.mk,v 1.35 2022/03/27 17:27:59 tnn Exp $
.include "../../sysutils/u-boot/u-boot-version.mk"
@@ -58,7 +58,7 @@
do-configure:
.if !empty(UBOOT_SWIG_VERSION:M3)
${MKDIR} -p ${BUILDLINK_DIR}/bin
- ${RM} -f ${BUILDLINK_DIR}/bin/swig3.0
+ ${RM} -f ${BUILDLINK_DIR}/bin/swig
${LN} -s ${PREFIX}/bin/swig3.0 ${BUILDLINK_DIR}/bin/swig
.endif
cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} ${UBOOT_CONFIG}
Home |
Main Index |
Thread Index |
Old Index