From owner-freebsd-arch Wed Oct 4 11:50:27 2000 Delivered-To: freebsd-arch@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [209.152.133.57]) by hub.freebsd.org (Postfix) with ESMTP id B2CE937B502 for ; Wed, 4 Oct 2000 11:50:21 -0700 (PDT) Received: (from obrien@localhost) by dragon.nuxi.com (8.9.3/8.9.1) id LAA47448; Wed, 4 Oct 2000 11:50:17 -0700 (PDT) (envelope-from obrien) Date: Wed, 4 Oct 2000 11:50:17 -0700 From: "David O'Brien" To: Warner Losh Cc: arch@FreeBSD.ORG Subject: Re: moving manpages out of /sys/modules Message-ID: <20001004115016.D11523@dragon.nuxi.com> Reply-To: obrien@FreeBSD.ORG References: <20001003125719.A3635@dragon.nuxi.com> <20001003105319.B64436@dragon.nuxi.com> <20001003125719.A3635@dragon.nuxi.com> <200010041819.MAA38497@harmony.village.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <200010041819.MAA38497@harmony.village.org>; from imp@village.org on Wed, Oct 04, 2000 at 12:19:30PM -0600 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-freebsd-arch@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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