]> arthur.barton.de Git - ngircd-alex.git/commit
platformtest.sh: Allow using separate source and build trees
authorAlexander Barton <alex@barton.de>
Sat, 11 Jan 2014 00:33:24 +0000 (01:33 +0100)
committerAlexander Barton <alex@barton.de>
Sat, 11 Jan 2014 00:33:24 +0000 (01:33 +0100)
commit2560e5f1560b6b4a225e77de67876a588543c53d
tree83e01e64cfaa0a295a7a80d9ed6d562e29739214
parent1f5508d0497f1cace5a482fcd7f50ecfce0715f7
platformtest.sh: Allow using separate source and build trees

Now you can call platformtest.sh using its complete path name from an
other directory which is then used for building.

See <http://www.gnu.org/software/automake/manual/html_node/VPATH-Builds.html>

Please not that the build system itself is still (re-)genrated in the
original source tree. This can be avoided by passing the "-x" switch to
the platformtest.sh script.
contrib/platformtest.sh