mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-19 07:49:17 +00:00
Merge pull request #1806 from amshinde/make-shimv2
shimv2: Make shimv2 in case any source files change
This commit is contained in:
2
Makefile
2
Makefile
@@ -449,7 +449,7 @@ GENERATED_FILES += $(CLI_DIR)/config-generated.go
|
||||
$(TARGET_OUTPUT): $(SOURCES) $(GENERATED_FILES) $(MAKEFILE_LIST) | show-summary
|
||||
$(QUIET_BUILD)(cd $(CLI_DIR) && go build $(BUILDFLAGS) -o $@ .)
|
||||
|
||||
$(SHIMV2_OUTPUT):
|
||||
$(SHIMV2_OUTPUT): $(SOURCES) $(GENERATED_FILES) $(MAKEFILE_LIST)
|
||||
$(QUIET_BUILD)(cd $(SHIMV2_DIR)/ && go build -i -o $@ .)
|
||||
|
||||
.PHONY: \
|
||||
|
Reference in New Issue
Block a user