commit | b568873265640b0754dc06c35fa2971f4aa4a3a8 | [log] [tgz] |
---|---|---|
author | David 'Digit' Turner <digit@google.com> | Sun Sep 14 22:54:26 2014 +0200 |
committer | David 'Digit' Turner <digit@google.com> | Sun Sep 14 22:54:26 2014 +0200 |
tree | 474af3d80fb90141a2b175229c785dd74782bf02 | |
parent | ea81e0ad0cd75712ce572332a8abee028470000b [diff] |
rebuild.sh: Save dependencies in build directory. This patch ensures that if the --build-dir=<path> option is being used, the compiled dependency libraries (zlib, glib, etc...) are kept and reused on each invokation of the rebuild.sh script. This saves a considerable amount of time when performing incremental compilation, i.e. when hacking on the qemu-android sources.