renamed update to update_ceg, fixed create_ofiles to make sure that the
.c files are detectably newer
This commit is contained in:
@@ -1,9 +1,13 @@
|
||||
list=
|
||||
for i in *.c
|
||||
do
|
||||
b=`basename $i .c`
|
||||
if test ! -f $b.o
|
||||
then
|
||||
>$b.o
|
||||
touch $i
|
||||
list="$list $i"
|
||||
fi
|
||||
done
|
||||
: my SUN is too fast ...
|
||||
sleep 2
|
||||
touch $list
|
||||
|
||||
Reference in New Issue
Block a user