Skip to content

Allow override of AR and OUTDIR #1

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

regulator75
Copy link

Change assignment operator of OUTDIR to ?= and add AR, defaulting to ar

Change assignment operator of OUTDIR to ?= and add AR, defaulting to `ar`
@davmac314
Copy link
Owner

The assignment of OUTDIR using "::=" is intentional, you can still override its value on the command line and that is what is intended (make OUTDIR=whatever). What problem is this causing for you exactly?

The AR change is fine.

Your PR contains a merge commit that shouldn't be present. Looks like you opened a PR in your own fork, merged that to your fork's master branch, and then opened a PR from your fork's master to this repo. You should open the PR from the original branch that you made the change on.

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

Successfully merging this pull request may close these issues.

2 participants