tech-x11 archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: rebuild only one part of xorg



Hi Dominik,

On Mon, Feb 02, 2009 at 06:37:50PM +0100, Dominik Zaczkowski wrote:
> Hi,
> is there an easy way of rebuilding one part of xorg distribution (ie
> driver)? I mean like sources in /usr/src where make install is enough.

yes

just use your tooldir make and `make dependall/install'

for example if you already have an existing build from build.sh -x you could
rebuild the xf86-video-mga driver with the tools produced during the build.

cd /usr/src/external/mit/xorg/server/drivers/xf86-video-mga && \
${OBJDIR}/usr/src/tooldir.NetBSD-4.0-i386/bin/nbmake-i386 dependall && \
${OBJDIR}/usr/src/tooldir.NetBSD-4.0-i386/bin/nbmake-i386 install

of course you'll have to replace OBJDIR with whatever is relevant for
your build setup.

Tyler


Home | Main Index | Thread Index | Old Index