Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Oct 2000 11:50:17 -0700
From:      "David O'Brien" <obrien@FreeBSD.ORG>
To:        Warner Losh <imp@village.org>
Cc:        arch@FreeBSD.ORG
Subject:   Re: moving manpages out of /sys/modules
Message-ID:  <20001004115016.D11523@dragon.nuxi.com>
In-Reply-To: <200010041819.MAA38497@harmony.village.org>; from imp@village.org on Wed, Oct 04, 2000 at 12:19:30PM -0600
References:  <20001003125719.A3635@dragon.nuxi.com> <20001003105319.B64436@dragon.nuxi.com> <20001003125719.A3635@dragon.nuxi.com> <200010041819.MAA38497@harmony.village.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Oct 04, 2000 at 12:19:30PM -0600, Warner Losh wrote:
> I'd then patch each arch like so:
> 
> Index: Makefile.i386
> ===================================================================
> RCS file: /home/imp/FreeBSD/CVS/src/sys/conf/Makefile.i386,v
> retrieving revision 1.207
> diff -u -r1.207 Makefile.i386
> --- Makefile.i386	2000/09/14 15:17:18	1.207
> +++ Makefile.i386	2000/10/04 18:15:37
> @@ -262,7 +262,8 @@
>  reinstall reinstall.debug: modules-reinstall
>  .endif
>  
> -MKMODULESENV=	MAKEOBJDIRPREFIX=${.OBJDIR}/modules KMODDIR=${DESTDIR}${KODIR}
> +MKMODULESENV=	MAKEOBJDIRPREFIX=${.OBJDIR}/modules KMODDIR=${DESTDIR}${KODIR} \
> +	NOMAN=yes

I tried that, but NOMAN from here isn't seen by kmod.mk included by the
modules' Makefile.

-- 
-- David  (obrien@FreeBSD.org)


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-arch" in the body of the message




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