pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/sysutils/u-boot



Module Name:    pkgsrc
Committed By:   tnn
Date:           Sun Mar 27 17:27:59 UTC 2022

Modified Files:
        pkgsrc/sysutils/u-boot: u-boot.mk

Log Message:
u-boot.mk: fix bug that made do-configure non-retryable


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 pkgsrc/sysutils/u-boot/u-boot.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/sysutils/u-boot/u-boot.mk
diff -u pkgsrc/sysutils/u-boot/u-boot.mk:1.34 pkgsrc/sysutils/u-boot/u-boot.mk:1.35
--- pkgsrc/sysutils/u-boot/u-boot.mk:1.34       Thu Aug 12 07:33:49 2021
+++ pkgsrc/sysutils/u-boot/u-boot.mk    Sun Mar 27 17:27:59 2022
@@ -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 @@ post-patch:
 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