File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -51,13 +51,15 @@ build: build-server build-nightly-server build-ad-server build-client
51
51
.PHONY : build
52
52
53
53
build-server : $(BUILDFILE_SERVER )
54
+ .PHONY : build-server
54
55
$(BUILDFILE_SERVER ) : Makefile $(SERVER_SRC_FILE ) $(SERVER_SOURCES )
55
56
$(BUILD_CMD ) \
56
57
--tag $(SERVER_NAME ) --tag $(SERVER_REPO_NAME ) \
57
58
-f $(SERVER_SRC_FILE ) $(SERVER_DIR )
58
59
$(CONTAINER_CMD ) inspect -f ' {{.Id}}' $(SERVER_NAME ) > $(BUILDFILE_SERVER )
59
60
60
61
build-nightly-server : $(BUILDFILE_NIGHTLY_SERVER )
62
+ .PHONY : build-nightly-server
61
63
$(BUILDFILE_NIGHTLY_SERVER ) : Makefile $(SERVER_SRC_FILE ) $(SERVER_SOURCES )
62
64
$(BUILD_CMD ) \
63
65
--build-arg=INSTALL_PACKAGES_FROM=" samba-nightly" \
@@ -75,6 +77,7 @@ push-nightly-server: build-nightly-server
75
77
.PHONY : push-nightly-server
76
78
77
79
build-ad-server : $(BUILDFILE_AD_SERVER )
80
+ .PHONY : build-ad-server
78
81
$(BUILDFILE_AD_SERVER ) : Makefile $(AD_SERVER_SRC_FILE ) $(AD_SERVER_SOURCES )
79
82
$(BUILD_CMD ) --tag $(AD_SERVER_NAME ) --tag $(AD_SERVER_REPO_NAME ) -f $(AD_SERVER_SRC_FILE ) $(AD_SERVER_DIR )
80
83
$(CONTAINER_CMD ) inspect -f ' {{.Id}}' $(AD_SERVER_NAME ) > $(BUILDFILE_AD_SERVER )
@@ -84,6 +87,7 @@ push-ad-server: build-ad-server
84
87
.PHONY : push-ad-server
85
88
86
89
build-client : $(BUILDFILE_CLIENT )
90
+ .PHONY : build-client
87
91
$(BUILDFILE_CLIENT ) : Makefile $(CLIENT_SRC_FILE )
88
92
$(BUILD_CMD ) --tag $(CLIENT_NAME ) --tag $(CLIENT_REPO_NAME ) -f $(CLIENT_SRC_FILE ) $(CLIENT_DIR )
89
93
$(CONTAINER_CMD ) inspect -f ' {{.Id}}' $(CLIENT_NAME ) > $(BUILDFILE_CLIENT )
You can’t perform that action at this time.
0 commit comments