On Thu, May 24, 2018 at 01:27:07PM +0530, Bhupesh Sharma wrote: > Presently the Makedumpfile.in doesn't include a uninstall rule, which is > useful in case we want to preform a reverse of the install process > done by Makefile.in > > This patch adds this rule, thus making it easier to remove installed > executables and man pages in case one needs to uninstall the same. > > Cc: Russell King <rmk@xxxxxxxxxxxxxxxx> > Cc: Simon Horman <horms@xxxxxxxxxxxx> > Cc: Dave Young <dyoung@xxxxxxxxxx> > Cc: Vivek Goyal <vgoyal@xxxxxxxxxx> > Cc: AKASHI Takahiro <takahiro.akashi@xxxxxxxxxx> > Signed-off-by: Bhupesh Sharma <bhsharma@xxxxxxxxxx> > --- > Changes since v1: > - As per Dave's suggestion, seperated the two patches included in the > patchset in v1 as individual patches in v2. > - Another patch sent by me now obsoletes the kdump tool and the 'make > uninstall' rule can come in handy (especially on arm systems with > low memory footprints) to remove already installed version of kdump > tool and related man-pages. > (the patch can be viewed here - http://lists.infradead.org/pipermail/kexec/2018-May/020754.html) > - v1 can be viewed here: http://lists.infradead.org/pipermail/kexec/2018-April/020527.html > > Makefile.in | 83 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-- > 1 file changed, 81 insertions(+), 2 deletions(-) Thanks, applied. _______________________________________________ kexec mailing list kexec@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/kexec