From: Mark Wooding Date: Sun, 13 Aug 2017 17:33:36 +0000 (+0100) Subject: mdw/build: Keep track of the original source directory in `$toppath'. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/profile/commitdiff_plain/b9ad2dae655005d5e680645ee9afe9b8f06d2f3b mdw/build: Keep track of the original source directory in `$toppath'. --- diff --git a/bin/mdw-build b/bin/mdw-build index 24ae04a..01b737c 100755 --- a/bin/mdw-build +++ b/bin/mdw-build @@ -241,7 +241,8 @@ while [ ! -f configure.ac -a ! -f configure.in -a \ esac cd .. done -assign srcpath $(pwd) +assign toppath $(pwd) +assign srcpath $toppath ## Build any necessary qualifiers. qual= sep=.