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 localversion="$(cd "$SRC" && make --no-print-directory kernelversion)"
293 localversion="$(cd "$SRC" && KERNELVERSION="$localversion" ./scripts/setlocalversion)"
313 [[ ! -e "$SRC/.git" ]] && return
318 cd "$SRC"
349 cd "$SRC"
367 cd "$SRC"
410 [[ ! "$SRC" -ef "$SCRIPT_DIR/../.." ]] && die "please run from the kernel root directory"
439 ( cd "$SRC" && echo "${files[@]}" | xargs cp --parents --target-directory="$tmpdir/a" )
443 ( cd "$SRC" && echo "${files[@]}" | xargs cp --parents --target-directory="$tmpdir/b" )
489 cd "$SRC"
528 cd "$SRC"
637 cmd=("$SRC/tools/objtool/objtool")
689 cmd=("$SRC/tools/objtool/objtool")
731 cp -f "$SRC/scripts/livepatch/init.c" "$KMOD_DIR"
774 cd "$SRC"
789 "$SRC/tools/objtool/objtool" klp post-link "$kmod_file" || die "objtool klp post-link failed"