adlc_updater revision 1751
119N/A# adlc files. Because source and target diretories are relative 119N/A# paths, this file is copied to the target build directory before 119N/A# adlc-updater <file> <source-dir> <target-dir> 119N/A # repair bare #line directives in $1 to refer to $2 119N/A /^#line 999999$/ {print "#line " (NR+1) " \"" F2 "\""; next} 119N/A[ -f $
3/$
1 ] &&
cmp -s $
2/$
1 $
3/$
1 || \