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

build: add MAKEFLAGS="-j1" to node-gyp #9450

Closed
wants to merge 3 commits into from

Commits on Nov 5, 2016

  1. build: add MAKEFLAGS="-j1" to node-gyp

    Currently, when building the addons the following warning is displayed:
    make[2]: warning: jobserver unavailable: using -j1.  Add `+' to parent
    make rule.
    
    Adding the MAKEFLAGS="-j1" to avoid the warning.
    
    Also updated the log message to say that it is building the addon and
    not running the test as I think that is more accurate.
    danbev committed Nov 5, 2016
    Configuration menu
    Copy the full SHA
    604a01f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    327cd52 View commit details
    Browse the repository at this point in the history
  3. supress echoing of for loop

    danbev committed Nov 5, 2016
    Configuration menu
    Copy the full SHA
    fb4eafd View commit details
    Browse the repository at this point in the history