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/5cfc16a4d0aa
branches:  trunk
changeset: 810637:5cfc16a4d0aa
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 9184d6b649e6 -r 5cfc16a4d0aa 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