Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Jun 2004 03:34:37 GMT
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 54684 for review
Message-ID:  <200406120334.i5C3YbwG040459@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=54684

Change 54684 by marcel@marcel_nfs on 2004/06/12 03:34:28

	Create the link relative to the source directory so that
	we can have an object directory different from the source
	directory.

Affected files ...

.. //depot/projects/gdb/usr.bin/kgdb/Makefile#7 edit

Differences ...

==== //depot/projects/gdb/usr.bin/kgdb/Makefile#7 (text+ko) ====

@@ -13,6 +13,6 @@
 beforedepend: machine
 machine:
 	rm -f ${.TARGET}
-	ln -s ../../sys/${MACHINE_ARCH}/include ${.TARGET}
+	ln -s ${.CURDIR}/../../sys/${MACHINE_ARCH}/include ${.TARGET}
 
 .include <bsd.prog.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200406120334.i5C3YbwG040459>