Date: Mon, 3 Oct 2016 17:34:50 +0000 (UTC) From: Ed Maste <emaste@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r306648 - head/gnu/lib Message-ID: <201610031734.u93HYoM3024284@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: emaste Date: Mon Oct 3 17:34:50 2016 New Revision: 306648 URL: https://svnweb.freebsd.org/changeset/base/306648 Log: Don't build libdialog if WITHOUT_DIALOG is set X-MFC-With: r306375 Modified: head/gnu/lib/Makefile Modified: head/gnu/lib/Makefile ============================================================================== --- head/gnu/lib/Makefile Mon Oct 3 17:20:34 2016 (r306647) +++ head/gnu/lib/Makefile Mon Oct 3 17:34:50 2016 (r306648) @@ -2,7 +2,9 @@ .include <src.opts.mk> -SUBDIR= csu libgcc libdialog libregex +SUBDIR= csu libgcc libregex + +SUBDIR.${MK_DIALOG}+= libdialog .if ${MK_GCC} != "no" SUBDIR+= libgcov libgomp
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610031734.u93HYoM3024284>