James E. King, III created THRIFT-3072:
------------------------------------------
Summary: Build in separate directory
Key: THRIFT-3072
URL: https://issues.apache.org/jira/browse/THRIFT-3072
Project: Thrift
Issue Type: Improvement
Components: Build Process
Affects Versions: 0.9.2
Reporter: James E. King, III
The thrift build environment leverages .gitignore extensively to allow for
[builds in the same directory|http://wiki.apache.org/thrift/ThriftInstallation]
as the source. It would be preferable to allow for an external build directory
such that the source directory could be read-only. This would allow for an
extensive simplification of .gitignore and easier cleanup of builds, and
maintain a pristine source directory.
{code}
~/thrift$ cd ..
~$ cd thrift-build
~/thrift-build$ ../thrift/bootstrap.sh
../thrift/bootstrap.sh: 22: ../thrift/bootstrap.sh: ./cleanup.sh: not found
aclocal: error: 'configure.ac' is required
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)