From owner-freebsd-questions@freebsd.org Fri Apr 29 19:28:24 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 AAD9FB21967 for ; Fri, 29 Apr 2016 19:28:24 +0000 (UTC) (envelope-from m.e.sanliturk@gmail.com) Received: from mail-ob0-x22f.google.com (mail-ob0-x22f.google.com [IPv6:2607:f8b0:4003:c01::22f]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 60AEC1D9E for ; Fri, 29 Apr 2016 19:28:24 +0000 (UTC) (envelope-from m.e.sanliturk@gmail.com) Received: by mail-ob0-x22f.google.com with SMTP id j9so60495587obd.3 for ; Fri, 29 Apr 2016 12:28:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc; bh=keftjYg3ZuxetQmGh9G11VKBI+p4r9Tye31NdOttMBA=; b=QbqvCvGXKhE3bSE7ikG6gCw9Ulpslgl0uPofCxaufYi5Higa985zNENssi7bZ7mCwn gPuTIEITj2WRzdE+eNC4rA24+RkEeKPSZ7cSpCBzuZ2AsVw3+avcuHafXEjPFTab17Lf cdBMNvP4cdf4KeD52LeajcpdbYDh4QsCbRPcNKqVs2+CTq7tGDRi7m6azhZLzzulfYaR GR3UuuKIZR4Yg2XYGCLvzwa6za1K71ijlSn/49/o59cCe03Nh0ztZAeGvVrx1swxyyT9 voWNECajbJQXkPPE6xfYTyfH6ZHeXitAeXE3PjiXngCMkcQoytr1O8I5PKQJQa9fSUjd wgdA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc; bh=keftjYg3ZuxetQmGh9G11VKBI+p4r9Tye31NdOttMBA=; b=I2jUYC/9GaR6NXdF6ZI7i2eehcq3EqbZvHNo4K2Rd5XkyxlGAH9tUA71hta1lw35qF JJsRyFb0jv4pcPFLRZBCFCs7IRUQIOpJCfnzAug2c6I5wapmNbd1oq02mbECUYyGPSBm ICoEy8z+WGLicAHUa0x5CmcjPrWbmxoHzrAvWiA4V1nSiMcsN4VlPXrxHfkF1dn/K3AH LM1oxnJWeA9Sv0Dc+b9Wl9o7WAGdgjEaeO6Rq+qogBhQBInP+2JfttVraCupMaL3dNdS JhkAh1MxPPMO3KI+e6y5GcJLLcMQHEvQ1OxrL388biGEs3XHHAoEEIs78iZvlJEDmJjq s72g== X-Gm-Message-State: AOPr4FWTPTNrF4UyBjQTBx65RSeg4hk1gWRwXDRp4nSiaJsVE0owwd+BqqIdWvmBQLn0Joy2fw5mP0dO9KKJCQ== MIME-Version: 1.0 X-Received: by 10.60.1.33 with SMTP id 1mr10734578oej.42.1461958103709; Fri, 29 Apr 2016 12:28:23 -0700 (PDT) Received: by 10.157.45.194 with HTTP; Fri, 29 Apr 2016 12:28:23 -0700 (PDT) In-Reply-To: <8E3E519163BD4A1CB7A76F8D10E4E3E7@Rivendell> References: <8E3E519163BD4A1CB7A76F8D10E4E3E7@Rivendell> Date: Fri, 29 Apr 2016 12:28:23 -0700 Message-ID: Subject: Re: How to build and install only ntp from base? From: Mehmet Erol Sanliturk To: Reko Turja Cc: FreeBSD Questions Mailing List Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.21 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 19:28:24 -0000 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 . Mehmet Erol Sanliturk