diff options
| author | Tim Watson <tim@rabbitmq.com> | 2013-07-09 12:02:25 +0100 |
|---|---|---|
| committer | Tim Watson <tim@rabbitmq.com> | 2013-07-09 12:02:25 +0100 |
| commit | 4ee05e6853631411bd4a87ba7fdd55292bb9a77c (patch) | |
| tree | 3f6a49878f0fa2942be18b6f51c4e88b76632733 | |
| parent | 055b2a496e32f959fc8ed06fa0f8f60f6dcfed3f (diff) | |
| download | rabbitmq-server-git-4ee05e6853631411bd4a87ba7fdd55292bb9a77c.tar.gz | |
ensure that srcdist inserts the correct version into the bundled makefile
| -rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -262,6 +262,8 @@ srcdist: distclean cp -r $(AMQP_CODEGEN_DIR)/* $(TARGET_SRC_DIR)/codegen/ cp codegen.py Makefile generate_app generate_deps calculate-relative $(TARGET_SRC_DIR) + sed -i -e "s:^VERSION?=0.0.0:VERSION=${VERSION}:" $(TARGET_SRC_DIR)/Makefile + cp -r scripts $(TARGET_SRC_DIR) cp -r $(DOCS_DIR) $(TARGET_SRC_DIR) chmod 0755 $(TARGET_SRC_DIR)/scripts/* |
