Skip to content
This repository has been archived by the owner on Feb 11, 2022. It is now read-only.

Commit

Permalink
Prevent make task from being run multiple times
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperg committed Dec 16, 2011
1 parent f2bc0c8 commit 6d23a56
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build.xml
Expand Up @@ -937,11 +937,14 @@ called from `init` target. -->
</drush>
</else>
</if>

<!-- Set property to prevent target from being executed multiple times -->
<property name="project.make.skip" value="true"/>
</then>
<else>
<echo>
Skipping drush make.${line.separator}
drupal.make.skip has been set to ${drupal.make.skip}.
drupal.make.skip has been set to ${project.make.skip}.
</echo>
</else>
</if>
Expand Down

0 comments on commit 6d23a56

Please sign in to comment.