Add script to run build commands in temporary directory
authorMichael Hanselmann <hansmi@google.com>
Tue, 25 Aug 2009 12:14:17 +0000 (14:14 +0200)
committerMichael Hanselmann <hansmi@google.com>
Tue, 25 Aug 2009 15:38:53 +0000 (17:38 +0200)
commitb959138fd98188b528b49f550a43c26d2462e147
treefb426cea144de463369651df1f927946ffe4da3a
parentdc7d2c49838716b80d798d63c811a6a93ccfa4f3
Add script to run build commands in temporary directory

Python always compiles imported modules. By running these targets
in a temporary directory we don't pollute the source tree.

Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Iustin Pop <iustin@google.com>
Makefile.am
autotools/run-in-tempdir [new file with mode: 0755]