From: erickson Date: Fri, 1 Jul 2005 21:28:33 +0000 (+0000) Subject: added lines to break up the build X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=f44a652836e0970872da854edaa086cafbb6eb40;p=Evergreen.git added lines to break up the build git-svn-id: svn://svn.open-ils.org/ILS/trunk@1030 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/install.sh b/install.sh index d6883b081a..18ffa927d4 100755 --- a/install.sh +++ b/install.sh @@ -110,6 +110,14 @@ function runInstall { # pass the collected variables to make for target in ${TARGETS[@]:0}; do + cat <<-MSG + + -------------------------------------------------------------------- + Building $target + -------------------------------------------------------------------- + + MSG + target="$target/src"; make -C "$target" \