Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generate and use a config.h header #1088

Merged
merged 6 commits into from
Jul 3, 2023
Merged

Generate and use a config.h header #1088

merged 6 commits into from
Jul 3, 2023

Commits on Jul 2, 2023

  1. Generate and use a config.h header

    Co-authored-by: Benoit Daloze <[email protected]>
    kddnewton and eregon committed Jul 2, 2023
    Configuration menu
    Copy the full SHA
    a3161fe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7806dd1 View commit details
    Browse the repository at this point in the history
  3. Only remove template-generated files in make clobber and not make clean

    * This was causing problems because mx in TruffleRuby sometimes does `make clean` before `make`.
    * The list of generated files was outdated.
    eregon committed Jul 2, 2023
    Configuration menu
    Copy the full SHA
    84d02f1 View commit details
    Browse the repository at this point in the history
  4. Let rake be responsible for templates

    * In CRuby the template files are committed,
      and this Makefile is not used, instead common.mk is used.
    eregon committed Jul 2, 2023
    Configuration menu
    Copy the full SHA
    9960eb2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7d6d3b8 View commit details
    Browse the repository at this point in the history
  6. Run build-without-assertions on ubuntu-20.04 too

    * It gives different compiler warnings.
    eregon committed Jul 2, 2023
    Configuration menu
    Copy the full SHA
    46bf785 View commit details
    Browse the repository at this point in the history