commit | a74f31701a1cc1f7a733e2d504f31a0f92a10ca2 | [log] [tgz] |
---|---|---|
author | David 'Digit' Turner <digit@google.com> | Wed Feb 24 14:43:10 2010 -0800 |
committer | David 'Digit' Turner <digit@google.com> | Wed Feb 24 14:43:10 2010 -0800 |
tree | c3fa5b111d291ac47609b2c1b803f46b8c2eaa64 | |
parent | 942e4297965f8521fd609149eb4261b97816421b [diff] |
Allow the build-toolchain.sh script to apply source packages. All you need to do is place name them like the following: build/tools/toolchain-patches/<subpath>/<foo>.patch And they will be applied with 'patch -p1' into: <build-src>/<subpath> This is useful to experiment with toolchain changes without having to regenerate a whole new source package tarball each time.