Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Apr 2004 22:51:34 -0700 (PDT)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 50972 for review
Message-ID:  <200404130551.i3D5pYR4079046@repoman.freebsd.org>

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

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



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