diff options
author | Raghavendra Talur <rtalur@redhat.com> | 2014-12-30 17:16:57 +0530 |
---|---|---|
committer | Niels de Vos <ndevos@redhat.com> | 2015-01-01 03:10:29 -0800 |
commit | c8263975862afa9e5afc603bf2d05ab93087bcc4 (patch) | |
tree | fe921aabfde53795c94e6ce7d54d1619f19e8ff7 /xlators/system | |
parent | 59a195ba9ca5485697802eec3550d5535f437b47 (diff) |
build: Remove files completely in make uninstall.
If we create symlinks are part of make install,
should remove them as part of make uninstall.
Change-Id: Ie6e641caed60104cd256de4f020c1c6743d4ae60
BUG: 1177767
Signed-off-by: Raghavendra Talur <rtalur@redhat.com>
Reviewed-on: http://review.gluster.org/9367
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Niels de Vos <ndevos@redhat.com>
Diffstat (limited to 'xlators/system')
-rw-r--r-- | xlators/system/posix-acl/src/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/xlators/system/posix-acl/src/Makefile.am b/xlators/system/posix-acl/src/Makefile.am index 14ba5186346..bc5fbc23b0c 100644 --- a/xlators/system/posix-acl/src/Makefile.am +++ b/xlators/system/posix-acl/src/Makefile.am @@ -21,3 +21,6 @@ access-control-compat: install-exec-local: access-control-compat + +uninstall-local: + rm -f $(DESTDIR)$(libdir)/glusterfs/$(PACKAGE_VERSION)/xlator/features/access-control.so |