On Tue, Dec 22, 2015 at 5:52 PM, Pedro D. <[email protected]> wrote: > `fetch v8` results in this: > > $ fetch v8 > Running: gclient root > Your current directory appears to already contain, or be part of, > a checkout. "fetch" is used only to get new checkouts. Use > "gclient sync" to update existing checkouts. > > Fetch also does not yet deal with partial checkouts, so if fetch > failed, delete the checkout and start over (crbug.com/230691). > > I reset my repository to undo any changes with git reset --hard and run > `fetch v8` again: > > $ fetch v8 > Running: gclient root > Your current directory appears to already contain, or be part of, > a checkout. "fetch" is used only to get new checkouts. Use > "gclient sync" to update existing checkouts. > > Fetch also does not yet deal with partial checkouts, so if fetch > failed, delete the checkout and start over (crbug.com/230691). > > So I don't get it.
Start from a clean slate: `mkdir workspace && cd workspace && fetch v8 && make -C v8 native` should produce a binary. -- -- 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/d/optout.
