diff options
author | Wade Walker <[email protected]> | 2011-02-17 09:29:40 -0600 |
---|---|---|
committer | Wade Walker <[email protected]> | 2011-02-18 08:52:34 -0600 |
commit | 943313af19da04044dddda57cb6bc4bd399eb76e (patch) | |
tree | 0f074ca1ac42e63a18cba1a2e7aa15ea9180af92 /make/lib | |
parent | 9ddcdd544e08326facbc19419452bd2745352aef (diff) |
Prevent native libraries from always rebuilding and stripping
The cc task will always re-link, even if no source files are built.
This commit wraps an uptodate task around cc to prevent this, so
the libraries will only be rebuilt now if a source file changes.
This commit also moves library symbol stripping into the same
uptodate task, so it only happens if a library is built (previously
the libraries were always stripped).
Diffstat (limited to 'make/lib')
0 files changed, 0 insertions, 0 deletions