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/69fe021b9df2
branches: trunk
changeset: 972660:69fe021b9df2
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 f4d3c2f66e53 -r 69fe021b9df2 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