mirror of
https://github.com/dynup/kpatch
synced 2025-04-11 03:31:20 +00:00
Some of the provisioned machines I sometimes use don't have enough diskspace for a full kpatch-patch build in home partition. I usually solve this by symlinking .kpatch(and .ccache) dirs to a different partition, however this only works with -s option because of clean_cache(). clean_cache() currently removes .kpatch directory completely, recreating it from scratch, change it to only remove the contents of the directory instead. Signed-off-by: Artem Savkov <asavkov@redhat.com> |
||
---|---|---|
.. | ||
gcc-plugins | ||
insn | ||
create-diff-object.c | ||
create-klp-module.c | ||
create-kpatch-module.c | ||
kpatch-build | ||
kpatch-elf.c | ||
kpatch-elf.h | ||
kpatch-gcc | ||
kpatch-intermediate.h | ||
list.h | ||
log.h | ||
lookup.c | ||
lookup.h | ||
Makefile |