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

Do makefile reload only once. #964

Merged
merged 1 commit into from
Feb 17, 2017
Merged

Conversation

slaff
Copy link
Contributor

@slaff slaff commented Feb 16, 2017

Prevent full build when only spiffy compilation is required.

@slaff slaff added this to the 3.1.2 milestone Feb 16, 2017
@ADiea
Copy link
Contributor

ADiea commented Feb 17, 2017

Hei @slaff so could this help in using the -j option of make?

@slaff
Copy link
Contributor Author

slaff commented Feb 17, 2017

Hei @slaff so could this help in using the -j option of make?

@ADiea Can you explain first what are the issues that you experience using the -h option, so that I can better understanding about the problem?

@ADiea
Copy link
Contributor

ADiea commented Feb 17, 2017

Our makefile recipes do not seem to work with -j optoin of make. Using j option enables make on parallel jobs to better use multiple cores of the CPU(fatser build time) ex make -j3

I was now reading this so I think that it's hard to make it portable anyway so probably we should not take care of it at this point.

Prevent full build when only spiffy compilation is required.
@slaff slaff merged commit 4e20be5 into SmingHub:develop Feb 17, 2017
@slaff slaff removed the 3 - Review label Feb 17, 2017
johndoe8967 added a commit to johndoe8967/Sming that referenced this pull request Feb 18, 2017
* commit '4e20be51ca1ec3ab16f74963e970020363361d00': (60 commits)
  Do makefile reload only once. (SmingHub#964)
  If there is a need for a custom host compiler and linker, then (SmingHub#967)
  Docker: Faster build time: Fetch pre-compiled toolchain instead of compilin… (SmingHub#955)
  spiffs_mount: Fixed the start block calculation. (SmingHub#961)
  Fix spiffs_mount() to work correctly. (SmingHub#958)
  Added UDK build badge.
  CI: Fix for project id. (SmingHub#959)
  Initial Windows UDK support. (SmingHub#956)
  Fixed issues with custom LWIP compilation and C++11 standard. (SmingHub#951)
  Make SystemClockClass::setTime to work accordingly to timezone settings. (SmingHub#949)
  Fixed `Makefile-project.mk` (SmingHub#950)
  Added debugf settings also for rBoot based projects. (SmingHub#947)
  Moved the rboot linker file to the library ld folder. (SmingHub#948)
  Preparation for release 3.1.0. (SmingHub#935)
  Fixes to third-party-clean target. (SmingHub#943)
  Ignore changes in submodules. (SmingHub#940)
  * Fix whitespace issue (SmingHub#939)
  Added two targets: (SmingHub#934)
  small fixes
  fix section type error;make options can be set;documentation
  ...
@slaff slaff deleted the fix/parallel-makefile branch February 23, 2017 09:18
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