mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-29 13:28:27 +00:00
test/zdtm: clean get_smaps_bits.d
This is an auxiliary source file. The corresponding object file was cleaned, but .d was not. Add it to SRC/OBJ/DEP so the appropriate files will be cleaned automatically. Signed-off-by: Kir Kolyshkin <kir@openvz.org> Signed-off-by: Andrei Vagin <avagin@virtuozzo.com>
This commit is contained in:
parent
dd4925b500
commit
14a0111546
@ -299,8 +299,9 @@ TST_STATE = \
|
||||
conntracks \
|
||||
route_rules \
|
||||
|
||||
AUX_SRC = get_smaps_bits.c
|
||||
|
||||
SRC = $(TST:%=%.c)
|
||||
SRC = $(TST:%=%.c) $(AUX_SRC)
|
||||
OBJ = $(SRC:%.c=%.o)
|
||||
DEP = $(SRC:%.c=%.d)
|
||||
PID = $(TST:%=%.pid)
|
||||
@ -454,7 +455,7 @@ $(LIB): force
|
||||
$(Q) $(MAKE) -C $(LIBDIR)
|
||||
|
||||
clean-more:
|
||||
$(RM) criu-rtc.so criu-rtc.pb-c.c criu-rtc.pb-c.h get_smaps_bits.o
|
||||
$(RM) criu-rtc.so criu-rtc.pb-c.c criu-rtc.pb-c.h
|
||||
.PHONY: clean-more
|
||||
clean: clean-more
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user