Re: [PATCH v2] btrfs-progs: Add uninstall targets to Makefiles.

2014-07-25 Thread Nils Steinger
I apologize for the long hiatus. On Fri, Jun 27, 2014 at 02:32:01PM +0200, David Sterba wrote: On Wed, Jun 25, 2014 at 09:40:40PM +0200, Nils Steinger wrote: On my system, man8dir didn't exist prior to the installation, so I thought it would be reasonable to have the uninstallation routine

Re: [PATCH v2] btrfs-progs: Add uninstall targets to Makefiles.

2014-06-27 Thread David Sterba
On Wed, Jun 25, 2014 at 09:40:40PM +0200, Nils Steinger wrote: On Mon, Jun 23, 2014 at 05:04:42PM +0200, David Sterba wrote: On Mon, Jun 23, 2014 at 04:23:48AM +0200, Nils Steinger wrote: + rmdir -p --ignore-fail-on-non-empty $(DESTDIR)$(man8dir) + rmdir -p --ignore-fail-on-non-empty

Re: [PATCH v2] btrfs-progs: Add uninstall targets to Makefiles.

2014-06-25 Thread Nils Steinger
On Mon, Jun 23, 2014 at 05:04:42PM +0200, David Sterba wrote: On Mon, Jun 23, 2014 at 04:23:48AM +0200, Nils Steinger wrote: + rmdir -p --ignore-fail-on-non-empty $(DESTDIR)$(man8dir) + rmdir -p --ignore-fail-on-non-empty $(DESTDIR)$(libdir) + rmdir -p --ignore-fail-on-non-empty

Re: [PATCH v2] btrfs-progs: Add uninstall targets to Makefiles.

2014-06-23 Thread David Sterba
On Mon, Jun 23, 2014 at 04:23:48AM +0200, Nils Steinger wrote: + rmdir -p --ignore-fail-on-non-empty $(DESTDIR)$(man8dir) + rmdir -p --ignore-fail-on-non-empty $(DESTDIR)$(libdir) + rmdir -p --ignore-fail-on-non-empty $(DESTDIR)$(bindir) I don't think it's right to remove the

[PATCH v2] btrfs-progs: Add uninstall targets to Makefiles.

2014-06-22 Thread Nils Steinger
Signed-off-by: Nils Steinger g...@n-st.de --- v2: As Satoru Takeuchi pointed out, I forgot to remove $(libs) in the main Makefile. Documentation/Makefile | 4 Makefile | 9 + 2 files changed, 13 insertions(+) diff --git a/Documentation/Makefile

Re: [PATCH v2] btrfs-progs: Add uninstall targets to Makefiles.

2014-06-22 Thread Satoru Takeuchi
(2014/06/23 11:23), Nils Steinger wrote: Signed-off-by: Nils Steinger g...@n-st.de Reviewed-by: Satoru Takeuchi takeuchi_sat...@jp.fujitsu.com --- v2: As Satoru Takeuchi pointed out, I forgot to remove $(libs) in the main Makefile. Documentation/Makefile | 4 Makefile