Date: Sun, 6 Sep 2015 18:58:34 +0000 (UTC) From: Garrett Cooper <ngie@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r287520 - head/usr.sbin/ntp Message-ID: <201509061858.t86IwYcn091942@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ngie Date: Sun Sep 6 18:58:33 2015 New Revision: 287520 URL: https://svnweb.freebsd.org/changeset/base/287520 Log: Parallelize the usr.sbin/ntp subdirectory build Articulate all needed dependencies for the subdirectories MFC after: 1 week Modified: head/usr.sbin/ntp/Makefile Modified: head/usr.sbin/ntp/Makefile ============================================================================== --- head/usr.sbin/ntp/Makefile Sun Sep 6 18:48:28 2015 (r287519) +++ head/usr.sbin/ntp/Makefile Sun Sep 6 18:58:33 2015 (r287520) @@ -5,4 +5,14 @@ SUBDIR= libopts libntp libntpevent libpa ntptime ntp-keygen sntp SUBDIR+= doc +SUBDIR_DEPEND_ntpd= libntp libopts libparse +SUBDIR_DEPEND_ntpdate= libntp +SUBDIR_DEPEND_ntpdc= libntp libopts +SUBDIR_DEPEND_ntpq= libntp libopts +SUBDIR_DEPEND_ntptime= libntp +SUBDIR_DEPEND_ntp-keygen= libntp libopts +SUBDIR_DEPEND_sntp= libntp libntpevent libopts + +SUBDIR_PARALLEL= + .include <bsd.subdir.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509061858.t86IwYcn091942>