Source-Changes-HG archive

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

[src/trunk]: src run "./etc/postinstall check" in afterinstall:



details:   https://anonhg.NetBSD.org/src/rev/e7456e5bbc37
branches:  trunk
changeset: 526187:e7456e5bbc37
user:      lukem <lukem%NetBSD.org@localhost>
date:      Sat Apr 27 08:11:53 2002 +0000

description:
run "./etc/postinstall check" in afterinstall:

diffstat:

 Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 32b0d45a150b -r e7456e5bbc37 Makefile
--- a/Makefile  Sat Apr 27 04:31:16 2002 +0000
+++ b/Makefile  Sat Apr 27 08:11:53 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.168 2002/04/11 19:31:06 tv Exp $
+#      $NetBSD: Makefile,v 1.169 2002/04/27 08:11:53 lukem 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
@@ -112,6 +112,10 @@
 .if defined(UNPRIVED) && (${MKINFO} != "no")
        (cd ${.CURDIR}/gnu/usr.bin/texinfo/install-info && ${MAKE} infodir-meta)
 .endif
+       @echo "   === Post installation checks ==="
+       sh ${.CURDIR}/etc/postinstall -s ${.CURDIR}/etc -d ${DESTDIR}/etc check
+       @echo "   ================================"
+
 
 # Targets (in order!) called by "make build".
 



Home | Main Index | Thread Index | Old Index