From 66e8826a6f87c02f8de2c6e9b0e95d4637e56667 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Thu, 6 Sep 2018 14:29:01 +0200 Subject: [PATCH] buildsys: IPCConst.pm is needed by 'check' target Signed-off-by: Thomas Lamprecht --- data/PVE/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/data/PVE/Makefile b/data/PVE/Makefile index 75636eb..f4042dd 100644 --- a/data/PVE/Makefile +++ b/data/PVE/Makefile @@ -27,7 +27,10 @@ install: pvecm ${SOURCES} IPCC.so pvecm.1 pvecm.bash-completion datacenter.cfg.5 LD_LIBRARY_PATH=. perl -I.. -T -e "use PVE::CLI::$*; PVE::CLI::$*->generate_bash_completions();" >$@.tmp mv $@.tmp $@ -check: +Cluster/IPCConst.pm: + $(MAKE) -C Cluster IPCConst.pm + +check: IPCC.so Cluster/IPCConst.pm LD_LIBRARY_PATH=. perl -I.. -T -e "use PVE::CLI::pvecm; PVE::CLI::pvecm->verify_api();" CC=gcc -- 2.39.2