tools: util-linux: use standard make install/uninstall
authorRobert Marko <robimarko@gmail.com>
Tue, 25 Jun 2024 15:49:43 +0000 (17:49 +0200)
committerRobert Marko <robimarko@gmail.com>
Wed, 26 Jun 2024 09:21:03 +0000 (11:21 +0200)
commitfb99a8d2e6b3e2a872c8246fa294ac9b0c5f4d11
treef6971992147e8381d62c031c48aa097419a21249
parent54115ec22d155c5e45e6151aac82f99d89d069aa
tools: util-linux: use standard make install/uninstall

Instead of manually installing the binaries and removing them, we can now
simply rely on standard make install/uninstall as we are only building
tools we want to use.

This will be especially important when we start building libraries in
util-linux.

Link: https://github.com/openwrt/openwrt/pull/15806
Signed-off-by: Robert Marko <robimarko@gmail.com>
tools/util-linux/Makefile