You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
autogen, configure, build_with_make, install_with_make, etc should take a argument that specifies what the command will create. The configure action does this already, but its limited to a single hardcoded entry. Some software may create the Makefiles themselves, and we do want to verify that the commands have installed the software appropriate.
Fixing this problem should help make this cookbook more idempotent.
The text was updated successfully, but these errors were encountered:
autogen, configure, build_with_make, install_with_make, etc should take a argument that specifies what the command will create. The configure action does this already, but its limited to a single hardcoded entry. Some software may create the Makefiles themselves, and we do want to verify that the commands have installed the software appropriate.
Fixing this problem should help make this cookbook more idempotent.
The text was updated successfully, but these errors were encountered: