Revision 7574
Added by Aaron Marcuse-Kubitza almost 12 years ago
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
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