Description[NaCl SDK] Handle sources outside root in example build system.
For example SOURCES = ../../some/other/place.cpp. The only
problem here was creating an OBJ_DIR relative path in which
to store the object file. This solution involves replacing
.. with __.
Also, some make syntax cleanups for consistency:
- Use ifndef to check for empty variables
- Don't quote operands to 'ifeq'
- Always place ':' next to target name.
- remove include of .d files for win32 builds (which
do not generate them).
BUG=None
TEST=trybot
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=186829
Patch Set 1 #Patch Set 2 : #
Total comments: 4
Patch Set 3 : #Patch Set 4 : #
Total comments: 2
Messages
Total messages: 9 (0 generated)
|