From owner-svn-src-all@freebsd.org Thu Oct 5 16:57:38 2017 Return-Path: Delivered-To: svn-src-all@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 06AECE3D45D for ; Thu, 5 Oct 2017 16:57:38 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: from mail-io0-x235.google.com (mail-io0-x235.google.com [IPv6:2607:f8b0:4001:c06::235]) (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 BE9517D7ED for ; Thu, 5 Oct 2017 16:57:37 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: by mail-io0-x235.google.com with SMTP id f72so7499804ioj.5 for ; Thu, 05 Oct 2017 09:57:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bsdimp-com.20150623.gappssmtp.com; s=20150623; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=S6GoeXCyXXf1kdVhYF37TEch8mkfxiDGtEorx1NemJQ=; b=DhfTvCWpNXL8AQ79X5k6PW9dkc59gNKsjdUoMXpscc33016CzwhQLPYLl92tV69HUg xrx/2OXEOzXnY72mFs+5LWnGNLB5COdHYsExQX8hELlvcQcK+Gz23tHtYRGdltGKs1We CE6RwfyLEDkQ2oWPJrXQ4SFj/0JpPrjXCHS+coyWKyZmHB/9Sz8/y4VocmYEOWxRV0XL 82wRzu8loa/CVedBtqgV4lBjF7DXU0GnkHuZV5u0J6LD7pIJAi+i6WVV8UQTH+cSvF4t ryruBO0SwtKUtyIq2l+ME+VHEc1yeGt16/lDtLEf5pzE8cxZtqRD3imzhDZZO6E10OfH Xmzg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=S6GoeXCyXXf1kdVhYF37TEch8mkfxiDGtEorx1NemJQ=; b=kniuTEZE41ayr2jNwr5Ugn6noMJcTMM9qmDgx+HeEiAirlIcvB2Jpch+I300+gY/Zx b6g/xOMPKnyOEKxrI5sgR/tjM8ohPoWQRazFk4dC4JQ8SRg7qYM9ZwrtQUJTnWQvywa/ 3jCS7AnXsTVfZGxPvdsb/h9lcb3y/XOoIG5Tc/nfGuqjNUVdk6FBGJKn5KwZGNf2DcdE 5JqaXkd99w2jYTyhRi2NK4j2YOJakrglgKkY2erkYEEBjiozIiH2wjyq3ENiK0VHxVY3 cYjEw2pKSzEE3d3PQa7e9JiM6kOOTdGxbWotoxxp/RZTAQDXtvwOJdyKD4n54t+EFRV2 TFpg== X-Gm-Message-State: AMCzsaWR7m5of3QA/QpTiRgg2gcv09XuYwImeN/yNuFfghH5HKLRBClM 1/SZkk24718Zt0g8JRwZ6zBs7cM6bizGUlI59cApuA== X-Google-Smtp-Source: AOwi7QClWJ53NIXve3NcCRUArdUDznQJqe/ujHgqfD5vtieyygS+sJfyaS0mfo7blKRjOTxZVPnIaAETjrQl6PNjQOM= X-Received: by 10.107.16.162 with SMTP id 34mr2418073ioq.169.1507222657153; Thu, 05 Oct 2017 09:57:37 -0700 (PDT) MIME-Version: 1.0 Sender: wlosh@bsdimp.com Received: by 10.79.94.130 with HTTP; Thu, 5 Oct 2017 09:57:36 -0700 (PDT) X-Originating-IP: [208.185.168.99] Received: by 10.79.94.130 with HTTP; Thu, 5 Oct 2017 09:57:36 -0700 (PDT) In-Reply-To: References: <201710051640.v95GeoFP048405@repo.freebsd.org> From: Warner Losh Date: Thu, 5 Oct 2017 09:57:36 -0700 X-Google-Sender-Auth: A9hKLGhgvefuHk_02a5QpvjqDH0 Message-ID: Subject: Re: svn commit: r324319 - head/sys/conf To: Hans Petter Selasky Cc: src-committers , svn-src-head@freebsd.org, svn-src-all@freebsd.org, Warner Losh Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Oct 2017 16:57:38 -0000 On Oct 5, 2017 9:44 AM, "Hans Petter Selasky" wrote: On 10/05/17 18:40, Warner Losh wrote: > Author: imp > Date: Thu Oct 5 16:40:50 2017 > New Revision: 324319 > URL: https://svnweb.freebsd.org/changeset/base/324319 > > Log: > Document KERNBUILDDIR. > Sponsored by: Netflix > > Modified: > head/sys/conf/kmod.mk > > Modified: head/sys/conf/kmod.mk > ============================================================ > ================== > --- head/sys/conf/kmod.mk Thu Oct 5 14:43:30 2017 (r324318) > +++ head/sys/conf/kmod.mk Thu Oct 5 16:40:50 2017 (r324319) > @@ -44,6 +44,10 @@ > # > # DESTDIR The tree where the module gets installed. [not set] > # > +# KERNBUILDDIR > +# Set to the location of the kernel build directory where > +# the opt_*.h files, .o's and kernel winds up. > +# > # +++ targets +++ > # > # install: > > > An idea: Should all this information be printed to stdout when typing: make help No. I don't think this would be good value. Warner