[CRIU] [PATCH] make: build crit right after config
Ruslan Kuprieiev
kupruser at gmail.com
Mon Jan 19 05:03:49 PST 2015
Without this patch criu is being build twice.
Signed-off-by: Ruslan Kuprieiev <kupruser at gmail.com>
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index 1bc7fa0..95bf1d9 100644
--- a/Makefile
+++ b/Makefile
@@ -148,7 +148,7 @@ ifeq ($(GCOV),1)
%.o $(PROGRAM): override CFLAGS += --coverage
endif
-all: config pie $(VERSION_HEADER) $(CRIU-LIB) crit
+all: config crit pie $(VERSION_HEADER) $(CRIU-LIB)
$(Q) $(MAKE) $(PROGRAM)
protobuf/%::
--
2.1.0
More information about the CRIU
mailing list