diff --git a/configure.py b/configure.py index 48005b2a07..03fae535bf 100755 --- a/configure.py +++ b/configure.py @@ -1980,7 +1980,8 @@ with open(buildfile_tmp, 'w') as f: build $builddir/{mode}/dist/tar/{scylla_product}-tools-package.tar.gz: copy tools/java/build/{scylla_product}-tools-package.tar.gz build $builddir/{mode}/dist/tar/{scylla_product}-jmx-package.tar.gz: copy tools/jmx/build/{scylla_product}-jmx-package.tar.gz - build dist-{mode}: phony dist-server-{mode} dist-python3-{mode} dist-tools-{mode} dist-jmx-{mode} dist-unified-{mode} + build {mode}-dist: phony dist-server-{mode} dist-python3-{mode} dist-tools-{mode} dist-jmx-{mode} dist-unified-{mode} + build dist-{mode}: phony {mode}-dist build dist-check-{mode}: dist-check mode = {mode} '''))