diff options
| author | Steve Powell <steve@rabbitmq.com> | 2012-02-17 11:24:57 +0000 |
|---|---|---|
| committer | Steve Powell <steve@rabbitmq.com> | 2012-02-17 11:24:57 +0000 |
| commit | a0f9eea66641f60e19c94dfa2880e4811e43f3a1 (patch) | |
| tree | 60a8d0665ada56aa39830d51d6b61d758f91df3d /Makefile | |
| parent | 24f67f901475984be10f4fd6eb1960539a958c5e (diff) | |
| parent | 3d2c8cc14338118e7ff31352545ed5e7ae343f9d (diff) | |
| download | rabbitmq-server-git-a0f9eea66641f60e19c94dfa2880e4811e43f3a1.tar.gz | |
Merge 24748 in to get renaming of portfile variable.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -316,7 +316,7 @@ install_bin: all install_dirs cp -r ebin include LICENSE* INSTALL $(TARGET_DIR) chmod 0755 scripts/* - for script in rabbitmq-env rabbitmq-server rabbitmqctl rabbitmq-plugins; do \ + for script in rabbitmq-env rabbitmq-server rabbitmqctl rabbitmq-plugins rabbitmq-sys; do \ cp scripts/$$script $(TARGET_DIR)/sbin; \ [ -e $(SBIN_DIR)/$$script ] || ln -s $(SCRIPTS_REL_PATH)/$$script $(SBIN_DIR)/$$script; \ done @@ -347,7 +347,7 @@ $(foreach XML,$(USAGES_XML),$(eval $(call usage_dep, $(XML)))) # Note that all targets which depend on clean must have clean in their # name. Also any target that doesn't depend on clean should not have # clean in its name, unless you know that you don't need any of the -# automatic dependency generation for that target (eg cleandb). +# automatic dependency generation for that target (e.g. cleandb). # We want to load the dep file if *any* target *doesn't* contain # "clean" - i.e. if removing all clean-like targets leaves something |
