Source-Changes-HG archive

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

[src/trunk]: src/distrib/evbarm/installimage Exclude ramdisk images and empty...



details:   https://anonhg.NetBSD.org/src/rev/c40a49bb623b
branches:  trunk
changeset: 933980:c40a49bb623b
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Tue Jun 02 01:34:50 2020 +0000

description:
Exclude ramdisk images and empty instkernel directory

diffstat:

 distrib/evbarm/installimage/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 9a834e180ed7 -r c40a49bb623b distrib/evbarm/installimage/Makefile
--- a/distrib/evbarm/installimage/Makefile      Tue Jun 02 01:30:31 2020 +0000
+++ b/distrib/evbarm/installimage/Makefile      Tue Jun 02 01:34:50 2020 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.3 2020/05/30 12:36:37 jmcneill Exp $
+#      $NetBSD: Makefile,v 1.4 2020/06/02 01:34:50 jmcneill Exp $
 
 .include <bsd.own.mk>
 
@@ -31,6 +31,7 @@
        ${SYSINSTDIR}/sysinst           .
 
 MD_IMGDIR_EXCLUDE=     -s ',./binary/gzimg.*,,gp'
-MD_IMGDIR_EXCLUDE+=    -s ',./binary/instkernel.*,,gp'
+MD_IMGDIR_EXCLUDE+=    -s ',./installation/instkernel.*,,gp'
+MD_IMGDIR_EXCLUDE+=    -s ',./installation/ramdisk.*,,gp'
 
 .include "${NETBSDSRCDIR}/distrib/common/bootimage/Makefile.installimage"



Home | Main Index | Thread Index | Old Index