PERFORCE change 54699 for review

Marcel Moolenaar marcel at FreeBSD.org
Sat Jun 12 06:05:02 GMT 2004


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

Change 54699 by marcel at marcel_nfs on 2004/06/12 06:04:36

	Also create a sys link to make sure we pick up <sys/proc.h>
	from the source tree. This too will be removed when we're
	ready for prime-time.

Affected files ...

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

Differences ...

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

@@ -10,9 +10,15 @@
 
 CFLAGS+= -I.
 CLEANFILES+=machine
-beforedepend: machine
+
+beforedepend: machine sys
+
 machine:
 	rm -f ${.TARGET}
 	ln -s ${.CURDIR}/../../sys/${MACHINE_ARCH}/include ${.TARGET}
 
+sys:
+	rm -f ${.TARGET}
+	ln -s ${.CURDIR}/../../sys/sys ${.TARGET}
+
 .include <bsd.prog.mk>


More information about the p4-projects mailing list