Source-Changes-HG archive

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

[src/trunk]: src find the Makefile for postinstall-check in the presence of $...



details:   https://anonhg.NetBSD.org/src/rev/0c57939994e7
branches:  trunk
changeset: 533284:0c57939994e7
user:      drochner <drochner%NetBSD.org@localhost>
date:      Wed Jun 26 16:28:18 2002 +0000

description:
find the Makefile for postinstall-check in the presence of ${.OBJDIR}s

diffstat:

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

diffs (18 lines):

diff -r 59c7a087a9f8 -r 0c57939994e7 Makefile
--- a/Makefile  Wed Jun 26 16:17:41 2002 +0000
+++ b/Makefile  Wed Jun 26 16:28:18 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.179 2002/06/26 00:10:16 thorpej Exp $
+#      $NetBSD: Makefile,v 1.180 2002/06/26 16:28:18 drochner Exp $
 
 # This is the top-level makefile for building NetBSD. For an outline of
 # how to build a snapshot or release, as well as other release engineering
@@ -106,7 +106,7 @@
        (cd ${.CURDIR}/gnu/usr.bin/texinfo/install-info && ${MAKE} infodir-meta)
 .endif
 .if !defined(NOPOSTINSTALL)
-       (${MAKE} postinstall-check)
+       (cd ${.CURDIR} && ${MAKE} postinstall-check)
 .endif
 
 postinstall-check:



Home | Main Index | Thread Index | Old Index