From owner-svn-src-head@FreeBSD.ORG Sun Jan 25 17:46:56 2015 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 11241E3F for ; Sun, 25 Jan 2015 17:46:56 +0000 (UTC) Received: from mail-ig0-f181.google.com (mail-ig0-f181.google.com [209.85.213.181]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CF7A2ECF for ; Sun, 25 Jan 2015 17:46:55 +0000 (UTC) Received: by mail-ig0-f181.google.com with SMTP id hn18so4982944igb.2 for ; Sun, 25 Jan 2015 09:46:55 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:content-type:mime-version:subject:from :in-reply-to:date:cc:content-transfer-encoding:message-id:references :to; bh=fEDmA2rx2AXirJTHS5rSQkRJRZ+pRpA1AkB3PBCR4tA=; b=d5sMcVfiJ1E5ugi7vlqt9OLNKxohPznfuGSYwMJ2dK76dXbY5ZNtd3SXjd+bj8xda2 B7SXTw+us3bCqVg9btpD68U/fHRkIhrsxSyeEIwn3066t3tzTIhT+YvwZ5FRRS/F+3Mn iA4VqtxFRw773evXocgMQDIRLAL0AOWUm7yXg72kwgUZ/tqGjYLTXJTaZG71WNJ/xhG2 UdnlhNkjx5ttELxN4RS13f7TpayefWDV4kOYoPCCAffZ51J5qJFejsh1oTDDoJ3cJ1eI q+DI91Bw7et12v9D5Hh2YFGsRGSwA+C8EI9uN8YeyAMo0R6W8PCYzIlyN3JMqSTWXSCR 1XMw== X-Gm-Message-State: ALoCoQkR3xbQiLSIm1m+c87BYNbUBX5aFqV3Sowm7ueMHMitZVJ9WlSXdJhg920Pcirw93pRhq7j X-Received: by 10.107.10.28 with SMTP id u28mr14266728ioi.5.1422208014926; Sun, 25 Jan 2015 09:46:54 -0800 (PST) Received: from netflix-mac.bsdimp.com ([50.253.99.174]) by mx.google.com with ESMTPSA id y200sm4592906iod.23.2015.01.25.09.46.53 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 25 Jan 2015 09:46:54 -0800 (PST) Sender: Warner Losh Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 8.1 \(1993\)) Subject: Re: svn commit: r277681 - in head/sys: conf modules From: Warner Losh In-Reply-To: <201501250513.t0P5DGoc033955@svn.freebsd.org> Date: Sun, 25 Jan 2015 10:46:53 -0700 Content-Transfer-Encoding: quoted-printable Message-Id: <0CF820AF-D73D-4CE8-BE5B-C4EBE5A9EFDA@bsdimp.com> References: <201501250513.t0P5DGoc033955@svn.freebsd.org> To: Garrett Cooper X-Mailer: Apple Mail (2.1993) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Jan 2015 17:46:56 -0000 The number of MK_foo opts that are intruding into the kernel module = builds is starting to get out of hand. :( Especially since they are duplicative of = the MODULES_OVERRIDE functionality and are very unevenly applied. Warner > On Jan 24, 2015, at 10:13 PM, Garrett Cooper wrote: >=20 > Author: ngie > Date: Sun Jan 25 05:13:15 2015 > New Revision: 277681 > URL: https://svnweb.freebsd.org/changeset/base/277681 >=20 > Log: > Build cuse(4) if MK_CUSE !=3D no >=20 > MFC after: 1 week > Sponsored by: EMC / Isilon Storage Division >=20 > Modified: > head/sys/conf/kern.opts.mk > head/sys/modules/Makefile >=20 > Modified: head/sys/conf/kern.opts.mk > = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D > --- head/sys/conf/kern.opts.mk Sun Jan 25 04:58:41 2015 = (r277680) > +++ head/sys/conf/kern.opts.mk Sun Jan 25 05:13:15 2015 = (r277681) > @@ -27,6 +27,7 @@ __DEFAULT_YES_OPTIONS =3D \ > CCD \ > CDDL \ > CRYPT \ > + CUSE \ > FORMAT_EXTENSIONS \ > INET \ > INET6 \ >=20 > Modified: head/sys/modules/Makefile > = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D > --- head/sys/modules/Makefile Sun Jan 25 04:58:41 2015 = (r277680) > +++ head/sys/modules/Makefile Sun Jan 25 05:13:15 2015 = (r277681) > @@ -86,7 +86,6 @@ SUBDIR=3D \ > ${_ct} \ > ${_ctau} \ > ctl \ > - cuse \ > ${_cxgb} \ > ${_cxgbe} \ > dc \ > @@ -393,6 +392,10 @@ _random=3D random > .endif > .endif >=20 > +.if ${MK_CUSE} !=3D "no" || defined(ALL_MODULES) > +SUBDIR+=3D cuse > +.endif > + > .if (${MK_INET_SUPPORT} !=3D "no" || ${MK_INET6_SUPPORT} !=3D "no") || = \ > defined(ALL_MODULES) > _carp=3D carp >=20