PERFORCE change 54684 for review

Marcel Moolenaar marcel at FreeBSD.org
Sat Jun 12 03:35:58 GMT 2004


http://perforce.freebsd.org/chv.cgi?CH=54684

Change 54684 by marcel at 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>


More information about the p4-projects mailing list