Browse Source

Clifford Wolf:


			
			
				rocklinux
			
			
		
Clifford Wolf 21 years ago
parent
commit
3b3d9e52f8
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      scripts/Build-Target

+ 3
- 1
scripts/Build-Target

@ -48,13 +48,15 @@ while [ "$1" ] ; do
esac
done
. scripts/parse-config
if [ "$daemon_mode" = 1 ] ; then
echo "Running $0 in the background (messages go to logfile only).."
echo "Logfile: build/$ROCKCFG_ID/ROCK/logs/build_target.log"
nohup $0 $options -nodaemon > /dev/null 2> /dev/null < /dev/null &
exit 0
fi
. scripts/parse-config
. scripts/functions
build_root="$base/build/$ROCKCFG_ID"

Loading…
Cancel
Save