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: refactor addon targets #17115

Closed
wants to merge 1 commit into from

Commits on Nov 18, 2017

  1. build: refactor addon targets

    - Extracts the common bits out as ADDON_PREREQS, build-single-addon,
      build-multiple-addon
    - Changes `test-ci` to depend on the build stamps instead of the
      build targets, since those rely on `$(NODE_EXE)` and would trigger
      a build/linking every time they get run.
    - Checks that `./node -> out/Release/node` is not a broken link,
      that is, `out/Release/node` is not deleted
    joyeecheung committed Nov 18, 2017
    Configuration menu
    Copy the full SHA
    ed39b0e View commit details
    Browse the repository at this point in the history