Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/newsmips/conf Use $S ($NEWS) for kern.ldscript inst...



details:   https://anonhg.NetBSD.org/src/rev/1c19d0d524af
branches:  trunk
changeset: 483979:1c19d0d524af
user:      onoe <onoe%NetBSD.org@localhost>
date:      Wed Mar 22 10:22:37 2000 +0000

description:
Use $S ($NEWS) for kern.ldscript instead of relative path
so that "build" directive or -b option of config(8) works.

diffstat:

 sys/arch/newsmips/conf/Makefile.newsmips |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 1baa7b523b54 -r 1c19d0d524af sys/arch/newsmips/conf/Makefile.newsmips
--- a/sys/arch/newsmips/conf/Makefile.newsmips  Wed Mar 22 09:35:06 2000 +0000
+++ b/sys/arch/newsmips/conf/Makefile.newsmips  Wed Mar 22 10:22:37 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.newsmips,v 1.23 2000/02/01 05:25:42 tsutsui Exp $
+#      $NetBSD: Makefile.newsmips,v 1.24 2000/03/22 10:22:37 onoe Exp $
 
 # Makefile for NetBSD
 #
@@ -55,7 +55,7 @@
 CFLAGS=                ${DEBUG} ${COPTS} ${CWARNFLAGS} ${GP} \
                -mno-abicalls -mno-half-pic
 AFLAGS=                -x assembler-with-cpp -traditional-cpp -D_LOCORE
-LINKFLAGS=     -N -Ttext 80001000 -e start ${GP} -T ../../conf/kern.ldscript
+LINKFLAGS=     -N -Ttext 80001000 -e start ${GP} -T ${NEWS}/conf/kern.ldscript
 STRIPFLAGS=    -g -X -x
 
 %INCLUDES



Home | Main Index | Thread Index | Old Index