Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 04 Oct 2000 12:19:30 -0600
From:      Warner Losh <imp@village.org>
To:        obrien@FreeBSD.ORG
Cc:        arch@FreeBSD.ORG
Subject:   Re: moving manpages out of /sys/modules 
Message-ID:  <200010041819.MAA38497@harmony.village.org>
In-Reply-To: Your message of "Tue, 03 Oct 2000 12:57:19 PDT." <20001003125719.A3635@dragon.nuxi.com> 
References:  <20001003125719.A3635@dragon.nuxi.com>  <20001003105319.B64436@dragon.nuxi.com> 

next in thread | previous in thread | raw e-mail | index | archive | help
In message <20001003125719.A3635@dragon.nuxi.com> "David O'Brien" writes:
: Which of these two patches is most stomachable?

Hmmm, neither.  I'd suggest moving the joy program to usr.sbin.  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
 
 modules:
 	@mkdir -p ${.OBJDIR}/modules

Of course the real solution is to repo copy them into
/usr/share/man/man4, add them to the makefile there and remove the man
stuff from the modules completely.

Warner


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?200010041819.MAA38497>