PERFORCE change 54672 for review

Marcel Moolenaar marcel at FreeBSD.org
Sat Jun 12 03:00:07 GMT 2004


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

Change 54672 by marcel at marcel_nfs on 2004/06/12 02:58:43

	Add some makefile foo to allow the source files to include
	<machine/gdb_machdep.h>, even though the header is not yet
	installed. It's too inconvenient at this time to have to
	copy the header...

Affected files ...

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

Differences ...

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

@@ -8,4 +8,11 @@
 
 WARNS?=	4
 
+CFLAGS+= -I.
+CLEANFILES+=machine
+beforedepend: machine
+machine:
+	rm -f ${.TARGET}
+	ln -s ../../sys/${MACHINE_ARCH}/include ${.TARGET}
+
 .include <bsd.prog.mk>


More information about the p4-projects mailing list