Skip to content

NO_RUBY_REQUIRED list avoids rake call

Ash McKenzie requested to merge ashmckenzie/makefile-no-ruby-required-list into master

What does this Merge Request do?

This MR adds a NO_RUBY_REQUIRED variable to the Makefile and allows targets to be added to it so as to avoid executing include $(shell rake gdk-config.mk) which requires Ruby and Rake installed.

We can add to or invert this over time b🙂

Merge Request checklist

  • Tests added for new functionality. If not, please raise Issue to follow-up.
  • This change is backward compatible. If not, please include steps to communicate to our users.
  • Documentation added/updated, if needed.
  • gdk doctor test added, if needed.
Edited by Ash McKenzie

Merge request reports