Source-Changes-HG archive

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

[src/trunk]: src we might as well provide a handy "postinstall-fix" target wh...



details:   https://anonhg.NetBSD.org/src/rev/e9ec83a8d0bb
branches:  trunk
changeset: 526260:e9ec83a8d0bb
user:      lukem <lukem%NetBSD.org@localhost>
date:      Mon Apr 29 12:14:36 2002 +0000

description:
we might as well provide a handy "postinstall-fix" target whilst here

diffstat:

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

diffs (21 lines):

diff -r 2a176b40a43b -r e9ec83a8d0bb Makefile
--- a/Makefile  Mon Apr 29 12:13:14 2002 +0000
+++ b/Makefile  Mon Apr 29 12:14:36 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.170 2002/04/29 12:09:13 lukem Exp $
+#      $NetBSD: Makefile,v 1.171 2002/04/29 12:14:36 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
@@ -118,6 +118,11 @@
        sh ${.CURDIR}/etc/postinstall -s ${.CURDIR}/etc -d ${DESTDIR}/etc check
        @echo "   ================================"
 
+postinstall-fix: .NOTMAIN
+       @echo "   === Post installation fixes ==="
+       sh ${.CURDIR}/etc/postinstall -s ${.CURDIR}/etc -d ${DESTDIR}/etc fix
+       @echo "   ================================"
+
 
 # Targets (in order!) called by "make build".
 



Home | Main Index | Thread Index | Old Index