Lines Matching refs:SRC
38 SRC="$(pwd)"
76 local rel_file="${file#"$SRC"/}"
90 mv -f "$STASH_DIR/$file" "$SRC/$file" || warn "can't restore file: $file"
287 local file="$SRC/scripts/setlocalversion"
292 kernelrelease="$(cd "$SRC" && make syncconfig &>/dev/null && make -s kernelrelease)"
312 [[ ! -e "$SRC/.git" ]] && return
317 cd "$SRC"
348 cd "$SRC"
366 cd "$SRC"
409 [[ ! "$SRC" -ef "$SCRIPT_DIR/../.." ]] && die "please run from the kernel root directory"
438 ( cd "$SRC" && echo "${files[@]}" | xargs cp --parents --target-directory="$tmpdir/a" )
442 ( cd "$SRC" && echo "${files[@]}" | xargs cp --parents --target-directory="$tmpdir/b" )
488 cd "$SRC"
527 cd "$SRC"
636 cmd=("$SRC/tools/objtool/objtool")
688 cmd=("$SRC/tools/objtool/objtool")
730 cp -f "$SRC/scripts/livepatch/init.c" "$KMOD_DIR"
773 cd "$SRC"
788 "$SRC/tools/objtool/objtool" klp post-link "$kmod_file" || die "objtool klp post-link failed"