-
Notifications
You must be signed in to change notification settings - Fork 315
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move Makefile variable def's to the top.
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
- Loading branch information
Showing
1 changed file
with
31 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters