Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/checkpoint-restore/criu.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKirill Tkhai <ktkhai@virtuozzo.com>2017-04-24 16:41:24 +0300
committerAndrei Vagin <avagin@virtuozzo.com>2017-05-10 04:13:42 +0300
commiteeb0afc4118e53aa76dca9f9870cc231ed1a7cb4 (patch)
treebeaf406de1b38395a84ce0a4bf997aad1958ae5d /Makefile.config
parent4dd0735fc22d071fb27858447601758d2da860c9 (diff)
make: Report dependencies absence more exactly
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@virtuozzo.com> Acked-by: Dmitry Safonov <dsafonov@virtuozzo.com> Signed-off-by: Andrei Vagin <avagin@virtuozzo.com>
Diffstat (limited to 'Makefile.config')
-rw-r--r--Makefile.config4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.config b/Makefile.config
index 0dd9d0433..ec6c2d145 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