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

Allow builds from tarballs #17

Closed
eddelbuettel opened this issue Jan 24, 2021 · 0 comments
Closed

Allow builds from tarballs #17

eddelbuettel opened this issue Jan 24, 2021 · 0 comments

Comments

@eddelbuettel
Copy link
Contributor

The Makefile currently assumes

  1. that it is running from a git repo
  2. that the git binary is present

neither one of which is true in batched / headless builds off a release tarball. I can think of one or two ways to generalize this. Maybe the simplest / quirkiest would just be to make the Makefile self-referencing where version is a constant but you add an (optional) target to update it. But not using := it should not affect other make targets. (Untested)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant