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: bad
Date: Sun Oct 6 13:25:25 UTC 2019
Modified Files:
pkgsrc/sysutils/u-boot: distinfo
pkgsrc/sysutils/u-boot/patches: patch-Makefile
Log Message:
fix u-boot's "make clean" target. SPL is a directory.
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/sysutils/u-boot/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/sysutils/u-boot/patches/patch-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/distinfo
diff -u pkgsrc/sysutils/u-boot/distinfo:1.25 pkgsrc/sysutils/u-boot/distinfo:1.26
--- pkgsrc/sysutils/u-boot/distinfo:1.25 Thu Sep 5 16:09:09 2019
+++ pkgsrc/sysutils/u-boot/distinfo Sun Oct 6 13:25:24 2019
@@ -1,10 +1,10 @@
-$NetBSD: distinfo,v 1.25 2019/09/05 16:09:09 bouyer Exp $
+$NetBSD: distinfo,v 1.26 2019/10/06 13:25:24 bad Exp $
SHA1 (u-boot-2018.11.tar.bz2) = e58e86c633ad3e2613196e0c0b0a7760ae5966d6
RMD160 (u-boot-2018.11.tar.bz2) = f63c67750951d0e2883935a5d4cc3252f51a5453
SHA512 (u-boot-2018.11.tar.bz2) = 1ea0bbb5f5e6d4c60b3a6bd345d1fa6e9da025daf36f47e8392bab34cb432c2e3633d903efb260f71fff87dffd6f2bf09ac900e96b3d4247073958d83b89ceff
Size (u-boot-2018.11.tar.bz2) = 13045125 bytes
-SHA1 (patch-Makefile) = 45f505041a586b75953c34c1ab6fffaa56b43601
+SHA1 (patch-Makefile) = 068765a3e73fc0747d080cc7a5e2ff0b79e8fd9a
SHA1 (patch-arch_arm_cpu_armv8_Kconfig) = 63cbbf2e3cebd46793fc03cc8e62297f6dc01aa9
SHA1 (patch-arch_arm_dts_Makefile) = 184fdb8b04b25c0c827823779874306ce1bc746d
SHA1 (patch-arch_arm_dts_sun8i-h2-plus-bananapi-m2-zero.dts) = aaa530a5f520eea0cb5dcece0b730e23db59eb40
Index: pkgsrc/sysutils/u-boot/patches/patch-Makefile
diff -u pkgsrc/sysutils/u-boot/patches/patch-Makefile:1.1 pkgsrc/sysutils/u-boot/patches/patch-Makefile:1.2
--- pkgsrc/sysutils/u-boot/patches/patch-Makefile:1.1 Fri Apr 12 07:08:15 2019
+++ pkgsrc/sysutils/u-boot/patches/patch-Makefile Sun Oct 6 13:25:25 2019
@@ -1,4 +1,4 @@
-$NetBSD: patch-Makefile,v 1.1 2019/04/12 07:08:15 skrll Exp $
+$NetBSD: patch-Makefile,v 1.2 2019/10/06 13:25:25 bad Exp $
--- Makefile.orig 2018-11-14 16:10:06.000000000 +0000
+++ Makefile
@@ -11,3 +11,18 @@ $NetBSD: patch-Makefile,v 1.1 2019/04/12
echo \#define CC_VERSION_STRING \"$$(LC_ALL=C $(CC) --version | head -n 1)\"; \
echo \#define LD_VERSION_STRING \"$$(LC_ALL=C $(LD) --version | head -n 1)\"; )
endef
+@@ -1619,12 +1619,12 @@ CHANGELOG:
+ # make distclean Remove editor backup files, patch leftover files and the like
+
+ # Directories & files removed with 'make clean'
+-CLEAN_DIRS += $(MODVERDIR) \
++CLEAN_DIRS += $(MODVERDIR) SPL \
+ $(foreach d, spl tpl, $(patsubst %,$d/%, \
+ $(filter-out include, $(shell ls -1 $d 2>/dev/null))))
+
+ CLEAN_FILES += include/bmp_logo.h include/bmp_logo_data.h \
+- boot* u-boot* MLO* SPL System.map fit-dtb.blob
++ boot* u-boot* MLO* System.map fit-dtb.blob
+
+ # Directories & files removed with 'make mrproper'
+ MRPROPER_DIRS += include/config include/generated spl tpl \
Home |
Main Index |
Thread Index |
Old Index