Hello Thomas,
Of course, `uninstall`/`install` options should be performed by the package manager, but not limited to this. Otherwise, why do we need `install` option in the Makefile?
It's just strange, that a person can download flashrom sources, use `install` options and then find out that there's no `uninstall` option.
-- Joursoir
On Mon, 07 Nov 2022 14:20:34 +0000 Thomas Heijligen src@posteo.de wrote:
Hi Joursoir,
the 'uninstall' should be performed by the package manager or 'rm'. Also the Makefile or other build scripts are not part of the flashrom installation.
To remove build artifacs you can run 'make clean' for Make or 'rm -r <build_dir> on Meson.
-- Thomas
On Mon, 2022-11-07 at 13:59 +0400, Joursoir wrote:
Hello everyone,
I wonder why there is no 'uninstall' option in the flashrom's Makefile? Is it just an oversight? Or do we have a reason for that?
The same question is related to the meson script.
-- Joursoir _______________________________________________ flashrom mailing list -- flashrom@flashrom.org To unsubscribe send an email to flashrom-leave@flashrom.org
flashrom mailing list -- flashrom@flashrom.org To unsubscribe send an email to flashrom-leave@flashrom.org