suriab / gyp

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

Rules that generate sources have Xcode timings issues #94

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Xcode fails test/rules-rebuild/gyptest-{all,default}.py, which are currently 
disabled for 
format=xcode.

When the .in file (that generates a .cpp and .h file to be used in the target) 
is changed, the rule 
rebuilds the .cpp and .h file, but the actual library target does not recompile 
the changed .cpp file 
or re-link the executable.

Original issue reported on code.google.com by sgk@chromium.org on 20 Oct 2009 at 4:59

GoogleCodeExporter commented 9 years ago

Original comment by sgk@chromium.org on 21 Oct 2009 at 6:37

GoogleCodeExporter commented 9 years ago
I don't see test/rules-rebuild checked in right now - ?

Original comment by mark@chromium.org on 16 Nov 2009 at 9:35