Date: Thu, 20 Apr 2017 19:29:36 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r317210 - head/gnu/lib Message-ID: <201704201929.v3KJTawx056651@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Thu Apr 20 19:29:35 2017 New Revision: 317210 URL: https://svnweb.freebsd.org/changeset/base/317210 Log: Only build libreadline for gdb, binutils actually does not need it Modified: head/gnu/lib/Makefile Modified: head/gnu/lib/Makefile ============================================================================== --- head/gnu/lib/Makefile Thu Apr 20 19:24:51 2017 (r317209) +++ head/gnu/lib/Makefile Thu Apr 20 19:29:35 2017 (r317210) @@ -7,10 +7,7 @@ SUBDIR.${MK_DIALOG}+= libdialog SUBDIR.${MK_GCC}+= libgcov libgomp SUBDIR.${MK_SSP}+= libssp SUBDIR.${MK_TESTS}+= tests - -.if ${MK_BINUTILS} != "no" && ${MK_GDB} != "no" -SUBDIR+= libreadline -.endif +SUBDIR.${MK_GDB}+= libreadline .if ${MK_GNU_DIFF} != "no" || ${MK_GNU_GREP} != "no" || \ ${MK_GNU_GREP_COMPAT} != "no" || ${MK_GDB} != "no"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704201929.v3KJTawx056651>