Lines Matching refs:ORIG_DIR
40 ORIG_DIR="$TMP_DIR/1-orig"
441 [[ -f "$ORIG_DIR/.complete" ]] || die "-S $SHORT_CIRCUIT requires completed $ORIG_DIR"
585 # Copy all .o archives to $ORIG_DIR
589 rm -rf "$ORIG_DIR"
590 mkdir -p "$ORIG_DIR"
598 local orig_file="$ORIG_DIR/$rel_file"
608 mv -f "$TMP_DIR/build.log" "$ORIG_DIR"
610 touch "$ORIG_DIR/.complete"
632 local orig_file="$ORIG_DIR/$rel_file"
739 local orig_log="$ORIG_DIR/checksum.log"
769 cd "$ORIG_DIR"
828 local orig_file="$ORIG_DIR/$rel_file"
914 generate_checksums "$ORIG_DIR" "$ORIG_CSUM_DIR" "$PATCHED_DIR"