Major change to the way libraries are linked:
[newos.git] / buildloop
blob79d615c40c23c587cedee15bc2e09c600a7f181e
1 #!/bin/sh
3 while(true); do
4 sleep 60
5 P4OUTPUT=`p4 sync 2> /dev/null`
6 if [ -n "$P4OUTPUT" ]; then
7 echo something to do!
8 make clean
9 make
11 done