Closed (duplicate)
Project:
Drush Make
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
15 Apr 2011 at 17:03 UTC
Updated:
29 Apr 2011 at 18:38 UTC
It would be great to get some documentation on how module maintainers should be using .make files in their modules in order to automate the downloading of dependent libraries.
For example, we have having trouble over at the geofield module getting a module-level make file to work correctly. The issue is here: http://drupal.org/node/1122024
Comments
Comment #1
mrfelton commentedthe salesforce module has the same problem. I think that the general chain of though at the moment is that the makefile should be called modulename.make.example so that it doesn't run automatically, since this breaks distribution builds.
Comment #2
attiks commentedThe problem occurs if your make file includes the same line as the included one does, make drush make can detect this and not download a project once it's already downloaded?
Comment #3
attiks commentedthis is/will be fixed: #947158: Recursive makefiles can cause conflicts