renamed update to update_ceg, fixed create_ofiles to make sure that the

.c files are detectably newer
This commit is contained in:
ceriel
1988-09-08 11:43:03 +00:00
parent 5c126dd968
commit 291b607f4e
4 changed files with 36 additions and 4 deletions

View File

@@ -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