Searched defs:in_vc_files (Results 1 - 1 of 1) sorted by relevance

/external/bison/
H A Dmaint.mk219 # in_vc_files | in_files
221 # grep-E-style regexp selecting the files to check. For in_vc_files,
259 export in_vc_files = macro
288 test -n "$$in_vc_files" && test -n "$$in_files" \
289 && { msg='Cannot specify both in_vc_files and in_files' \
300 if test -n "$$in_vc_files"; then \
301 files=$$(echo "$$files" | grep -E "$$in_vc_files"); \
396 in_vc_files='\.[chly]$$' \
441 in_vc_files='\.c$$' \
712 in_vc_files
[all...]

Completed in 78 milliseconds