svn commit: r215292 - in head/gnu/usr.bin/gdb: . libgdb

Takahashi Yoshihiro nyan at FreeBSD.org
Sun Nov 14 11:09:16 UTC 2010


Author: nyan
Date: Sun Nov 14 11:09:16 2010
New Revision: 215292
URL: http://svn.freebsd.org/changeset/base/215292

Log:
  Add missing '/'.

Modified:
  head/gnu/usr.bin/gdb/Makefile.inc
  head/gnu/usr.bin/gdb/libgdb/Makefile

Modified: head/gnu/usr.bin/gdb/Makefile.inc
==============================================================================
--- head/gnu/usr.bin/gdb/Makefile.inc	Sun Nov 14 10:22:09 2010	(r215291)
+++ head/gnu/usr.bin/gdb/Makefile.inc	Sun Nov 14 11:09:16 2010	(r215292)
@@ -20,7 +20,7 @@ OBJ_GDB= ${OBJ_ROOT}/gdb
 # MACHINE_CPUARCH, but there's no easy way to export make functions...
 
 .if defined(TARGET_ARCH)
-TARGET_CPUARCH=${TARGET_ARCH:C/mipse[bl]/mips/:C/armeb/arm/:C/powerpc64/powerpc}
+TARGET_CPUARCH=${TARGET_ARCH:C/mipse[bl]/mips/:C/armeb/arm/:C/powerpc64/powerpc/}
 .else
 TARGET_CPUARCH=${MACHINE_CPUARCH}
 .endif

Modified: head/gnu/usr.bin/gdb/libgdb/Makefile
==============================================================================
--- head/gnu/usr.bin/gdb/libgdb/Makefile	Sun Nov 14 10:22:09 2010	(r215291)
+++ head/gnu/usr.bin/gdb/libgdb/Makefile	Sun Nov 14 11:09:16 2010	(r215292)
@@ -4,7 +4,7 @@
 # MACHINE_CPUARCH, but there's no easy way to export make functions...
 
 .if defined(TARGET_ARCH)
-TARGET_CPUARCH=${TARGET_ARCH:C/mipse[bl]/mips/:C/armeb/arm/:C/powerpc64/powerpc}
+TARGET_CPUARCH=${TARGET_ARCH:C/mipse[bl]/mips/:C/armeb/arm/:C/powerpc64/powerpc/}
 .else
 TARGET_CPUARCH=${MACHINE_CPUARCH}
 .endif


More information about the svn-src-all mailing list