summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2012-10-25 16:26:24 +0000
committerMorgan Deters <mdeters@gmail.com>2012-10-25 16:26:24 +0000
commit053bbbb127ba6c9ce08e76f8e707f4ce248bb99b (patch)
tree5fca293602c2dc3c9828e8eb1ac234e791a2a5d0 /configure.ac
parent1f1dd56089446c0c370d2f34b7bb852f5a5d5c67 (diff)
One of my changes to the build system yesterday broke the nightly build because:
1. The source tree was configured. 2. The builds directory was removed. 3. The source tree was re-configured. Which led to a nasty dangling symlink that caused (3) to abort. Fixed.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index f94f07419..44b2c0a31 100644
--- a/configure.ac
+++ b/configure.ac
@@ -379,7 +379,7 @@ echo ./config.status "\$@"
EOF
chmod +x config.reconfig
fi
- ln -sf "builds/$target/$build_type/config.log" "config.log"
+ ln -sf "$target/$build_type/config.log" "builds/config.log"
exit $exitval
else
AC_MSG_RESULT([this one (user-specified)])
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback