Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arm/conf Workaround "../../../.."



details:   https://anonhg.NetBSD.org/src/rev/a17de6373a31
branches:  trunk
changeset: 516160:a17de6373a31
user:      matt <matt%NetBSD.org@localhost>
date:      Wed Oct 17 23:21:44 2001 +0000

description:
Workaround "../../../.."

diffstat:

 sys/arch/arm/conf/Makefile.arm |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r a7ed925efdcb -r a17de6373a31 sys/arch/arm/conf/Makefile.arm
--- a/sys/arch/arm/conf/Makefile.arm    Wed Oct 17 22:54:25 2001 +0000
+++ b/sys/arch/arm/conf/Makefile.arm    Wed Oct 17 23:21:44 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.arm,v 1.6 2001/07/28 15:08:10 chris Exp $
+#      $NetBSD: Makefile.arm,v 1.7 2001/10/17 23:21:44 matt Exp $
 
 # Makefile for NetBSD
 #
@@ -30,6 +30,10 @@
 
 COPTS?=        -O2
 
+.if    $S == "../../../.."
+S!=            cd ../../../..; pwd
+.endif
+
 ARM32=         $S/arch/arm32
 ARM=           $S/arch/arm
 THISARM=       $S/arch/${TARGET_MACHINE}



Home | Main Index | Thread Index | Old Index