building and testing only a subdirectory (nptl)

Mike Frysinger vapier@gentoo.org
Fri Apr 12 16:16:00 GMT 2013


On Friday 12 April 2013 05:50:16 Dominik Vogt wrote:
> I'm unable to figure out how to (re)build only the nptl
> subdirectory of glibc.  I.e. after some changes I need to rebuild
> only the stuff inside nptl, and then run only the tests in that
> path.  What's the trick I'm missing?  :-)

usually what i do is:
# build like normal
mkdir build
cd build
../configure ....
make
# setup env to point to output
export objdir=/path/to/build/dir
cd ../nptl
<modify some files>
make

this will only build stuff in the nptl/ subdir
-mike
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: This is a digitally signed message part.
URL: <http://sourceware.org/pipermail/libc-help/attachments/20130412/2cba2c8c/attachment.sig>


More information about the Libc-help mailing list