Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Oct 2015 22:44:37 +0000 (UTC)
From:      Garrett Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org
Subject:   svn commit: r289961 - stable/10/usr.sbin/ntp
Message-ID:  <201510252244.t9PMibAs020509@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ngie
Date: Sun Oct 25 22:44:37 2015
New Revision: 289961
URL: https://svnweb.freebsd.org/changeset/base/289961

Log:
  MFC r287520:
  
  Parallelize the usr.sbin/ntp subdirectory build
  
  Articulate all needed dependencies for the subdirectories

Modified:
  stable/10/usr.sbin/ntp/Makefile
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/usr.sbin/ntp/Makefile
==============================================================================
--- stable/10/usr.sbin/ntp/Makefile	Sun Oct 25 22:43:10 2015	(r289960)
+++ stable/10/usr.sbin/ntp/Makefile	Sun Oct 25 22:44:37 2015	(r289961)
@@ -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?201510252244.t9PMibAs020509>