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

2014-06-22 Thread Satoru Takeuchi
Hi Nils, (2014/06/21 4:48), Nils Steinger wrote: Signed-off-by: Nils Steinger g...@n-st.de --- Documentation/Makefile | 4 Makefile | 9 + 2 files changed, 13 insertions(+) diff --git a/Documentation/Makefile b/Documentation/Makefile index 45299bb..5c9780b

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

2014-06-20 Thread Nils Steinger
Signed-off-by: Nils Steinger g...@n-st.de --- Documentation/Makefile | 4 Makefile | 9 + 2 files changed, 13 insertions(+) diff --git a/Documentation/Makefile b/Documentation/Makefile index 45299bb..5c9780b 100644 --- a/Documentation/Makefile +++

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

2014-06-20 Thread Nils Steinger
I compiled and installed the btrfs-progs from the git repo on several systems, but later decided to switch back to the version from Debian's package repository. The Makefile did not contain an 'uninstall' target to complement 'install', so I created one that reverses all changes made by 'install'