mirror of https://github.com/ceph/go-ceph
make: always rebuild implements.json
Signed-off-by: Sven Anderson <sven@redhat.com>
This commit is contained in:
parent
c27cfe90d2
commit
b8695c037c
4
Makefile
4
Makefile
|
@ -230,9 +230,7 @@ else
|
|||
IMPLEMENTS_DIR:=$(RESULTS_DIR)
|
||||
endif
|
||||
|
||||
implements-json: $(IMPLEMENTS_DIR)/implements.json
|
||||
|
||||
$(IMPLEMENTS_DIR)/implements.json: $(BUILDFILE)
|
||||
implements-json: $(BUILDFILE)
|
||||
$(MAKE) RESULTS_DIR="$(IMPLEMENTS_DIR)" ENTRYPOINT_ARGS="--test-run=IMPLEMENTS --micro-osd=/bin/true $(ENTRYPOINT_ARGS)" test-container
|
||||
|
||||
# force_go_build is phony and builds nothing, can be used for forcing
|
||||
|
|
Loading…
Reference in New Issue