From f44a652836e0970872da854edaa086cafbb6eb40 Mon Sep 17 00:00:00 2001 From: erickson Date: Fri, 1 Jul 2005 21:28:33 +0000 Subject: [PATCH 1/1] added lines to break up the build git-svn-id: svn://svn.open-ils.org/ILS/trunk@1030 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- install.sh | 8 ++++++++ 1 file changed, 8 insertions(+) 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" \ -- 2.43.2