[CRIU] [PATCH] make: Report dependencies absence more exactly
Kirill Tkhai
ktkhai at virtuozzo.com
Mon Apr 24 06:41:24 PDT 2017
I bumped in this myself when I had libc6-dev-i386 installed,
while criu said I didn't. Save other guys'es time, spent
in this place.
Signed-off-by: Kirill Tkhai <ktkhai at virtuozzo.com>
---
Makefile.config | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Makefile.config b/Makefile.config
index 0dd9d043..ec6c2d14 100644
--- a/Makefile.config
+++ b/Makefile.config
@@ -25,8 +25,8 @@ ifeq ($(call try-cc,$(FEATURE_TEST_X86_COMPAT),-m32),true)
export CONFIG_COMPAT := y
FEATURE_DEFINES += -DCONFIG_COMPAT
else
- $(info Note: Building without ia32 C/R, missed packages:)
- $(info $(info) libc6-dev-i386, gcc-multilib)
+ $(info Note: Building without ia32 C/R, missed package(s):)
+ $(info $(info) libc6-dev-i386 and/or gcc-multilib)
endif
endif
More information about the CRIU
mailing list