Lines Matching +full:gen +full:- +full:2
4 # regress.gen.c and regress.gen.h already exist in $srcdir. This
5 # is needed for "make distcheck" to pass the read-only $srcdir build,
6 # as with read-only sources fresh from tarball, regress.gen.[ch] will
8 # Makefile.am to create stub regress.gen.c and regress.gen.h in the
11 # Note that regress.gen.[ch] are not in fresh git clones, making
15 # echo "Updated ${srcdir}/regress.gen.c and ${srcdir}/regress.gen.h"
20 echo "event_rpcgen.py failed, ${srcdir}/regress.gen.\[ch\] will be reused." >&2
25 echo "Could not generate regress.gen.\[ch\] using event_rpcgen.sh" >&2
29 srcdir=${srcdir:-.}
31 ${srcdir}/../event_rpcgen.py --quiet ${srcdir}/regress.rpc \
32 test/regress.gen.h test/regress.gen.c
39 test -r ${srcdir}/regress.gen.c -a -r ${srcdir}/regress.gen.h && \