tech-x11 archive

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

Re: rebuild only one part of xorg



On Tue, Feb 03, 2009 at 06:22:05PM +1100, Tyler Retzlaff wrote:
> 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

Hi, thank You for reply.
My build setup was:
./build.sh -T /usr/obj/tools -O /usr/obj/obj -D /usr/obj/dist -R ... -x sets

now when i enter
/usr/obj/obj/externam/mit/xorg/server/drivers/xf86-video-ati (or any
other driver)

and try to run /usr/obj/tools/bin/nbmake-i386 dependall nothing happens;
install target fails trying to install bsd.README... 

Maybe I understand something wrong, please correct me.

TIA.


Home | Main Index | Thread Index | Old Index