25
1
mirror of https://github.com/processone/ejabberd.git synced 2024-11-20 16:15:59 +01:00

* src/Makefile.in: New options make uninstall and

uninstall-all (EJAB-293)

SVN Revision: 1013
This commit is contained in:
Badlop 2007-12-02 01:03:18 +00:00
parent 796089b8bc
commit bfb7583bb2
2 changed files with 19 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2007-12-02 Badlop <badlop@process-one.net>
* src/Makefile.in: New options make uninstall and
uninstall-all (EJAB-293)
2007-12-01 Mickael Remond <mremond@process-one.net> 2007-12-01 Mickael Remond <mremond@process-one.net>
* doc/Makefile: echo seems to interpret \n and \v under MacOSX * doc/Makefile: echo seems to interpret \n and \v under MacOSX

View File

@ -107,6 +107,20 @@ install: all
install -m 755 ejabberdctl.example $(SBINDIR)/ejabberdctl install -m 755 ejabberdctl.example $(SBINDIR)/ejabberdctl
install -d $(LOGDIR) install -d $(LOGDIR)
uninstall: uninstall-binary
uninstall-binary:
rm -rf $(BEAMDIR)
rm -rf $(SODIR)
rm -rf $(MSGSDIR)
rm -rf $(PRIVDIR)
rm -rf $(SBINDIR)/ejabberdctl
uninstall-all: uninstall-binary
rm -rf $(ETCDIR)
rm -rf $(LOGDIR)
rm -rf $(EJABBERDDIR)
clean: clean-recursive clean-local clean: clean-recursive clean-local
clean-local: clean-local: