summaryrefslogtreecommitdiffstats
path: root/make/build.xml
diff options
context:
space:
mode:
authorWade Walker <[email protected]>2011-02-17 09:29:40 -0600
committerWade Walker <[email protected]>2011-02-18 08:52:34 -0600
commit943313af19da04044dddda57cb6bc4bd399eb76e (patch)
tree0f074ca1ac42e63a18cba1a2e7aa15ea9180af92 /make/build.xml
parent9ddcdd544e08326facbc19419452bd2745352aef (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/build.xml')
0 files changed, 0 insertions, 0 deletions