Home | History | Annotate | Download | only in et

Lines Matching refs:BASE

42 BASE=`basename $ROOT`
49 $AWK -f "${DIR}/et_h.awk" "outfile=${BASE}.h.$$" "outfn=${BASE}.h" "$ROOT.et"
50 if test -f ${BASE}.h && cmp -s ${BASE}.h.$$ ${BASE}.h ; then
51 rm -f ${BASE}.h.$$
53 mv -f ${BASE}.h.$$ ${BASE}.h
54 chmod -w ${BASE}.h
56 $AWK -f "${DIR}/et_c.awk" "outfile=${BASE}.c.$$" "outfn=${BASE}.c" "$ROOT.et"
57 if test -f ${BASE}.c && cmp -s ${BASE}.c.$$ ${BASE}.c ; then
58 rm -f ${BASE}.c.$$
60 mv -f ${BASE}.c.$$ ${BASE}.c
61 chmod -w ${BASE}.c