Skip to content
This repository has been archived by the owner on Mar 24, 2023. It is now read-only.

designate Makefile NOTPARALLEL until we can make it parallellable #745

Merged
merged 1 commit into from
Dec 4, 2018

Conversation

fshot
Copy link

@fshot fshot commented Dec 4, 2018

What I Did

designated the top-level Makefile 'NOTPARALLEL' so that it will still build serially even if invoked with 'make -j' (which is how Homebrew likes to build)

How I Did it

Added a ".NOTPARALLEL:' target to the top of the makefile. This is a temporary step. I plan to dig in and add appropriate dependencies so that we can actually build parallel.

How to verify it

'make build' various targets to verify that serial builds still work fine
and 'make -j build' various targets to verify that parallel builds work fine (because they're now serialized)

Description for the Changelog

Picture of a Boat (not required but encouraged)

@fshot fshot requested a review from laverya December 4, 2018 19:48
@fshot fshot merged commit 9bdc2f9 into master Dec 4, 2018
@fshot fshot deleted the not-parallel branch December 19, 2018 18:49
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants