Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/pmax/stand Reorder ${LIBS} so that we don't need to...
details: https://anonhg.NetBSD.org/src/rev/ca92e1fb3131
branches: trunk
changeset: 467916:ca92e1fb3131
user: simonb <simonb%NetBSD.org@localhost>
date: Wed Mar 31 02:35:14 1999 +0000
description:
Reorder ${LIBS} so that we don't need to explicitly pull in bcmp.c
and bzero.c from libkern.
diffstat:
sys/arch/pmax/stand/Makefile.booters | 4 ++--
sys/arch/pmax/stand/boot/Makefile | 6 +-----
2 files changed, 3 insertions(+), 7 deletions(-)
diffs (38 lines):
diff -r c5b478a1b81c -r ca92e1fb3131 sys/arch/pmax/stand/Makefile.booters
--- a/sys/arch/pmax/stand/Makefile.booters Wed Mar 31 02:00:42 1999 +0000
+++ b/sys/arch/pmax/stand/Makefile.booters Wed Mar 31 02:35:14 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.booters,v 1.18 1999/03/27 07:17:50 simonb Exp $
+# $NetBSD: Makefile.booters,v 1.19 1999/03/31 02:35:14 simonb Exp $
#
# NOTE: $S must correspond to the top of the 'sys' tree
@@ -66,7 +66,7 @@
cleanlibdir:
rm -rf lib
-LIBS= ${LIBPMAX} ${LIBSA} ${LIBZ} ${LIBSA} ${LIBKERN} ${LIBPMAX}
+LIBS= ${LIBPMAX} ${LIBKERN} ${LIBSA} ${LIBZ} ${LIBKERN} ${LIBPMAX}
VERS_O?=vers.o
vers.o: ${VERSIONFILE}
diff -r c5b478a1b81c -r ca92e1fb3131 sys/arch/pmax/stand/boot/Makefile
--- a/sys/arch/pmax/stand/boot/Makefile Wed Mar 31 02:00:42 1999 +0000
+++ b/sys/arch/pmax/stand/boot/Makefile Wed Mar 31 02:35:14 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 1999/03/27 07:17:51 simonb Exp $
+# $NetBSD: Makefile,v 1.4 1999/03/31 02:35:14 simonb Exp $
# @(#)Makefile 8.3 (Berkeley) 2/16/94
S= ${.CURDIR}/../../../..
@@ -12,10 +12,6 @@
VERSIONFILE= ${.CURDIR}/version
.PATH: ${.CURDIR}/../lib
-# XXX These aren't build by libkern at the moment - fix libkern?
-SRCS+= bcmp.c bzero.c
-.PATH: $S/lib/libkern
-
# Copy boot to / as well.
afterinstall:
cp -p ${DESTDIR}${BINDIR}/${PROG} ${DESTDIR}/
Home |
Main Index |
Thread Index |
Old Index