Source-Changes-HG archive

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

[src/trunk]: src/gnu/usr.bin enforce MKSHARE



details:   https://anonhg.NetBSD.org/src/rev/16a9d62839be
branches:  trunk
changeset: 474874:16a9d62839be
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sat Jul 24 09:09:10 1999 +0000

description:
enforce MKSHARE

diffstat:

 gnu/usr.bin/ld.new/Makefile  |  6 +++++-
 gnu/usr.bin/texinfo/Makefile |  4 +++-
 2 files changed, 8 insertions(+), 2 deletions(-)

diffs (43 lines):

diff -r be3fdd46856e -r 16a9d62839be gnu/usr.bin/ld.new/Makefile
--- a/gnu/usr.bin/ld.new/Makefile       Sat Jul 24 01:42:54 1999 +0000
+++ b/gnu/usr.bin/ld.new/Makefile       Sat Jul 24 09:09:10 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.12 1999/04/30 15:12:57 kleink Exp $
+#      $NetBSD: Makefile,v 1.13 1999/07/24 09:09:39 mrg Exp $
 
 # for OBJECT_FMT
 .include <bsd.own.mk>
@@ -120,11 +120,15 @@
        done
 .endif
 
+.include <bsd.own.mk>
+
 afterinstall:
+.if ${MKSHARE} != "no"
        (cd ldscripts ; pax -rw . ${DESTDIR}${SCRIPTDIR})
        chown -R ${BINOWN}:${BINGRP} ${DESTDIR}${SCRIPTDIR}
        find ${DESTDIR}${SCRIPTDIR} -type f | xargs chmod a=rX
        find ${DESTDIR}${SCRIPTDIR} -type d | xargs chmod u=rwX,go=rX
+.endif
 
 cleanprog: __cleanldscripts
 __cleanldscripts:
diff -r be3fdd46856e -r 16a9d62839be gnu/usr.bin/texinfo/Makefile
--- a/gnu/usr.bin/texinfo/Makefile      Sat Jul 24 01:42:54 1999 +0000
+++ b/gnu/usr.bin/texinfo/Makefile      Sat Jul 24 09:09:10 1999 +0000
@@ -1,11 +1,13 @@
-#      $NetBSD: Makefile,v 1.3 1999/05/31 14:17:44 kleink Exp $
+#      $NetBSD: Makefile,v 1.4 1999/07/24 09:09:10 mrg Exp $
 
 .include <bsd.own.mk>
 
 SUBDIR=                common info install-info makeinfo texi2dvi texindex
 
+.if ${MKSHARE} != "no"
 FILESDIR=      /usr/share/misc
 FILES=         epsf.tex texinfo.tex
+.endif
 
 .if ${MKNLS} != "no"
 .for F in de.gmo fr.gmo



Home | Main Index | Thread Index | Old Index