Lines Matching refs:ORIG_DIR
40 ORIG_DIR="$TMP_DIR/1-orig"
444 [[ -f "$ORIG_DIR/.complete" ]] || die "-S $SHORT_CIRCUIT requires completed $ORIG_DIR"
591 # Copy all .o archives to $ORIG_DIR
595 rm -rf "$ORIG_DIR"
596 mkdir -p "$ORIG_DIR"
604 local orig_file="$ORIG_DIR/$rel_file"
614 cp -f "$PWD/vmlinux" "$ORIG_DIR" || die "missing vmlinux"
616 mv -f "$TMP_DIR/build.log" "$ORIG_DIR"
618 touch "$ORIG_DIR/.complete"
640 local orig_file="$ORIG_DIR/$rel_file"
749 local orig_log="$ORIG_DIR/checksum.log"
779 cd "$ORIG_DIR"
838 local orig_file="$ORIG_DIR/$rel_file"
924 generate_checksums "$ORIG_DIR" "$ORIG_CSUM_DIR" "$PATCHED_DIR"