svn commit: r298701 - in projects/zfsd/head: cddl/sbin/zfsd share/mk

Alan Somers asomers at freebsd.org
Wed Apr 27 16:20:20 UTC 2016


On Wed, Apr 27, 2016 at 10:13 AM, Baptiste Daroussin <bapt at 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".


More information about the svn-src-projects mailing list