Source-Changes-HG archive

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

[src/trunk]: src Pass SED=${TOOL_SED:Q} to postinstall.



details:   https://anonhg.NetBSD.org/src/rev/2cfa7054073e
branches:  trunk
changeset: 329977:2cfa7054073e
user:      apb <apb%NetBSD.org@localhost>
date:      Mon Jun 16 07:11:52 2014 +0000

description:
Pass SED=${TOOL_SED:Q} to postinstall.

diffstat:

 Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 7c08fd796558 -r 2cfa7054073e Makefile
--- a/Makefile  Mon Jun 16 07:08:06 2014 +0000
+++ b/Makefile  Mon Jun 16 07:11:52 2014 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.306 2014/06/13 01:17:45 mrg Exp $
+#      $NetBSD: Makefile,v 1.307 2014/06/16 07:11:52 apb Exp $
 
 #
 # This is the top-level makefile for building NetBSD. For an outline of
@@ -177,6 +177,7 @@
        HOST_SH=${HOST_SH:Q}            \
        MAKE=${MAKE:Q}                  \
        PWD_MKDB=${TOOL_PWD_MKDB:Q}     \
+       SED=${TOOL_SED:Q}               \
        STAT=${TOOL_STAT:Q}
 
 postinstall-check: .PHONY



Home | Main Index | Thread Index | Old Index