Module Name:    src
Committed By:   martin
Date:           Fri Jun 14 09:12:42 UTC 2019

Modified Files:
        src: Makefile

Log Message:
Use the generated "postinstall" in the objdir for postinstall-check
and postinstall-fix targets - we do not have a simple postinstall script
in the source tree any more.


To generate a diff of this commit:
cvs rdiff -u -r1.326 -r1.327 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.326 src/Makefile:1.327
--- src/Makefile:1.326	Thu Jun  6 14:51:43 2019
+++ src/Makefile	Fri Jun 14 09:12:42 2019
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.326 2019/06/06 14:51:43 martin Exp $
+#	$NetBSD: Makefile,v 1.327 2019/06/14 09:12:42 martin Exp $
 
 #
 # This is the top-level makefile for building NetBSD. For an outline of
@@ -169,7 +169,8 @@ afterinstall: .PHONY .MAKE
 	${MAKEDIRTARGET} . postinstall-check
 .endif
 
-_POSTINSTALL=	${.CURDIR}/usr.sbin/postinstall/postinstall \
+_POSTINSTALL=	${:!cd ${.CURDIR}/usr.sbin/postinstall && \
+			${MAKE} print-objdir!}/postinstall  \
 		-m ${MACHINE} -a ${MACHINE_ARCH}
 _POSTINSTALL_ENV= \
 	AWK=${TOOL_AWK:Q}		\

Reply via email to