From: Anthony Minessale Date: Thu, 10 Nov 2011 22:54:40 +0000 (-0600) Subject: move the uninstall to last for make current X-Git-Tag: v1.2-rc1~27^2~192 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=364d2b6b307c7e7cd105395fd927127a2e96bd9d;p=thirdparty%2Ffreeswitch.git move the uninstall to last for make current --- diff --git a/Makefile.am b/Makefile.am index d8e116c84c..2780bd800e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -575,7 +575,9 @@ libs/openzap/Makefile: cd libs/openzap && autoconf cd libs/openzap && ./configure -update-clean: clean modwipe uninstall libs/openzap/Makefile python-reconf +reinstall: modwipe uninstall install + +update-clean: clean libs/openzap/Makefile python-reconf cd libs/sofia-sip && $(MAKE) clean cd libs/openzap && $(MAKE) clean cd libs/portaudio && $(MAKE) clean @@ -653,14 +655,14 @@ cluecon: current: cluecon update-clean is-scm $(MAKE) update $(MAKE) all - $(MAKE) install + $(MAKE) reinstall installall: current speedy-current: update-clean is-scm $(MAKE) update $(MAKE) speedy-sure - $(MAKE) install + $(MAKE) reinstall wayclean: clean