Sure, given how make works, you can build any individual output file. The default "all" meta target is just convenience.
On Thu, May 23, 2013 at 11:47 PM, mschwartz <[email protected]> wrote: > Is there a way to build v8 without building the cctest/ tree? > > When I do > make x64.release > > I see it build all this: > > CXX(target) > /home/ubuntu/src/SilkJS/src/v8-read-only/out/x64.release/obj.target/cctest/test/cctest/cctest.o > CXX(target) > /home/ubuntu/src/SilkJS/src/v8-read-only/out/x64.release/obj.target/cctest/test/cctest/gay-fixed.o > CXX(target) > /home/ubuntu/src/SilkJS/src/v8-read-only/out/x64.release/obj.target/cctest/test/cctest/gay-precision.o > CXX(target) > /home/ubuntu/src/SilkJS/src/v8-read-only/out/x64.release/obj.target/cctest/test/cctest/gay-shortest.o > CXX(target) > /home/ubuntu/src/SilkJS/src/v8-read-only/out/x64.release/obj.target/cctest/test/cctest/test-accessors.o > CXX(target) > /home/ubuntu/src/SilkJS/src/v8-read-only/out/x64.release/obj.target/cctest/test/cctest/test-alloc.o > CXX(target) > /home/ubuntu/src/SilkJS/src/v8-read-only/out/x64.release/obj.target/cctest/test/cctest/test-api.o > CXX(target) > /home/ubuntu/src/SilkJS/src/v8-read-only/out/x64.release/obj.target/cctest/test/cctest/test-ast.o > > It would sure save a lot of compile time (AWS micro instance) to skip all > that. I don't need it. > > I'm sure it's something simple I don't know about :) > > Thanks > > -- > -- > v8-users mailing list > [email protected] > http://groups.google.com/group/v8-users > --- > You received this message because you are subscribed to the Google Groups > "v8-users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users --- You received this message because you are subscribed to the Google Groups "v8-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
