Import BSDDB 4.7.25 (as of svn r89086)
This commit is contained in:
10
examples_c/ex_apprec/auto_rebuild
Normal file
10
examples_c/ex_apprec/auto_rebuild
Normal file
@@ -0,0 +1,10 @@
|
||||
# Script to rebuild automatically generated files for ex_apprec.
|
||||
|
||||
E=../examples_c/ex_apprec
|
||||
|
||||
cd ../../dist
|
||||
awk -f gen_rec.awk \
|
||||
-v source_file=$E/ex_apprec_auto.c \
|
||||
-v header_file=$E/ex_apprec_auto.h \
|
||||
-v print_file=$E/ex_apprec_autop.c \
|
||||
-v template_file=$E/ex_apprec_template < $E/ex_apprec.src
|
||||
Reference in New Issue
Block a user