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

Regenerate out/Makefile from within the main Makefile. Fixes #2147. #2222

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ all: out/Makefile

out/Release/node: all

out/Makefile: node.gyp deps/uv/uv.gyp
out/Makefile: common.gypi deps/uv/uv.gyp deps/http_parser/http_parser.gyp deps/zlib/zlib.gyp deps/v8/build/common.gypi deps/v8/tools/gyp/v8.gyp node.gyp options.gypi
tools/gyp_node -f make

install uninstall:
@echo '`make $(@)` is not implemented yet. Bug bnoordhuis about it in #node.js'
Expand Down