source: trunk/FACT++/recompile.sh@ 14103

Last change on this file since 14103 was 13934, checked in by tbretz, 12 years ago
Wait twice and exit if maike dimctrl fails.
  • Property svn:executable set to *
File size: 244 bytes
Line 
1#!/bin/bash
2
3touch compiling.lock
4
5if [ ! -x dimctrl ]; then
6 make $* dimctrl || exit
7fi
8
9dimctrl --quit --cmd ".w 3000" --cmd "DIS_DNS/KILL_SERVERS" --cmd ".w 3000" --cmd "DIS_DNS/EXIT 100"
10
11sleep 5
12
13make clean
14
15make $* && rm compiling.lock
Note: See TracBrowser for help on using the repository browser.