Module Name:    src
Committed By:   jmcneill
Date:           Sun May 24 14:44:11 UTC 2020

Modified Files:
        src/etc/etc.evbarm: Makefile.inc

Log Message:
Pass TOOL_GPT to mkimage


To generate a diff of this commit:
cvs rdiff -u -r1.118 -r1.119 src/etc/etc.evbarm/Makefile.inc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/etc/etc.evbarm/Makefile.inc
diff -u src/etc/etc.evbarm/Makefile.inc:1.118 src/etc/etc.evbarm/Makefile.inc:1.119
--- src/etc/etc.evbarm/Makefile.inc:1.118	Sat May 23 14:10:47 2020
+++ src/etc/etc.evbarm/Makefile.inc	Sun May 24 14:44:11 2020
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile.inc,v 1.118 2020/05/23 14:10:47 rin Exp $
+#	$NetBSD: Makefile.inc,v 1.119 2020/05/24 14:44:11 jmcneill Exp $
 #
 #	etc.evbarm/Makefile.inc -- evbarm-specific etc Makefile targets
 #
@@ -87,6 +87,7 @@ __mkimage: .USE
 	TOOL_MAKEFS=${TOOL_MAKEFS} \
 	TOOL_DISKLABEL=${TOOL_DISKLABEL} \
 	TOOL_FDISK=${TOOL_FDISK} \
+	TOOL_GPT=${TOOL_GPT} \
 	TOOL_GZIP=${TOOL_GZIP} \
 	TOOL_MKNOD=${TOOL_MKNOD} \
 	TOOL_PAX=${TOOL_PAX} \

Reply via email to