]> git.ipfire.org Git - thirdparty/kmod.git/commit
build: swap ABS_TOP_BUILDDIR for TOOLS_DIR
authorEmil Velikov <emil.l.velikov@gmail.com>
Thu, 22 Aug 2024 16:04:21 +0000 (17:04 +0100)
committerLucas De Marchi <lucas.de.marchi@gmail.com>
Fri, 23 Aug 2024 18:51:19 +0000 (13:51 -0500)
commit332b63b4d891e7809fac4b307e82fe10513e828d
tree50f6d6f3aac69b5a0e1178306a6d5763890ff458
parentae0c0c4c89f60fd379133f46b10c37686eef0c6c
build: swap ABS_TOP_BUILDDIR for TOOLS_DIR

All the remaining instances are used to track the tools directory (aka
the local symlinks to kmod). Rename accordingly and include the tools
sub-directory.

Similar to the OVERRIDE_LIBDIR change earlier, this is build system
specific layout, which shouldn't be in the tests.

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Reviewed-by: Lucas De Marchi <lucas.de.marchi@gmail.com>
Link: https://github.com/kmod-project/kmod/pull/86
Signed-off-by: Lucas De Marchi <lucas.de.marchi@gmail.com>
Makefile.am
testsuite/test-depmod.c
testsuite/test-modinfo.c
testsuite/test-modprobe.c