Project

General

Profile

« Previous | Next » 

Revision 6200

root Makefile: Installation: uninstall: Removed inputs/uninstall because the DB will be uninstalled anyway, so the inputs don't need to be individually removed first

View differences:

Makefile
62 62
install: _always core mysql inputs/download inputs/install schemas/install test
63 63
	@$(done)
64 64

  
65
uninstall: _always inputs/uninstall rm_mysql rm_core ;
65
uninstall: _always rm_mysql rm_core ;
66 66

  
67 67
reinstall: _always uninstall install ;
68 68

  

Also available in: Unified diff