We have added meson recently, with the goal to remove the make/autotools
one in a release or two. Update the reference to the meson equivalent.
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Link: https://github.com/kmod-project/kmod/pull/172
Signed-off-by: Lucas De Marchi <lucas.de.marchi@gmail.com>
}
if (stat_mstamp(&rootfsst) > stat_mstamp(&stampst)) {
- ERR("rootfs %s is dirty, please run 'make rootfs' before running this test\n",
+ ERR("rootfs %s is dirty, please run 'meson compile testsuite/stamp-rootfs' before running this test\n",
rootfs);
exit(EXIT_FAILURE);
}