I checked out latest V8 source into this directory */mydisk/V8*

fetch v8
cd v8
gclient sync
make x64.release -j8 OUTDIR=/mydisk/codebase/js_v8_x64 library=shared 
debuggersupport=off i18nsupport=off

The above commands completed successfully and created two directories:

   1. */mydisk/codebase/js_v8_x64* : This directory has various Makefiles
   2. */mydisk/V8/v8/mydisk/codebase/js_v8_x64* : This directory has a "
   *x64.release*" named sub-directory with all the binaries inside.

Is this normal behavior?
I was expecting "*x64.release*" directory to be inside 
*/mydisk/codebase/js_v8_x64*


However if I build using:


make x64.release -j8 *OUTDIR=js_v8_x64_2* library=shared 
debuggersupport=off i18nsupport=off


Then a directory is created at */mydisk/V8/v8/js_v8_x64_2* with all the 
makefile and binaries inside it.

-- 
-- 
v8-users mailing list
v8-users@googlegroups.com
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 v8-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to