pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/u-boot fix u-boot's "make clean" target. SPL ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a595522d22c4
branches:  trunk
changeset: 415414:a595522d22c4
user:      bad <bad%pkgsrc.org@localhost>
date:      Sun Oct 06 13:25:24 2019 +0000

description:
fix u-boot's "make clean" target. SPL is a directory.

diffstat:

 sysutils/u-boot/distinfo               |   4 ++--
 sysutils/u-boot/patches/patch-Makefile |  17 ++++++++++++++++-
 2 files changed, 18 insertions(+), 3 deletions(-)

diffs (44 lines):

diff -r 470ab4780f05 -r a595522d22c4 sysutils/u-boot/distinfo
--- a/sysutils/u-boot/distinfo  Sun Oct 06 13:20:06 2019 +0000
+++ b/sysutils/u-boot/distinfo  Sun Oct 06 13:25:24 2019 +0000
@@ -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
diff -r 470ab4780f05 -r a595522d22c4 sysutils/u-boot/patches/patch-Makefile
--- a/sysutils/u-boot/patches/patch-Makefile    Sun Oct 06 13:20:06 2019 +0000
+++ b/sysutils/u-boot/patches/patch-Makefile    Sun Oct 06 13:25:24 2019 +0000
@@ -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 @@
        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