Browse Source

Benjamin Schieder:


			
			
				rocklinux
			
			
		
Benjamin Schieder 19 years ago
parent
commit
699dda57b7
1 changed files with 9 additions and 0 deletions
  1. +9
    -0
      scripts/Build-Target

+ 9
- 0
scripts/Build-Target

@ -67,6 +67,15 @@ while [ "$1" ] ; do
esac
done
if [ $tasks -gt 1 ] ; then
. config/$config/config
if [ "$ROCKCFG_PARALLEL" = 0 ] ; then
echo_error "You have not configured this to be a cluster build!"
echo_error "Please remove -tasks $tasks or configure this for cluster build"
exit 1
fi
fi
if [ "$daemon_mode" = 1 ] ; then
. config/$config/config
echo "Running $0 in the background (messages go to logfile only).."

Loading…
Cancel
Save