Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Jun 2004 06:04:48 GMT
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 54699 for review
Message-ID:  <200406120604.i5C64mjD080005@repoman.freebsd.org>

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

Change 54699 by marcel@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>



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