diff options
author | Justin Clift <justin@gluster.org> | 2014-09-15 09:48:05 +0100 |
---|---|---|
committer | Harshavardhana <harsha@harshavardhana.net> | 2014-09-15 10:03:30 -0700 |
commit | 926522a3fe8d2d59aeb357c1e4745a21e76e77f2 (patch) | |
tree | 0015b7c72c964d41d36c389a28edb53e7143f53a /extras/Makefile.am | |
parent | 63b1c2e2a4cda315e8242f5bc0cf39a13319dae1 (diff) |
osx: Remove legacy extras/MacOSX directory
BUG: 1141682
Change-Id: Ic84171b070985a11b70d4548aa5e507a121d2164
Signed-off-by: Justin Clift <justin@gluster.org>
Reviewed-on: http://review.gluster.org/8736
Reviewed-by: Harshavardhana <harsha@harshavardhana.net>
Tested-by: Harshavardhana <harsha@harshavardhana.net>
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Diffstat (limited to 'extras/Makefile.am')
-rw-r--r-- | extras/Makefile.am | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/extras/Makefile.am b/extras/Makefile.am index 74b6d17c16b..b6cdb90434f 100644 --- a/extras/Makefile.am +++ b/extras/Makefile.am @@ -13,12 +13,12 @@ vol_DATA = glusterd.vol scriptsdir = $(datadir)/glusterfs/scripts scripts_DATA = post-upgrade-script-for-quota.sh pre-upgrade-script-for-quota.sh -EXTRA_DIST = $(conf_DATA) specgen.scm MacOSX/Portfile glusterfs-mode.el \ - glusterfs.vim migrate-unify-to-distribute.sh backend-xattr-sanitize.sh \ - backend-cleanup.sh disk_usage_sync.sh clear_xattrs.sh \ - glusterd-sysconfig glusterd.vol post-upgrade-script-for-quota.sh \ - pre-upgrade-script-for-quota.sh command-completion/gluster.bash \ - command-completion/Makefile command-completion/README +EXTRA_DIST = $(conf_DATA) specgen.scm glusterfs-mode.el glusterfs.vim \ + migrate-unify-to-distribute.sh backend-xattr-sanitize.sh backend-cleanup.sh \ + disk_usage_sync.sh clear_xattrs.sh glusterd-sysconfig glusterd.vol \ + post-upgrade-script-for-quota.sh pre-upgrade-script-for-quota.sh \ + command-completion/gluster.bash command-completion/Makefile \ + command-completion/README install-data-local: $(mkdir_p) $(DESTDIR)$(GLUSTERD_WORKDIR)/groups |