Date: Thu, 05 Oct 2000 11:53:54 -0700 (PDT) From: John Baldwin <jhb@FreeBSD.org> To: "David O'Brien" <obrien@FreeBSD.org> Cc: arch@FreeBSD.org Subject: RE: moving manpages out of /sys/modules Message-ID: <XFMail.001005115354.jhb@FreeBSD.org> In-Reply-To: <20001003105319.B64436@dragon.nuxi.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On 03-Oct-00 David O'Brien wrote: > I believe before someone mentioned that they'd like to move the manpages > out of /sys/modules. Is anyone against doing this for ibcs2.8, joy.8, > linux.8, osf1.8, svr4.8. Please do. And please move the shell scripts while you are at it. > The problem is that one cannot build a kernel and install it in > isolation: > > make KERNEL=GENERIC KODIR=/GENERIC DESTDIR=/tmp/foo install > mkdir -p /tmp/foo/GENERIC > install -c -m 555 -o root -g wheel -fschg kernel /tmp/foo/GENERIC > cd ../../modules && env > MAKEOBJDIRPREFIX=/usr/src/sys/compile/GENERIC/modules KMODDIR=/GENERIC > make install > ===> 3dfx > install -c -o root -g wheel -m 555 3dfx.ko /tmp/foo/GENERIC > ...snip... > ===> joy > install -c -o root -g wheel -m 555 joy.ko /tmp/foo/GENERIC > install -c -o root -g wheel -m 444 joy.8.gz /tmp/foo/usr/share/man/man8 > install: /tmp/foo/usr/share/man/man8: No such file or directory > *** Error code 71 > > -- > -- David (obrien@FreeBSD.org) > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-arch" in the body of the message -- John Baldwin <jhb@FreeBSD.org> -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.baldwin.cx/~john/pgpkey.asc "Power Users Use the Power to Serve!" - http://www.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?XFMail.001005115354.jhb>