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 routi

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-n

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

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 s

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 Reviewed-by: Satoru Takeuchi > --- > > v2: As Satoru Takeuchi pointed out, I forgot to remove $(libs) in the main > Makefile. > > Documentation/Makefile | 4 > Makefile | 9 + > 2 files chan

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

2014-06-22 Thread Nils Steinger
Signed-off-by: Nils Steinger --- 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 b/Documentation/Makefile index 4529