Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/mk Revert previous. It was not wrong, but not necessa...
details: https://anonhg.NetBSD.org/src/rev/4edf05a92ea9
branches: trunk
changeset: 340495:4edf05a92ea9
user: uebayasi <uebayasi%NetBSD.org@localhost>
date: Tue Sep 08 16:06:42 2015 +0000
description:
Revert previous. It was not wrong, but not necessary for everyone.
(If really wanted, *.a generation rule can be easily overriden locally.)
diffstat:
share/mk/bsd.lib.mk | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diffs (30 lines):
diff -r ddceaf04cda6 -r 4edf05a92ea9 share/mk/bsd.lib.mk
--- a/share/mk/bsd.lib.mk Tue Sep 08 13:18:06 2015 +0000
+++ b/share/mk/bsd.lib.mk Tue Sep 08 16:06:42 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.lib.mk,v 1.361 2015/09/07 06:42:07 uebayasi Exp $
+# $NetBSD: bsd.lib.mk,v 1.362 2015/09/08 16:06:42 uebayasi Exp $
# @(#)bsd.lib.mk 8.3 (Berkeley) 4/22/94
.include <bsd.init.mk>
@@ -559,15 +559,15 @@
DPSRCS+= ${_YLSRCS}
CLEANFILES+= ${_YLSRCS}
-${STOBJS} ${POBJS} ${GOBJS} ${SOBJS} ${LOBJS}: ${DPSRCS:O}
+${STOBJS} ${POBJS} ${GOBJS} ${SOBJS} ${LOBJS}: ${DPSRCS}
-${_LIB.a}:: ${STOBJS:O} __archivebuild
+${_LIB.a}:: ${STOBJS} __archivebuild
-${_LIB_p.a}:: ${POBJS:O} __archivebuild
+${_LIB_p.a}:: ${POBJS} __archivebuild
-${_LIB_pic.a}:: ${SOBJS:O} __archivebuild
+${_LIB_pic.a}:: ${SOBJS} __archivebuild
-${_LIB_g.a}:: ${GOBJS:O} __archivebuild
+${_LIB_g.a}:: ${GOBJS} __archivebuild
_LIBLDOPTS=
Home |
Main Index |
Thread Index |
Old Index