Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Jul 2018 19:14:47 -0700
From:      Matthew Macy <mmacy@freebsd.org>
To:        Warner Losh <imp@bsdimp.com>
Cc:        src-committers <src-committers@freebsd.org>, svn-src-all@freebsd.org,  svn-src-head@freebsd.org
Subject:   Re: svn commit: r335916 - head/sys/conf
Message-ID:  <CAPrugNqS21kcY0_XPeyLcqsS-GET6y79GGotd81af8WbJvriJg@mail.gmail.com>
In-Reply-To: <CANCZdfp=yCaL0SfWyPAsFK2pEUXEyti27KxtCNXM7neXXzKDAg@mail.gmail.com>
References:  <201807032305.w63N5guY063293@repo.freebsd.org> <CANCZdfp=yCaL0SfWyPAsFK2pEUXEyti27KxtCNXM7neXXzKDAg@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
I didn't want it to be global. Note that I did _exactly_ what John told me
to. I don't believe the tone or word choice is justified.

-M

On Tue, Jul 3, 2018 at 17:32 Warner Losh <imp@bsdimp.com> wrote:

> And this is why I wanted it to conform to the current build paradigm in my
> review... I'll mop it up once Bryan is done...
>
> Warner
>
> On Tue, Jul 3, 2018, 6:05 PM Matt Macy <mmacy@freebsd.org> wrote:
>
>> Author: mmacy
>> Date: Tue Jul  3 23:05:42 2018
>> New Revision: 335916
>> URL: https://svnweb.freebsd.org/changeset/base/335916
>>
>> Log:
>>   Enable MODULE_TIED by default for modules compiled with the kernel
>>
>>   Requested by: jhb
>>
>> Modified:
>>   head/sys/conf/kern.post.mk
>>
>> Modified: head/sys/conf/kern.post.mk
>>
>> ==============================================================================
>> --- head/sys/conf/kern.post.mk  Tue Jul  3 22:54:46 2018        (r335915)
>> +++ head/sys/conf/kern.post.mk  Tue Jul  3 23:05:42 2018        (r335916)
>> @@ -14,6 +14,7 @@ MKMODULESENV+=        DESTDIR="${DESTDIR}"
>>  .endif
>>  SYSDIR?= ${S:C;^[^/];${.CURDIR}/&;:tA}
>>  MKMODULESENV+= KERNBUILDDIR="${.CURDIR}" SYSDIR="${SYSDIR}"
>> +MKMODULESENV+=  MODULE_TIED=yes
>>
>>  .if defined(CONF_CFLAGS)
>>  MKMODULESENV+= CONF_CFLAGS="${CONF_CFLAGS}"
>>
>>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAPrugNqS21kcY0_XPeyLcqsS-GET6y79GGotd81af8WbJvriJg>