PERFORCE change 50972 for review

Marcel Moolenaar marcel at FreeBSD.org
Mon Apr 12 22:51:36 PDT 2004


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

Change 50972 by marcel at marcel_nfs on 2004/04/12 22:51:01

	Don't change a file without first opening it for editing:
	o  Define TARGET_SUBDIR

Affected files ...

.. //depot/projects/gdb/gnu/usr.bin/gdb/Makefile.inc0#3 edit

Differences ...

==== //depot/projects/gdb/gnu/usr.bin/gdb/Makefile.inc0#3 (text+ko) ====

@@ -8,6 +8,8 @@
 
 TARGET_ARCH?= ${MACHINE_ARCH}
 
+TARGET_SUBDIR= ${.CURDIR}/${TARGET_ARCH}
+
 CNTRB_ROOT= ${.CURDIR}/../../../../contrib
 CNTRB_BINUTILS= ${CNTRB_ROOT}/binutils
 CNTRB_GDB= ${CNTRB_ROOT}/gdb


More information about the p4-projects mailing list