[PATCH 0/2] cpupower: Add 'uninstall' targers for arch-related debug subprojects

Roman Storozhenko posted 2 patches 1 year, 5 months ago
tools/power/cpupower/debug/i386/Makefile   | 8 +++++++-
tools/power/cpupower/debug/x86_64/Makefile | 6 +++++-
2 files changed, 12 insertions(+), 2 deletions(-)
[PATCH 0/2] cpupower: Add 'uninstall' targers for arch-related debug subprojects
Posted by Roman Storozhenko 1 year, 5 months ago
This patch series adds 'uninstall' targets to the makefiles of
'debug/i386' and 'debug/x86_64' architecture-specifics debug subprojects

Signed-off-by: Roman Storozhenko <romeusmeister@gmail.com>
---
Roman Storozhenko (2):
      cpupower: Add 'uninstall' target for 'debug/i386' subproject
      cpupower: Add 'uninstall' target for 'debug/x86_64' subproject

 tools/power/cpupower/debug/i386/Makefile   | 8 +++++++-
 tools/power/cpupower/debug/x86_64/Makefile | 6 +++++-
 2 files changed, 12 insertions(+), 2 deletions(-)
---
base-commit: 0fc4bfab2cd45f9acb86c4f04b5191e114e901ed
change-id: 20240625-add_uninstall-14246eeec69a

Best regards,
-- 
Roman Storozhenko <romeusmeister@gmail.com>
Re: [PATCH 0/2] cpupower: Add 'uninstall' targers for arch-related debug subprojects
Posted by Shuah Khan 1 year, 5 months ago
On 6/25/24 12:53, Roman Storozhenko wrote:
> This patch series adds 'uninstall' targets to the makefiles of
> 'debug/i386' and 'debug/x86_64' architecture-specifics debug subprojects
> 
> Signed-off-by: Roman Storozhenko <romeusmeister@gmail.com>
> ---
> Roman Storozhenko (2):
>        cpupower: Add 'uninstall' target for 'debug/i386' subproject
>        cpupower: Add 'uninstall' target for 'debug/x86_64' subproject
> 
>   tools/power/cpupower/debug/i386/Makefile   | 8 +++++++-
>   tools/power/cpupower/debug/x86_64/Makefile | 6 +++++-
>   2 files changed, 12 insertions(+), 2 deletions(-)
> ---
> base-commit: 0fc4bfab2cd45f9acb86c4f04b5191e114e901ed
> change-id: 20240625-add_uninstall-14246eeec69a
> 
> Best regards,

I am inclined to not take these as these are special case
debug tools and modules for developers.

thanks,
-- Shuah