Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/mk Set installed library mode correctly in UNPRIVILEGE...
details: https://anonhg.NetBSD.org/src/rev/5c90110e8744
branches: trunk
changeset: 516936:5c90110e8744
user: simonb <simonb%NetBSD.org@localhost>
date: Fri Nov 02 07:25:58 2001 +0000
description:
Set installed library mode correctly in UNPRIVILEGED case.
diffstat:
share/mk/bsd.lib.mk | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diffs (19 lines):
diff -r 6611c8150521 -r 5c90110e8744 share/mk/bsd.lib.mk
--- a/share/mk/bsd.lib.mk Fri Nov 02 05:57:38 2001 +0000
+++ b/share/mk/bsd.lib.mk Fri Nov 02 07:25:58 2001 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.lib.mk,v 1.188 2001/11/02 05:21:50 tv Exp $
+# $NetBSD: bsd.lib.mk,v 1.189 2001/11/02 07:25:58 simonb Exp $
# @(#)bsd.lib.mk 8.3 (Berkeley) 4/22/94
.include <bsd.init.mk>
@@ -344,9 +344,7 @@
__archiveinstall: .USE
${INSTALL_FILE} -o ${LIBOWN} -g ${LIBGRP} -m 600 ${.ALLSRC} ${.TARGET}
${RANLIB} -t ${.TARGET}
-.if !defined(UNPRIVILEGED)
chmod ${LIBMODE} ${.TARGET}
-.endif
DPSRCS+= ${SRCS:M*.[ly]:C/..$/.c/}
CLEANFILES+= ${DPSRCS} ${YHEADER:D${SRCS:M*.y:.y=.h}}
Home |
Main Index |
Thread Index |
Old Index