Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src/sys/arch/i386/stand/lib Pull up from current (approved ...
details: https://anonhg.NetBSD.org/src/rev/e631dcd3fe86
branches: netbsd-1-5
changeset: 489428:e631dcd3fe86
user: tron <tron%NetBSD.org@localhost>
date: Mon Sep 11 18:44:04 2000 +0000
description:
Pull up from current (approved by thorpej):
Make this work without object directories again.
syssrc/sys/arch/i386/stand/lib/Makefile.inc 1.5 -> 1.9
diffstat:
sys/arch/i386/stand/lib/Makefile.inc | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 277000a49502 -r e631dcd3fe86 sys/arch/i386/stand/lib/Makefile.inc
--- a/sys/arch/i386/stand/lib/Makefile.inc Mon Sep 11 14:06:33 2000 +0000
+++ b/sys/arch/i386/stand/lib/Makefile.inc Mon Sep 11 18:44:04 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.4.6.1 2000/09/09 06:01:44 matt Exp $
+# $NetBSD: Makefile.inc,v 1.4.6.2 2000/09/11 18:44:04 tron Exp $
#
# Configuration variables (default values are below):
#
@@ -20,7 +20,7 @@
I386LIB= ${I386DST}/libi386.a
I386MAKE= \
- cd ${I386DIR} && unset MAKEOBJDIRPREFIX && \
+ cd ${I386DIR} && MAKEOBJDIRPREFIX= && unset MAKEOBJDIRPREFIX && \
MAKEOBJDIR=${I386DST} ${MAKE} \
CC=${CC:Q} CFLAGS=${CFLAGS:Q} \
AS=${AS:Q} AFLAGS=${AFLAGS:Q} \
Home |
Main Index |
Thread Index |
Old Index