mirror of
https://github.com/dynup/kpatch
synced 2024-12-27 15:52:02 +00:00
Merge pull request #49 from jpoimboe/show-changed-functions
kpatch-build: show changed functions
This commit is contained in:
commit
abbb12d065
@ -172,7 +172,8 @@ cd "$TEMPDIR"
|
||||
mkdir output
|
||||
for i in $FILES; do
|
||||
mkdir -p "output/$(dirname $i)"
|
||||
"$TOOLSDIR"/create-diff-object "orig/$i" "patched/$i" "output/$i" >> "$LOGFILE" 2>&1 || die
|
||||
"$TOOLSDIR"/create-diff-object "orig/$i" "patched/$i" "output/$i" 2>&1 |tee -a "$LOGFILE"
|
||||
[[ "${PIPESTATUS[0]}" -eq 0 ]] || die
|
||||
done
|
||||
|
||||
echo "Building patch module: kpatch-$PATCHNAME.ko"
|
||||
|
Loading…
Reference in New Issue
Block a user