Commit eeb0afc4 authored by Kirill Tkhai's avatar Kirill Tkhai Committed by Andrei Vagin

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: 's avatarKirill Tkhai <ktkhai@virtuozzo.com>
Acked-by: 's avatarDmitry Safonov <dsafonov@virtuozzo.com>
Signed-off-by: 's avatarAndrei Vagin <avagin@virtuozzo.com>
parent 4dd0735f
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment