The includes mobile_codes.make causes drush to download ctools and libraries and place them in sites/all/modules/contrib. If this module is included with other modules in the same make file, or if the modules is downloaded to a site that already contains these modules, then multiple versions of ctools and libraries can be downloaded.

projects[ctools][subdir] = contrib
projects[ctools][version] = 1.2

projects[libraries][subdir] = contrib
projects[libraries][version] = 2.0

Suggestion: Remove these lines from mobile_codes.make

Comments

Deciphered’s picture

Status: Active » Fixed

Yes, I am no longer including default makefiles, as it's too much of a PITA, instead suggested entries are in the README.txt.

Committed to 7.x-2.x.

Cheers,
Deciphered.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.