move the uninstall to last for make current

This commit is contained in:
Anthony Minessale 2011-11-10 16:54:40 -06:00
parent 5a6231b6cd
commit 364d2b6b30
1 changed files with 5 additions and 3 deletions

View 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