littlorryatchina / gyp

Automatically exported from code.google.com/p/gyp
0 stars 0 forks source link

[Android] Makefile regen rule doesn't work #282

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
This means that the generated makefiles aren't portable. Is portability a goal 
of gyp-generated makefiles? Do other backends have the same problem?

Makefile regeneration is currently not used by Chromium on Android, so this is 
low priority.

See also http://code.google.com/p/gyp/issues/detail?id=281

Original issue reported on code.google.com by stevebl...@chromium.org on 5 Jul 2012 at 9:43

GoogleCodeExporter commented 9 years ago

Original comment by torne@chromium.org on 18 Oct 2012 at 9:11

GoogleCodeExporter commented 9 years ago

Original comment by torne@chromium.org on 7 Dec 2012 at 12:19

GoogleCodeExporter commented 9 years ago
Having looked into this more, it seems like actually the makefile regeneration 
rules have a lot more problems than this (they don't always get generated to 
the right place, either) and since we aren't using this support and aren't 
likely to ever need it for WebView it's probably simplest to just delete this 
code from the backend. Retitling bug appropriately.

Original comment by torne@chromium.org on 7 Dec 2012 at 12:23

GoogleCodeExporter commented 9 years ago
Support for makefile regeneration has been disabled in gyp r1545.

Original comment by torne@chromium.org on 10 Dec 2012 at 2:44