On Wed, Jun 10, 2015 at 4:18 PM, 'Daniel Vogelheim' via v8-dev < [email protected]> wrote:
> [...] Ceterum censeo: make needs to die. None of this happens with ninja, > since ninja treats multiple outputs in a sane fashion. > Just to restore make's honor: ;-) GNU make can handle multiple outputs easily with e.g. pattern rules, only old-skool make needs some more or less weird hacks, but even those work fine even for parallel builds. So this is more of a GYP problem than a make problem... -- -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev --- You received this message because you are subscribed to the Google Groups "v8-dev" 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.
