diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2009-11-04 13:44:29 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2009-11-04 13:44:29 -0800 |
commit | 802e61bb121077c16e55cbab2f569cca3269c1fe (patch) | |
tree | 37820fe279a766d55a8977d27aa5135e7bd3af3f /configure | |
parent | 25af1192809b7be30ed521f5ae22e543a75f6ca4 (diff) | |
download | txr-802e61bb121077c16e55cbab2f569cca3269c1fe.tar.gz txr-802e61bb121077c16e55cbab2f569cca3269c1fe.tar.bz2 txr-802e61bb121077c16e55cbab2f569cca3269c1fe.zip |
Got "make tests" working in separate build directory,
with .out files going to local tests/ tree.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -392,10 +392,6 @@ esac if [ "$source_dir" != "." ] ; then printf "symlinking Makefile -> $source_dir/Makefile\n" ln -sf "$source_dir/Makefile" . - printf "symlinking tests -> $source_dir/tests\n" - ln -sf "$source_dir/tests" . - printf "symlinking dep.mk -> $source_dir/dep.mk\n" - ln -sf "$source_dir/dep.mk" . else printf "warning: its recommended to build in a separate directory\n" fi |