From owner-freebsd-hackers@freebsd.org Tue Dec 1 08:47:40 2015 Return-Path: Delivered-To: freebsd-hackers@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 9D66FA35623 for ; Tue, 1 Dec 2015 08:47:40 +0000 (UTC) (envelope-from kuleshovmail@gmail.com) Received: from mail-wm0-x232.google.com (mail-wm0-x232.google.com [IPv6:2a00:1450:400c:c09::232]) (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 394011DC1; Tue, 1 Dec 2015 08:47:40 +0000 (UTC) (envelope-from kuleshovmail@gmail.com) Received: by wmvv187 with SMTP id v187so195198199wmv.1; Tue, 01 Dec 2015 00:47:38 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=6KMZNbIRrTZULusEDhWGT/CV7Jx0h6cZSvKYSZB4Uic=; b=uszkZ52z40nJvImx43aOZ2miaVz0Jst6WGXcrYLTded/V4AtuZ1nMPrOlZWK1yHavK vJFRUerZLVhnoD5YSI1fCq62EPGroa2bchXFLgQhv1NdGP+4v7cWHckf32nV/X8x8Bcl le8I22CAyWugnfC/RseLgGtol3Pw4H7utiGJ9EYpxZah296wOA9NAcs0ZpDnEY4jS/DV y2wcgtF9HXi/vE4PfpRJikuW5lxRKN0swj1vMbKuNGWi7mfVHKL5MrVgEIEuNNXQyk+4 jDGMOJVVL79m0q8vMi5WTrxGinmAsXNbfRO2KGD4akH4tg1JpfJgDf6dVX8127g7pV5/ 6kPw== X-Received: by 10.28.88.5 with SMTP id m5mr35875565wmb.54.1448959658717; Tue, 01 Dec 2015 00:47:38 -0800 (PST) MIME-Version: 1.0 Received: by 10.27.4.195 with HTTP; Tue, 1 Dec 2015 00:47:19 -0800 (PST) In-Reply-To: <565C9FA4.60006@FreeBSD.org> References: <20151130113712.GA10550@localhost> <20151130120949.GZ31314@zxy.spb.ru> <565C9FA4.60006@FreeBSD.org> From: Alexander Kuleshov Date: Tue, 1 Dec 2015 14:47:19 +0600 Message-ID: Subject: Re: Build only changes To: Bryan Drewery Cc: freebsd-hackers@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Dec 2015 08:47:40 -0000 Thank you Bryan On Tue, Dec 1, 2015 at 1:12 AM, Bryan Drewery wrote: > On 11/30/2015 4:56 AM, Alexander Kuleshov wrote: >> Hello Slawa, >> >> On Mon, Nov 30, 2015 at 6:09 PM, Slawa Olhovchenkov wrote: >>> >>> May be `make buildworld -DNO_CLEAN` is enough? >>> >>> For some dirs I am do direct build. For other this is not work. >> >> Thank you for reply, but anyway it's too long to wait. Would great to have >> options for skipping contrib/, usr.bin/ and other non-related to >> changes directories, >> but unfortunately didn't see it in Makefiles. >> >> Thank you again. > > make buildworld -DNO_CLEAN SUBDIR_OVERRIDE=usr.sbin/whatever > > It will still check bootstrap and library needs, but if they are already > built then those steps should be fast. > > > -- > Regards, > Bryan Drewery >