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

Move Makefile variable def's to the top. #587

Merged
merged 1 commit into from
May 29, 2016

Conversation

fnichol
Copy link
Collaborator

@fnichol fnichol commented May 29, 2016

Looks like there are parts of a Makefile that are parsed from top to
bottom. The last refactoring of the Makefile, which moved the
IN_DOCKER logic nearer to the bottom caused the ifneq blocks to not
be evaluated in time. The fix was to move this back up to the top which
sadly reduces the Makefile's readability, but at least it's correct
again. Sorry, y'all!

Signed-off-by: Fletcher Nichol [email protected]

Looks like there are parts of a Makefile that are parsed from top to
bottom. The last refactoring of the Makefile, which moved the
`IN_DOCKER` logic nearer to the bottom caused the `ifneq` blocks to not
be evaluated in time. The fix was to move this back up to the top which
sadly reduces the Makefile's readability, but at least it's correct
again. Sorry, y'all!

Signed-off-by: Fletcher Nichol <[email protected]>
@thesentinels
Copy link
Contributor

By analyzing the blame information on this pull request, we identified @adamhjk, @jtimberman, @reset and @metadave to be potential reviewers

@juliandunn
Copy link
Contributor

@thesentinels r+

@thesentinels
Copy link
Contributor

📌 Commit 0421bcb has been approved by juliandunn

@thesentinels
Copy link
Contributor

⌛ Testing commit 0421bcb with merge 1fc11bc...

thesentinels pushed a commit that referenced this pull request May 29, 2016
Looks like there are parts of a Makefile that are parsed from top to
bottom. The last refactoring of the Makefile, which moved the
`IN_DOCKER` logic nearer to the bottom caused the `ifneq` blocks to not
be evaluated in time. The fix was to move this back up to the top which
sadly reduces the Makefile's readability, but at least it's correct
again. Sorry, y'all!

Signed-off-by: Fletcher Nichol <[email protected]>

Pull request: #587
Approved by: juliandunn
@thesentinels
Copy link
Contributor

☀️ Test successful - travis

@thesentinels thesentinels merged commit 0421bcb into master May 29, 2016
@fnichol fnichol deleted the fnichol/reorder-makefile branch May 29, 2016 15:02
jtimberman pushed a commit that referenced this pull request Jun 12, 2016
Looks like there are parts of a Makefile that are parsed from top to
bottom. The last refactoring of the Makefile, which moved the
`IN_DOCKER` logic nearer to the bottom caused the `ifneq` blocks to not
be evaluated in time. The fix was to move this back up to the top which
sadly reduces the Makefile's readability, but at least it's correct
again. Sorry, y'all!

Signed-off-by: Fletcher Nichol <[email protected]>

Pull request: #587
Approved by: juliandunn
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.

3 participants