Source-Changes-HG archive

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

[src/trunk]: src/etc use -v to get the expanded variable.



details:   https://anonhg.NetBSD.org/src/rev/57c29c5e69d3
branches:  trunk
changeset: 824818:57c29c5e69d3
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Jun 19 20:10:18 2017 +0000

description:
use -v to get the expanded variable.

diffstat:

 etc/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r c2577ca9fc41 -r 57c29c5e69d3 etc/Makefile
--- a/etc/Makefile      Mon Jun 19 19:58:24 2017 +0000
+++ b/etc/Makefile      Mon Jun 19 20:10:18 2017 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.430 2017/06/18 02:43:43 christos Exp $
+#      $NetBSD: Makefile,v 1.431 2017/06/19 20:10:18 christos Exp $
 #      from: @(#)Makefile      8.7 (Berkeley) 5/25/95
 
 # Environment variables without default values:
@@ -625,7 +625,7 @@
                        echo "echo $${kernels} | $${pax_cmd}"; \
                        ( echo "/set uname=${BINOWN} gname=${BINGRP}"; \
                        echo ". type=dir optional"; \
-                       dtblist=$$(${MAKE} -V DTB); \
+                       dtblist=$$(${MAKE} -v DTB); \
                        for dtb in $${dtblist}; do \
                                echo "./$${dtb} type=file"; \
                        done; \
@@ -652,7 +652,7 @@
        kernsuffixes="${KERNEL_SUFFIXES:S/^/./}"; \
        dest="${RELEASEDIR}/${RELEASEMACHINEDIR}/binary/kernel"; \
        cd $${kerndir} && {     \
-               dtblist=$$(${MAKE} -V DTB); \
+               dtblist=$$(${MAKE} -v DTB); \
                for dtb in $${dtblist}; do \
                        [ ! -f $${dtb} ] && continue; \
                        dtb_gz="$${dest}/$${dtb}.gz"; \



Home | Main Index | Thread Index | Old Index