Current-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: native xorg path puzzle
Patrick Welche --> current-users (2008-11-12 17:06:42 +0000):
> I have MKX11=yes in mk.conf, no MKXORG, and this is on i386, so I assume
> the flavour will be xorg.
>
> # cd src/x11/bin/xdm/config
> # make -n configinstall
> echo '# ' "install " /etc/X11/xdm/GiveConsole
> /usr/src/obj.i386/tooldir.NetBSD-5.99.01-i386/bin/i386--netbsdelf-install -N
> /usr/src/etc -c -p -r -o root -g wheel -m 555
> /usr/xsrc/xfree/xc/programs/xdm/config/GiveConsole /etc/X11/xdm/GiveConsole
> ...
>
> Why would that be xsrc/xfree/xc/programs/xdm/config/GiveConsole rather than
> xsrc/external/mit/xdm/dist/config/GiveConsole ?
XFree86 is built from src/x11, but Xorg is built from src/external/mit/xorg.
See src/Makefile.
$ cd /usr/src/external/mit/xorg/bin/xdm/config
$ make -n configinstall
echo '# ' "install " /etc/X11/xdm/GiveConsole
/usr/src/tooldir.NetBSD-5.99.01-i386/bin/i386--netbsdelf-install -N
/usr/src/etc -c -r -o root -g wheel -m 555
/usr/xsrc/external/mit/xdm/dist/config/GiveConsole /etc/X11/xdm/GiveConsole
[...]
HTH, Jukka
--
bashian roulette:
$ ((RANDOM%6)) || rm -rf ~
Home |
Main Index |
Thread Index |
Old Index