svn commit: r292798 - stable/10/gnu/usr.bin

Marius Strobl marius at FreeBSD.org
Sun Dec 27 21:08:10 UTC 2015


Author: marius
Date: Sun Dec 27 21:08:09 2015
New Revision: 292798
URL: https://svnweb.freebsd.org/changeset/base/292798

Log:
  MFC: r285684 (partial)
  
  Record dependencies of gdb/gdbtui/kgdb on binutils/lib{bfd,iberty,opcodes},
  fixing parallel builds.

Modified:
  stable/10/gnu/usr.bin/Makefile

Modified: stable/10/gnu/usr.bin/Makefile
==============================================================================
--- stable/10/gnu/usr.bin/Makefile	Sun Dec 27 21:03:39 2015	(r292797)
+++ stable/10/gnu/usr.bin/Makefile	Sun Dec 27 21:08:09 2015	(r292798)
@@ -17,6 +17,8 @@ SUBDIR= ${_binutils} \
 	${_tests} \
 	${_texinfo}
 
+SUBDIR_DEPEND_gdb= ${_binutils}
+
 .if ${MK_CXX} != "no"
 _gperf=		gperf
 .if ${MK_GROFF} != "no"


More information about the svn-src-stable mailing list