suriab / gyp

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

make: INTERMEDIATE_DIR puts files in the same directory for all targets #155

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The make generator always points INTERMEDIATE_DIR to 
$(obj).$(TOOLSET)/geni/, but it should really put files into target-named 
directories, otherwise files from different targets can clobber each other, 
and it's really no different than SHARED_INTERMEDIATE_DIR.

Original issue reported on code.google.com by mmoss@chromium.org on 17 May 2010 at 5:29