Skip to content
Snippets Groups Projects
Commit 64cfee27 authored by Marcel Loose's avatar Marcel Loose :sunglasses:
Browse files

Bug 1275: The LOFAR build environment now provides support for multiple

occurrences of 'build' and/or 'LOFAR' in the full directory name.
parent 6660dfc3
No related branches found
No related tags found
No related merge requests found
......@@ -51,20 +51,7 @@ fi
lfr_srcpkg=`echo $lfr_srcdir | sed -e "s%.*/LOFAR%LOFAR%"`
# Get the LOFAR base from the full path of this script.
lfr_sdir=`dirname $0`
lfr_base=`(cd $lfr_sdir && pwd) | sed -e "s%/LOFAR/.*%/LOFAR%"`
# Check if no remaining LOFAR part is in rest of path.
lfr_rest=`(cd $lfr_sdir && pwd) | sed -e "s%^$lfr_base%%"`
case "$lfr_rest"
in */LOFAR/*)
echo "Your current directory path should not contain LOFAR multiple times"
exit 2
;;
esac
# Check if root does not have a LOFAR directory.
if [ -d $lfr_base/LOFAR ]; then
echo "Your current LOFAR directory should not have a subdirectory LOFAR"
exit 2
fi
lfr_base=`(cd $lfr_sdir && pwd) | sed -e "s%\(.*/LOFAR\)/.*%\1%"`
# Try to determine the build area and the package name.
# Either the build area is a subdirectory of the package or the
# package is a subdirectory of the build area.
......@@ -86,7 +73,7 @@ if [ "$lfr_error" = "" ]; then
# Although the build area is a subdirectory of the package,
# it still does not mean it is in the LOFAR tree.
# So try to match the path before 'build' with the tree below LOFAR.
lfr_pkg=`echo $lfr_curdir | sed -e "s%/build/.*%%"`;
lfr_pkg=`echo $lfr_curdir | sed -e "s%\(.*\)/build/.*%\1%"`;
while [ ! -d ${lfr_base}/${lfr_pkg} ]
do
lfr_tdir=`echo $lfr_pkg | sed -e "s%[^/]*/%%"`;
......
......@@ -168,15 +168,9 @@ AC_ARG_ENABLE(lib64,
lofar_use_root=0;
fi
# Find root of user LOFAR directory tree.
lfr_top=`(cd $srcdir && pwd) | sed -e "s%/LOFAR/.*%%"`
lfr_top=`(cd $srcdir && pwd) | sed -e "s%\(.*\)/LOFAR/.*%\1%"`
lofar_top_srcdir=$lfr_top/LOFAR;
lfr_pkg=`(cd $srcdir && pwd) | sed -e "s%$lofar_top_srcdir%%"`
lfr_rest=`(echo $lfr_pkg) | sed -e "s%/LOFAR/.*%/LOFAR%"`
if test "$lfr_pkg" != "$lfr_rest"; then
]AC_MSG_ERROR([Directory name LOFAR should be used only once in your path])[
fi
# Remove leading slash.
lfr_package=`echo $lfr_pkg | sed -e "s%^/%%"`
lfr_pkg=`(cd $srcdir && pwd) | sed -e "s%$lofar_top_srcdir/%%"`
lofar_sharedir=$lofar_top_srcdir/autoconf_share
# Determine if the build area has the compiler name in it
# and get the root of the build tree.
......
......@@ -119,7 +119,7 @@ else
# Get absolute top_srcdir for puretool
lofar_srcdir=`cd $srcdir && pwd`
lofar_base=`echo $lofar_srcdir | sed -e "s%/LOFAR/.*%/LOFAR%"`
lofar_base=`echo $lofar_srcdir | sed -e "s%\(.*/LOFAR\)/.*%\1%"`
lofar_puredir=$lofar_base/autoconf_share
CC="$lofar_puredir/puretool $have_purify $have_quantify $have_purecov "'$(top_builddir)'" $puretools_prefix $CC"
......@@ -220,7 +220,7 @@ dnl
# Get absolute top_srcdir for insuretool
lofar_curwd=`pwd`
lofar_srcdir=`cd $srcdir && pwd`
lofar_base=`echo $lofar_srcdir | sed -e "s%/LOFAR/.*%/LOFAR%"`
lofar_base=`echo $lofar_srcdir | sed -e "s%\(.*/LOFAR\)/.*%\1%"`
lofar_insuredir=$lofar_base/autoconf_share
CC="$lofar_insuredir/insuretool $have_insure $have_inuse $have_tca "'$(top_builddir)'" $insuretools_prefix $CC"
......@@ -278,7 +278,7 @@ AC_ARG_WITH(compiletools,
if test "$with_compiletools" = "yes"; then
# Get absolute top_srcdir for comiletool
lofar_srcdir=`cd $srcdir && pwd`
lofar_base=`echo $lofar_srcdir | sed -e "s%/LOFAR/.*%/LOFAR%"`
lofar_base=`echo $lofar_srcdir | sed -e "s%\(.*/LOFAR\)/.*%\1%"`
lofar_tooldir=$lofar_base/autoconf_share
# CC="$lofar_tooldir/compiletool CC $CC"
......
......@@ -36,7 +36,7 @@ lfr_curdir=`pwd`
# Keep the original source path.
lfr_sdir=`dirname $0`
lfr_srcdir=`cd $lfr_sdir && pwd`
lfr_root=`echo $lfr_srcdir | sed -e "s%/LOFAR/.*%/LOFAR%"`
lfr_root=`echo $lfr_srcdir | sed -e "s%\(.*/LOFAR\)/.*%\1%"`
lfr_base=$lfr_root/autoconf_share
lfr_recur=1
......
......@@ -41,7 +41,7 @@ shift
lfr_curdir=`pwd`
# Get the LOFAR base from the full path of this script.
lfr_sdir=`dirname $0`
lfr_root=`(cd $lfr_sdir && pwd) | sed -e "s%/LOFAR/.*%/LOFAR%"`
lfr_root=`(cd $lfr_sdir && pwd) | sed -e "s%\(.*/LOFAR\).*%\1%"`
lfr_base=$lfr_root/autoconf_share
# Find package, lofar root, compiler, variant.
......
......@@ -97,7 +97,7 @@ chmod +w .
if test -f "$prefix/lofarinit.sh"; then
lofarinitdir=$prefix
else
lofarinitdir=`pwd | sed -e 's%/LOFAR/.*%/LOFAR/LCS/Tools/src%'`
lofarinitdir=`pwd | sed -e 's%\(.*/LOFAR\)/.*%\1/LCS/Tools/src%'`
fi
if test -r "$lofarinitdir/lofarinit.sh"; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment