build system switch to cmake

Remove old build system at the same time

Change-Id: Ifdffe1fcd4cfece05f036d8de6e7cb74aca65f62
This commit is contained in:
Dominique Martinet
2018-06-04 10:39:03 +09:00
parent 4bdd9cf512
commit 2a63c962fc
63 changed files with 945 additions and 8357 deletions

View File

@@ -2001,7 +2001,7 @@ static void ld_preload_init()
memset(envbuf, 0, PATH_MAX);
if (enable_uti) {
LD_PRELOAD_PREPARE("syscall_intercept.so");
LD_PRELOAD_PREPARE("libmck_syscall_intercept.so");
LD_PRELOAD_APPEND;
}
@@ -2249,7 +2249,7 @@ int main(int argc, char **argv)
if (opendev() == -1)
exit(EXIT_FAILURE);
#ifndef WITH_SYSCALL_INTERCEPT
#ifndef ENABLE_UTI
if (enable_uti) {
__eprintf("ERROR: uti is not available when not configured with --with-syscall_intercept=<path>\n");
exit(EXIT_FAILURE);