repo.or.cz
/
newos.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
promote the word size in the C memcpy/memmove implementations to 64-bits on 64-bit...
[newos.git]
/
buildloop
blob
79d615c40c23c587cedee15bc2e09c600a7f181e
1
#!/bin/sh
2
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
10
fi
11
done