Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/vax/boot Work with obj dirs (It seems that ${.CURDI...



details:   https://anonhg.NetBSD.org/src/rev/8387fb4fc96c
branches:  trunk
changeset: 474741:8387fb4fc96c
user:      abs <abs%NetBSD.org@localhost>
date:      Sun Jul 18 05:55:45 1999 +0000

description:
Work with obj dirs (It seems that ${.CURDIR}/... is your friend).
If I _had_ to pick an arch on which to learn how this stuff works, it probably
would not have been vax... unless of course I was experimenting with time
compressing drugs.  If we have a 1.4.2, this is definitely a candidate.

diffstat:

 sys/arch/vax/boot/Makefile.inc |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (17 lines):

diff -r 1127bb6fc38f -r 8387fb4fc96c sys/arch/vax/boot/Makefile.inc
--- a/sys/arch/vax/boot/Makefile.inc    Sun Jul 18 00:43:22 1999 +0000
+++ b/sys/arch/vax/boot/Makefile.inc    Sun Jul 18 05:55:45 1999 +0000
@@ -1,10 +1,10 @@
-#      $NetBSD: Makefile.inc,v 1.1 1999/03/06 16:36:04 ragge Exp $
+#      $NetBSD: Makefile.inc,v 1.2 1999/07/18 05:55:45 abs Exp $
 
 XXRPB=0x1F4240
 RELOC=0x2f0000
-.PATH: ../../vax ../common
+.PATH: ${.CURDIR}/../../vax ${.CURDIR}/../common
 
-CPPFLAGS+=-I../../../../ -I../../ -I../common -I../../include
+CPPFLAGS+=-I${.CURDIR}/../../../../ -I${.CURDIR}/../../ -I${.CURDIR}/../common -I${.CURDIR}/../../include
 CPPFLAGS+=-DXXRPB=${XXRPB} -DRELOC=${RELOC}
 
 # Private handling of assembler files.



Home | Main Index | Thread Index | Old Index