Searched refs:normal_compile_dir (Results 1 – 1 of 1) sorted by relevance
330 normal_compile_dir="$ASLTSDIR/tmp/aml/$aslversion/nopt/64"333 echo " $normal_compile_dir"340 if [ ! -d $normal_compile_dir ]; then341 echo " $normal_compile_dir does not exist. Aborting binary compare"347 if [ ! -f "$normal_compile_dir/$filename" ]; then348 echo " binary compare $mode the following file does not exist: $normal_compile_dir/$filename"350 $acpibin -a "$f" "$normal_compile_dir/$filename" > /dev/null