Home
last modified time | relevance | path

Searched refs:ORIG_DIR (Results 1 – 1 of 1) sorted by relevance

/linux/scripts/livepatch/
H A Dklp-build40 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/
[all...]