From owner-freebsd-questions@freebsd.org Fri Apr 29 23:05:01 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2E66AB21112 for ; Fri, 29 Apr 2016 23:05:01 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from be-well.ilk.org (be-well.ilk.org [23.30.133.173]) by mx1.freebsd.org (Postfix) with ESMTP id 0C71B12A2 for ; Fri, 29 Apr 2016 23:05:00 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from lowell-desk.lan (router.lan [172.30.250.2]) by be-well.ilk.org (Postfix) with ESMTP id 0532B33C28; Fri, 29 Apr 2016 19:04:55 -0400 (EDT) Received: by lowell-desk.lan (Postfix, from userid 1147) id 037BB39843; Fri, 29 Apr 2016 19:04:55 -0400 (EDT) From: Lowell Gilbert To: Mehmet Erol Sanliturk Cc: Reko Turja , FreeBSD Questions Mailing List Subject: Re: How to build and install only ntp from base? References: <8E3E519163BD4A1CB7A76F8D10E4E3E7@Rivendell> Date: Fri, 29 Apr 2016 19:04:54 -0400 In-Reply-To: (Mehmet Erol Sanliturk's message of "Fri, 29 Apr 2016 12:28:23 -0700") Message-ID: <444makc8yx.fsf@lowell-desk.lan> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Apr 2016 23:05:01 -0000 Mehmet Erol Sanliturk writes: > On Fri, Apr 29, 2016 at 9:12 AM, Reko Turja via freebsd-questions < > freebsd-questions@freebsd.org> wrote: > >> As nothing else has changed with the latest 10.3 except ntp I'd love to >> compile only that. I just can't find the right incantation for starting the >> compile - make just tells me that is up to >> date. >> >> What command should I use to compile ntp stuff only - or should I just >> fire up the version from ports? >> >> -Reko >> _______________________________________________ >> >> > > It may be necessary first to use > > make clean > > if there is "clean" target in the make file . > > If there is no clean target in make file . delete *.o files , executable > and library files to cause rebuild again . > > > Moving the necessary executable and library files into a save directory > may be useful in case of failed make build . This advice is not useful. The files being built aren't even in the same tree.