From owner-freebsd-hackers@freebsd.org Mon Nov 30 12:56:22 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 B7648A24A55 for ; Mon, 30 Nov 2015 12:56:22 +0000 (UTC) (envelope-from kuleshovmail@gmail.com) Received: from mail-wm0-x236.google.com (mail-wm0-x236.google.com [IPv6:2a00:1450:400c:c09::236]) (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 5D4921102 for ; Mon, 30 Nov 2015 12:56:22 +0000 (UTC) (envelope-from kuleshovmail@gmail.com) Received: by wmww144 with SMTP id w144so128130992wmw.1 for ; Mon, 30 Nov 2015 04:56:21 -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=dM7kv1Za2GPqdoKfnjAl62mcTH4Vg0xNsHITGCaLmdU=; b=f+0QMgD5cDrBxMuS4h3v8ExgA84YfL9wxyk2sXP3J0GIik/DZr6AUxthObdXEpr1yK pz2l6LYuR9FZJd9SPROnMg8yWWCIIXWt5XbxfQ3jwvbxffaZHmQi9tqmCc1LaCEwwpKD +xI/vWMKoGOjhAQKbBW/C7rAjBFFYH34o9s8SLVNv6w4J74yotEqBnJ1Zp4kcWYhsbrT BZZyKePLUWH+bjQiWiReIg5Cxh2Ojbt0F07yt06Y43X/QzI2Scga8dF/aQFEMDnYIkPs rm+v2Bsgftcb4dSwiJTLn8bNhiPfqL8d6K2EWqBK5l5nimj3xqS5NZocaXQRomgKX9uj 1Pxw== X-Received: by 10.28.24.5 with SMTP id 5mr29047552wmy.3.1448888180925; Mon, 30 Nov 2015 04:56:20 -0800 (PST) MIME-Version: 1.0 Received: by 10.27.4.195 with HTTP; Mon, 30 Nov 2015 04:56:01 -0800 (PST) In-Reply-To: <20151130120949.GZ31314@zxy.spb.ru> References: <20151130113712.GA10550@localhost> <20151130120949.GZ31314@zxy.spb.ru> From: Alexander Kuleshov Date: Mon, 30 Nov 2015 18:56:01 +0600 Message-ID: Subject: Re: Build only changes To: Slawa Olhovchenkov 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: Mon, 30 Nov 2015 12:56:22 -0000 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.