Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys Order library object build.
details: https://anonhg.NetBSD.org/src/rev/6012a84d661c
branches: trunk
changeset: 340469:6012a84d661c
user: uebayasi <uebayasi%NetBSD.org@localhost>
date: Mon Sep 07 03:44:19 2015 +0000
description:
Order library object build.
diffstat:
sys/arch/acorn26/stand/lib/Makefile | 4 ++--
sys/arch/acorn32/stand/lib/Makefile | 4 ++--
sys/arch/hppa/spmath/Makefile | 6 +++---
sys/arch/i386/stand/lib/Makefile | 4 ++--
sys/arch/ia64/stand/efi/libefi/Makefile | 4 ++--
sys/compat/common/Makefile | 6 +++---
sys/lib/libgnuefi/Makefile | 4 ++--
sys/lib/libkern/Makefile | 6 +++---
sys/lib/libsa/Makefile | 4 ++--
sys/lib/libz/Makefile | 4 ++--
10 files changed, 23 insertions(+), 23 deletions(-)
diffs (201 lines):
diff -r a7b5c3ef42ef -r 6012a84d661c sys/arch/acorn26/stand/lib/Makefile
--- a/sys/arch/acorn26/stand/lib/Makefile Mon Sep 07 03:20:18 2015 +0000
+++ b/sys/arch/acorn26/stand/lib/Makefile Mon Sep 07 03:44:19 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2015/09/07 03:20:18 uebayasi Exp $
+# $NetBSD: Makefile,v 1.3 2015/09/07 03:44:19 uebayasi Exp $
S?= ${.CURDIR}/../../../../
@@ -18,7 +18,7 @@
.undef DESTDIR
.include <bsd.lib.mk>
-lib${LIB}.o:: ${OBJS}
+lib${LIB}.o:: ${OBJS:O}
@echo building standard ${LIB} library
@rm -f lib${LIB}.o
@${LD} -r -o lib${LIB}.o `lorder ${OBJS} | tsort`
diff -r a7b5c3ef42ef -r 6012a84d661c sys/arch/acorn32/stand/lib/Makefile
--- a/sys/arch/acorn32/stand/lib/Makefile Mon Sep 07 03:20:18 2015 +0000
+++ b/sys/arch/acorn32/stand/lib/Makefile Mon Sep 07 03:44:19 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2015/09/07 03:20:18 uebayasi Exp $
+# $NetBSD: Makefile,v 1.5 2015/09/07 03:44:19 uebayasi Exp $
S?= ${.CURDIR}/../../../../
@@ -20,7 +20,7 @@
.undef DESTDIR
.include <bsd.lib.mk>
-lib${LIB}.o:: ${OBJS}
+lib${LIB}.o:: ${OBJS:O}
@echo building standard ${LIB} library
@rm -f lib${LIB}.o
@${LD} -r -o lib${LIB}.o `lorder ${OBJS} | tsort`
diff -r a7b5c3ef42ef -r 6012a84d661c sys/arch/hppa/spmath/Makefile
--- a/sys/arch/hppa/spmath/Makefile Mon Sep 07 03:20:18 2015 +0000
+++ b/sys/arch/hppa/spmath/Makefile Mon Sep 07 03:44:19 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2015/09/07 03:20:18 uebayasi Exp $
+# $NetBSD: Makefile,v 1.5 2015/09/07 03:44:19 uebayasi Exp $
# $OpenBSD: Makefile,v 1.4 2000/01/11 21:32:57 mickey Exp $
@@ -23,13 +23,13 @@
.include <bsd.lib.mk>
-${LIB}.o:: ${OBJS}
+${LIB}.o:: ${OBJS:O}
@echo building standard ${LIB} library
@rm -f ${LIB}.o
@${LD} -r -o ${LIB}.o `${LORDER} ${OBJS} | tsort`
@echo done
-${LIB}.po:: ${POBJS}
+${LIB}.po:: ${POBJS:O}
@echo building profiled ${LIB} library
@rm -f ${LIB}.po
@${LD} -r -o ${LIB}.po `${LORDER} ${POBJS} | tsort`
diff -r a7b5c3ef42ef -r 6012a84d661c sys/arch/i386/stand/lib/Makefile
--- a/sys/arch/i386/stand/lib/Makefile Mon Sep 07 03:20:18 2015 +0000
+++ b/sys/arch/i386/stand/lib/Makefile Mon Sep 07 03:44:19 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.42 2015/09/07 03:20:18 uebayasi Exp $
+# $NetBSD: Makefile,v 1.43 2015/09/07 03:44:19 uebayasi Exp $
S?= ${.CURDIR}/../../../..
@@ -48,7 +48,7 @@
.undef DESTDIR
.include <bsd.lib.mk>
-lib${LIB}.o:: ${OBJS}
+lib${LIB}.o:: ${OBJS:O}
@echo building standard ${LIB} library
@rm -f lib${LIB}.o
@${LD} -r -o lib${LIB}.o `lorder ${OBJS} | tsort`
diff -r a7b5c3ef42ef -r 6012a84d661c sys/arch/ia64/stand/efi/libefi/Makefile
--- a/sys/arch/ia64/stand/efi/libefi/Makefile Mon Sep 07 03:20:18 2015 +0000
+++ b/sys/arch/ia64/stand/efi/libefi/Makefile Mon Sep 07 03:44:19 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2015/09/07 03:20:18 uebayasi Exp $
+# $NetBSD: Makefile,v 1.4 2015/09/07 03:44:19 uebayasi Exp $
S?= ${.CURDIR}/../../../../../
@@ -32,7 +32,7 @@
.undef DESTDIR
.include <bsd.lib.mk>
-lib${LIB}.o:: ${OBJS}
+lib${LIB}.o:: ${OBJS:O}
@echo building standard ${LIB} $OBJS} library
@rm -f lib${LIB}.o
@${LD} -r -o lib${LIB}.o `lorder ${OBJS} | tsort`
diff -r a7b5c3ef42ef -r 6012a84d661c sys/compat/common/Makefile
--- a/sys/compat/common/Makefile Mon Sep 07 03:20:18 2015 +0000
+++ b/sys/compat/common/Makefile Mon Sep 07 03:44:19 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.53 2015/09/07 03:20:18 uebayasi Exp $
+# $NetBSD: Makefile,v 1.54 2015/09/07 03:44:19 uebayasi Exp $
LIB= compat
NOPIC= # defined
@@ -60,13 +60,13 @@
.undef DESTDIR
.include <bsd.lib.mk>
-lib${LIB}.o:: ${OBJS}
+lib${LIB}.o:: ${OBJS:O}
@echo building standard ${LIB} library
@rm -f lib${LIB}.o
@${LD} -r -o lib${LIB}.o `NM=${NM} ${LORDER} ${OBJS} | ${TSORT}`
@echo done
-lib${LIB}.po:: ${POBJS}
+lib${LIB}.po:: ${POBJS:O}
@echo building profiled ${LIB} library
@rm -f lib${LIB}.po
@${LD} -r -o lib${LIB}.po `NM=${NM} ${LORDER} ${POBJS} | ${TSORT}`
diff -r a7b5c3ef42ef -r 6012a84d661c sys/lib/libgnuefi/Makefile
--- a/sys/lib/libgnuefi/Makefile Mon Sep 07 03:20:18 2015 +0000
+++ b/sys/lib/libgnuefi/Makefile Mon Sep 07 03:44:19 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2015/09/07 03:20:18 uebayasi Exp $
+# $NetBSD: Makefile,v 1.3 2015/09/07 03:44:19 uebayasi Exp $
LIB= gnuefi
LIBISPRIVATE?= yes
@@ -39,7 +39,7 @@
.include <bsd.lib.mk>
-lib${LIB}.o:: ${OBJS}
+lib${LIB}.o:: ${OBJS:O}
@echo building standard ${LIB} library
@rm -f lib${LIB}.o
@${LD} -r -o lib${LIB}.o `lorder ${OBJS} | tsort`
diff -r a7b5c3ef42ef -r 6012a84d661c sys/lib/libkern/Makefile
--- a/sys/lib/libkern/Makefile Mon Sep 07 03:20:18 2015 +0000
+++ b/sys/lib/libkern/Makefile Mon Sep 07 03:44:19 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.98 2015/09/07 03:20:18 uebayasi Exp $
+# $NetBSD: Makefile,v 1.99 2015/09/07 03:44:19 uebayasi Exp $
LIB= kern
NOPIC= # defined
@@ -17,13 +17,13 @@
.undef DESTDIR
.include <bsd.lib.mk>
-lib${LIB}.o:: ${OBJS}
+lib${LIB}.o:: ${OBJS:O}
@echo building standard ${LIB} library
@rm -f lib${LIB}.o
@${LD} -r -o lib${LIB}.o `NM=${NM} ${LORDER} ${OBJS} | ${TSORT}`
@echo done
-lib${LIB}.po:: ${POBJS}
+lib${LIB}.po:: ${POBJS:O}
@echo building profiled ${LIB} library
@rm -f lib${LIB}.po
@${LD} -r -o lib${LIB}.po `NM=${NM} ${LORDER} ${POBJS} | ${TSORT}`
diff -r a7b5c3ef42ef -r 6012a84d661c sys/lib/libsa/Makefile
--- a/sys/lib/libsa/Makefile Mon Sep 07 03:20:18 2015 +0000
+++ b/sys/lib/libsa/Makefile Mon Sep 07 03:44:19 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.85 2015/09/07 03:20:18 uebayasi Exp $
+# $NetBSD: Makefile,v 1.86 2015/09/07 03:44:19 uebayasi Exp $
LIB= sa
LIBISPRIVATE?= yes
@@ -79,7 +79,7 @@
.include <bsd.lib.mk>
-lib${LIB}.o:: ${OBJS}
+lib${LIB}.o:: ${OBJS:O}
@echo building standard ${LIB} library
@rm -f lib${LIB}.o
@${LD} -r -o lib${LIB}.o `lorder ${OBJS} | tsort`
diff -r a7b5c3ef42ef -r 6012a84d661c sys/lib/libz/Makefile
--- a/sys/lib/libz/Makefile Mon Sep 07 03:20:18 2015 +0000
+++ b/sys/lib/libz/Makefile Mon Sep 07 03:44:19 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2015/09/07 03:20:19 uebayasi Exp $
+# $NetBSD: Makefile,v 1.21 2015/09/07 03:44:19 uebayasi Exp $
LIB= z
LIBISPRIVATE= yes
@@ -24,7 +24,7 @@
.undef DESTDIR
.include <bsd.lib.mk>
-lib${LIB}.o:: ${OBJS}
+lib${LIB}.o:: ${OBJS:O}
@echo building standard ${LIB} library
@rm -f lib${LIB}.o
@${LD} -r -o lib${LIB}.o `lorder ${OBJS} | tsort`
Home |
Main Index |
Thread Index |
Old Index