Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Apr 2016 10:20:19 -0600
From:      Alan Somers <asomers@freebsd.org>
To:        Baptiste Daroussin <bapt@freebsd.org>
Cc:        "src-committers@freebsd.org" <src-committers@freebsd.org>, svn-src-projects@freebsd.org
Subject:   Re: svn commit: r298701 - in projects/zfsd/head: cddl/sbin/zfsd share/mk
Message-ID:  <CAOtMX2j26N=HjKPr4To2bDHLGUHz7DzUgo7QVERtG2S9E6KdqQ@mail.gmail.com>
In-Reply-To: <20160427161359.GP26116@ivaldir.etoilebsd.net>
References:  <201604271527.u3RFRNh3082189@repo.freebsd.org> <20160427161359.GP26116@ivaldir.etoilebsd.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Apr 27, 2016 at 10:13 AM, Baptiste Daroussin <bapt@freebsd.org>
wrote:

> On Wed, Apr 27, 2016 at 03:27:23PM +0000, Alan Somers wrote:
> > Author: asomers
> > Date: Wed Apr 27 15:27:23 2016
> > New Revision: 298701
> > URL: https://svnweb.freebsd.org/changeset/base/298701
> >
> > Log:
> >   Replace LDADD with LIBADD and NO_MAN with MK_MAN
> >
> >   Sponsored by:       Spectra Logic Corp
> >
> > Modified:
> >   projects/zfsd/head/cddl/sbin/zfsd/Makefile.common
> >   projects/zfsd/head/share/mk/src.libnames.mk
> >
> > Modified: projects/zfsd/head/cddl/sbin/zfsd/Makefile.common
> >
> ==============================================================================
> > --- projects/zfsd/head/cddl/sbin/zfsd/Makefile.common Wed Apr 27
> 15:25:18 2016        (r298700)
> > +++ projects/zfsd/head/cddl/sbin/zfsd/Makefile.common Wed Apr 27
> 15:27:23 2016        (r298701)
> > @@ -10,7 +10,7 @@ SRCS=               callout.cc              \
> >               zpool_list.cc           \
> >               zfsd_main.cc
> >
> > -NO_MAN=              YES
> > +MK_MAN=              no
>
> This is supposed to be:
> MAN=
>
> with no value assigned and not MK_MAN
>
> Best regards,
> Bapt
>

Ok, I'll change it.  Is that a recent change?  When it was still NO_MAN,
make printed an error advising me to use "MK_MAN=no".



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