pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/u-boot-visionfive2



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Sat Feb  1 02:31:27 UTC 2025

Modified Files:
        pkgsrc/sysutils/u-boot-visionfive2: Makefile

Log Message:
u-boot-visionfive2: remove unnecessary target (NFC)

u-boot-spl.bin isn't part of what's packaged. Rather, the unorthodox
u-boot-spl.bin.normal.out is, and it's handled differently.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/sysutils/u-boot-visionfive2/Makefile

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-visionfive2/Makefile
diff -u pkgsrc/sysutils/u-boot-visionfive2/Makefile:1.2 pkgsrc/sysutils/u-boot-visionfive2/Makefile:1.3
--- pkgsrc/sysutils/u-boot-visionfive2/Makefile:1.2     Thu Jan  2 20:15:48 2025
+++ pkgsrc/sysutils/u-boot-visionfive2/Makefile Sat Feb  1 02:31:27 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2025/01/02 20:15:48 rjs Exp $
+# $NetBSD: Makefile,v 1.3 2025/02/01 02:31:27 gutteridge Exp $
 
 UBOOT_TARGET=          visionfive2
 UBOOT_VERSION=         2024.10
@@ -8,9 +8,6 @@ UBOOT_BIN=              spl/u-boot-spl.bin.normal.ou
 post-extract:
        ${CP} ${PREFIX}/share/opensbi/visionfive2/fw_dynamic.bin ${WRKSRC}
 
-post-build:
-       cp ${WRKSRC}/spl/u-boot-spl.bin ${WRKSRC}/u-boot-spl.bin
-
 MAKE_ENV+=     OPENSBI=${WRKSRC}/fw_dynamic.bin
 
 .include "../../devel/libuuid/buildlink3.mk"



Home | Main Index | Thread Index | Old Index