mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-31 14:25:49 +00:00
Revert "test/make: Include .d files"
This reverts commit dcafa78b96
.
I've found that we already include deps in Makefile.inc,
was to fast on the first attempt and overlooked this.
(the include just doesn't work like it should yet..)
The origin patch may be just dropped before preparing master's merge.
Signed-off-by: Dmitry Safonov <dima@arista.com>
Signed-off-by: Andrei Vagin <avagin@virtuozzo.com>
This commit is contained in:
committed by
Andrei Vagin
parent
7dc930c951
commit
bf455467cf
@@ -16,7 +16,6 @@ LDLIBS := $(LIB)
|
||||
TARGETS := $(LIB) $(BIN)
|
||||
|
||||
include ../Makefile.inc
|
||||
include $(DEP)
|
||||
|
||||
all: $(TARGETS)
|
||||
.PHONY: all
|
||||
|
@@ -365,8 +365,6 @@ OUT = $(TST:%=%.out)
|
||||
STATE = $(TST_STATE:%=%.state)
|
||||
STATE_OUT = $(TST_STATE:%=%.out)
|
||||
|
||||
include $(DEP)
|
||||
|
||||
all: $(TST) criu-rtc.so
|
||||
install: all
|
||||
.PHONY: all install
|
||||
|
@@ -38,7 +38,6 @@ PID = $(TST:%=%.pid)
|
||||
OUT = $(TST:%=%.out)
|
||||
|
||||
include ../Makefile.inc
|
||||
include $(DEP)
|
||||
|
||||
all: $(TST)
|
||||
install: all
|
||||
|
Reference in New Issue
Block a user