@@ -138,7 +138,7 @@ endef
138
138
# --------------------------------------------------------------------
139
139
140
140
.PHONY : source-dist clean-source-dist
141
- .PHONY : build-dist clean-build-dist
141
+ .PHONY : source-bundle clean-source-bundle
142
142
143
143
SOURCE_DIST_BASE ?= rabbitmq-server
144
144
SOURCE_DIST_SUFFIXES ?= tar.xz
@@ -151,8 +151,8 @@ SOURCE_DIST_FILES = $(addprefix $(SOURCE_DIST).,$(SOURCE_DIST_SUFFIXES))
151
151
.PHONY : $(SOURCE_DIST_FILES )
152
152
153
153
# Override rsync flags as a pre-requisite
154
- build-dist : RSYNC_FLAGS = $(BUILD_DIST_RSYNC_FLAGS )
155
- build-dist : $(SOURCE_DIST_FILES )
154
+ source-bundle : RSYNC_FLAGS = $(SOURCE_BUNDLE_RSYNC_FLAGS )
155
+ source-bundle : $(SOURCE_DIST_FILES )
156
156
@:
157
157
158
158
# Override rsync flags as a pre-requisite
@@ -222,10 +222,10 @@ SOURCE_DIST_RSYNC_FLAGS += $(BASE_RSYNC_FLAGS) \
222
222
--exclude 'packaging' \
223
223
--exclude 'test'
224
224
225
- # For build-dist , explicitly include folders that are needed
225
+ # For source-bundle , explicitly include folders that are needed
226
226
# for tests to execute. These are added before excludes from
227
227
# the base flags so rsync honors the first match.
228
- BUILD_DIST_RSYNC_FLAGS += \
228
+ SOURCE_BUNDLE_RSYNC_FLAGS += \
229
229
--include 'rabbit_shovel_test/ebin' \
230
230
--include 'rabbit_shovel_test/ebin/*' \
231
231
--include 'rabbitmq_ct_helpers/tools' \
@@ -395,7 +395,7 @@ $(SOURCE_DIST).zip: $(SOURCE_DIST).manifest
395
395
396
396
clean :: clean-source-dist
397
397
398
- clean-build-dist :: clean-source-dist
398
+ clean-source-bundle :: clean-source-dist
399
399
400
400
clean-source-dist :
401
401
$(gen_verbose ) rm -rf -- $(SOURCE_DIST_BASE ) -*
0 commit comments