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

fix(build): Ship blank lua_modules install list in source packges #969

Merged
merged 12 commits into from
Jul 23, 2020

Commits on Jul 21, 2020

  1. Configuration menu
    Copy the full SHA
    f12d8e0 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2020

  1. Configuration menu
    Copy the full SHA
    618007b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7939970 View commit details
    Browse the repository at this point in the history
  3. fix(build): Touch Makefile.in to avoid automake errors

    If for some reason Makefile.in is older than acloacl.a4 and other
    automake generated files, it will want to regenerate it ... which
    requires automake tools, and specifically wants matching versions.
    
    This simple action (after we're done mucking around with the other
    files to remove automake's handling of "core") keeps it from thinking it
    needs to rebuild anything.
    alerque committed Jul 23, 2020
    Configuration menu
    Copy the full SHA
    e7f4627 View commit details
    Browse the repository at this point in the history
  4. feat(build): Install manual to $(pdfdir) if configure --with-manual

    Usually this is the same as $(docdir), but it does allow it to be
    defined separately.
    alerque committed Jul 23, 2020
    Configuration menu
    Copy the full SHA
    ee33ff7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    129c207 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ad548a5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    26d6769 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9d5719d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b72d6ff View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6c41fca View commit details
    Browse the repository at this point in the history
  11. ci(actions): Placate old automake and Docker weirdness

    we have a bug somewhere either in automake itself or in our dependencies
    getting from zero to dist. It works on 1.16.2, but in Docker with 1.16.1
    it fails. The two options are either to drop the -j arg and run a single
    thread or make before make dist. The latter being faster and also more
    granular in the output, that's what we're up to.
    alerque committed Jul 23, 2020
    Configuration menu
    Copy the full SHA
    36e1894 View commit details
    Browse the repository at this point in the history