Date: Tue, 3 Oct 2000 10:53:19 -0700 From: "David O'Brien" <obrien@freebsd.org> To: arch@freebsd.org Subject: moving manpages out of /sys/modules Message-ID: <20001003105319.B64436@dragon.nuxi.com>
next in thread | raw e-mail | index | archive | help
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. 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20001003105319.B64436>