diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2009-11-04 12:29:52 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2009-11-04 12:29:52 -0800 |
commit | d96a1fa869072053d943badb6e3904a7d7a2d4de (patch) | |
tree | 3cfa8dee4f676612519da592feff3191bbbd771f /configure | |
parent | bdccbad1c7da40d80f976858582574eb3c76dd40 (diff) | |
download | txr-d96a1fa869072053d943badb6e3904a7d7a2d4de.tar.gz txr-d96a1fa869072053d943badb6e3904a7d7a2d4de.tar.bz2 txr-d96a1fa869072053d943badb6e3904a7d7a2d4de.zip |
Got build to work in separate build directory.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -382,6 +382,10 @@ 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 |