Source-Changes-HG archive

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

[src/trunk]: src/sys/stand/efiboot/bootaa64 Add release target



details:   https://anonhg.NetBSD.org/src/rev/7d5f6606a917
branches:  trunk
changeset: 364920:7d5f6606a917
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Mon Aug 27 22:40:51 2018 +0000

description:
Add release target

diffstat:

 sys/stand/efiboot/bootaa64/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (16 lines):

diff -r 4cdf40e8aeb3 -r 7d5f6606a917 sys/stand/efiboot/bootaa64/Makefile
--- a/sys/stand/efiboot/bootaa64/Makefile       Mon Aug 27 22:36:49 2018 +0000
+++ b/sys/stand/efiboot/bootaa64/Makefile       Mon Aug 27 22:40:51 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2018/08/24 02:01:06 jmcneill Exp $
+# $NetBSD: Makefile,v 1.2 2018/08/27 22:40:51 jmcneill Exp $
 
 PROG=          bootaa64.efi
 OBJFMT=                binary
@@ -12,3 +12,6 @@
 
 .include "${.CURDIR}/../Makefile.efiboot"
 
+release: check_RELEASEDIR
+       ${HOST_INSTALL_FILE} -m ${BINMODE} ${PROG} \
+               ${RELEASEDIR}/${MACHINE}/installation/misc



Home | Main Index | Thread Index | Old Index