Module Name:    src
Committed By:   apb
Date:           Mon Jun 16 07:11:52 UTC 2014

Modified Files:
        src: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.306 -r1.307 src/Makefile

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

Modified files:

Index: src/Makefile
diff -u src/Makefile:1.306 src/Makefile:1.307
--- src/Makefile:1.306	Fri Jun 13 01:17:45 2014
+++ src/Makefile	Mon Jun 16 07:11:52 2014
@@ -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 @@ _POSTINSTALL_ENV= \
 	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

Reply via email to