mirror of
https://github.com/AuxXxilium/kmod.git
synced 2025-02-04 16:04:24 +07:00
Define rootfs as dependency of check-am
This should actually fix the problem of ensuring that the rootfs is created every time that 'make check' is run.
This commit is contained in:
parent
84afccb91d
commit
cf814054dd
@ -147,7 +147,7 @@ TESTSUITE_OVERRIDE_LIBS = testsuite/uname.la testsuite/path.la \
|
|||||||
TESTSUITE_OVERRIDE_LIBS_LDFLAGS = avoid-version -module -shared -export-dynamic \
|
TESTSUITE_OVERRIDE_LIBS_LDFLAGS = avoid-version -module -shared -export-dynamic \
|
||||||
-rpath /nowhere -ldl
|
-rpath /nowhere -ldl
|
||||||
|
|
||||||
check-local: rootfs
|
check-am: rootfs
|
||||||
|
|
||||||
check_LTLIBRARIES = $(TESTSUITE_OVERRIDE_LIBS)
|
check_LTLIBRARIES = $(TESTSUITE_OVERRIDE_LIBS)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user