Skip to content

Commit

Permalink
build: rename configure to configure.py
Browse files Browse the repository at this point in the history
!Should go with next commit!

* renaming so that IDEs can properly detect this as python
* Add dependency to Makefile

PR-URL: nodejs#22450
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
(cherry picked from commit d1c5d18)
  • Loading branch information
refack authored and BaochengSu committed Sep 28, 2020
1 parent b46d567 commit 17d981e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ out/Makefile: common.gypi deps/http_parser/http_parser.gyp \
deps/v8/src/v8.gyp node.gyp config.gypi
$(PYTHON) tools/gyp_node.py -f make

config.gypi: configure
config.gypi: configure configure.py
$(error Missing or stale $@, please run ./$<)

install: all ## Installs node into $PREFIX (default=/usr/local).
Expand Down
File renamed without changes.

0 comments on commit 17d981e

Please sign in to comment.