summaryrefslogtreecommitdiff
path: root/source3/script/uninstallmodules.sh
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r14052: Remove BASEDIR use in the Makefile. BASEDIR=prefix=@prefix@ till now.Lars Müller1-1/+1
I suggest to stay with ^BASEDIR= @prefix@$ for at least the next release to give external projects - like samba-vscan project - time to adopt this change. BASEDIR is non of the default autoconf variables. prefix is. Jerry1: If possible please announce this with the next release. I'll self reply to technical. Jerry2: This does not break your makepkg stuff as you set BASEDIR _not_ from the Makefile. (This used to be commit 730d5ec22948c579a81137051134657043c34415)
2007-10-10r13663: make uninstall DESTDIR=/somewhere no longer leaves files. This is doneLars Müller1-10/+12
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)
2003-10-06cosmetic fix when DESTDIR=/ (default)Gerald Carter1-2/+2
(This used to be commit e660b5752aa129c49b0b665845de2fe4c160be00)
2002-11-13Remove obsolete scripts and put in module install/uninstallJelmer Vernooij1-0/+37
(This used to be commit d777bba5082ebdf78d314b0d7b4196a4d6413e1f)