r13663: make uninstall DESTDIR=/somewhere no longer leaves files. This is done
authorLars Müller <lmuelle@samba.org>
Fri, 24 Feb 2006 00:30:09 +0000 (00:30 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:10:21 +0000 (11:10 -0500)
commit9169edfeb4ea4358dbaf948372847542fb57464e
tree8d7e90e42d7bb6ec37a12f8c9885038720bf4025
parente18349b2bb6f4df9c6d08a3d62cfbf012f7f3660
r13663: make uninstall DESTDIR=/somewhere no longer leaves files.  This is done
with the new rules: uninstallservers uninstalldat, uninstallswat (calles
uninstallmsg), uninstallmodules, uninstallclientlib, and
uninstalllibmsrpc.

We still leave directories.  We might try to remove the dirs we created
in reverse order.

The new uninstall scripts are sym links to the respective install
scripts.  Inside we set mode to install or uninstall.

installservers is now used to install the servers.  These are no longer
installed with installbin.
(This used to be commit 43549301b937c060742840054017b31bf3781e04)
12 files changed:
source3/Makefile.in
source3/configure.in
source3/script/installbin.sh
source3/script/installdat.sh
source3/script/installmodules.sh
source3/script/installmsg.sh
source3/script/installswat.sh
source3/script/uninstallbin.sh
source3/script/uninstalldat.sh [new symlink]
source3/script/uninstallmodules.sh
source3/script/uninstallmsg.sh [new symlink]
source3/script/uninstallswat.sh [new symlink]