Comment #2 on issue 150 by [email protected]: scons install target http://code.google.com/p/v8/issues/detail?id=150
it should be DESTDIR and prefix: - prefix could default to /usr/local, most distros will use /usr - DESTDIR is used by installers to create a snapshot of the installation to be copied onto the real target filesystem later on in the packaging process. It is optional and should not have a default set in v8. In fact, i've already made a patch in Ubuntu last year: http://bazaar.launchpad.net/~chromium-team/chromium-v8/chromium-v8.head/annotate/head:/debian/patches/install_target.patch i should have posted it a long time ago. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
