]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
move the uninstall to last for make current
authorAnthony Minessale <anthm@freeswitch.org>
Thu, 10 Nov 2011 22:54:40 +0000 (16:54 -0600)
committerAnthony Minessale <anthm@freeswitch.org>
Thu, 10 Nov 2011 22:54:40 +0000 (16:54 -0600)
Makefile.am

index d8e116c84cf0b7c3ea57fd513e5d3816156ad641..2780bd800e36369bce6be92ea87b89c5c6b7bd23 100644 (file)
@@ -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