Project

General

Profile

« Previous | Next » 

Revision 7574

root Makefile: MySQL: mysql-Linux: Split apt-get dependencies into separate commands, like for other apt-get commands, to avoid having one failed dependency prevent the following dependencies from being installed

View differences:

Makefile
279 279
mysql-Linux: _always
280 280
	@echo $(emph)"If asked for MySQL root password, enter $(bienPassword)"$(endEmph)
281 281
	@$(wait)
282
	-sudo apt-get --yes install mysql-server mysql-client python-mysqldb
282
	-sudo apt-get --yes install mysql-server
283
	-sudo apt-get --yes install mysql-client
284
	-sudo apt-get --yes install python-mysqldb
283 285

  
284 286
mysql-Darwin: _always
285 287
	@echo $(emph)'Installing MySQLdb Python driver on Mac OS X 10.7 (may work on other versions):'$(endEmph)

Also available in: Unified diff