Remove some obsolete Makefile targets
This commit is contained in:
parent
573228ffa0
commit
01a5a6c14a
10
Makefile
10
Makefile
|
@ -460,12 +460,6 @@ force_build_alone_tools: | $(FORCE_BUILD_ALONE_TOOLS_DEPS)
|
||||||
# Already defined as a reult
|
# Already defined as a reult
|
||||||
nimbus_beacon_node: force_build_alone_tools
|
nimbus_beacon_node: force_build_alone_tools
|
||||||
|
|
||||||
clean_eth2_network_simulation_data:
|
|
||||||
rm -rf tests/simulation/data
|
|
||||||
|
|
||||||
clean_eth2_network_simulation_all:
|
|
||||||
rm -rf tests/simulation/{data,validators}
|
|
||||||
|
|
||||||
GOERLI_TESTNETS_PARAMS := \
|
GOERLI_TESTNETS_PARAMS := \
|
||||||
--tcp-port=$$(( $(BASE_PORT) + $(NODE_ID) )) \
|
--tcp-port=$$(( $(BASE_PORT) + $(NODE_ID) )) \
|
||||||
--udp-port=$$(( $(BASE_PORT) + $(NODE_ID) )) \
|
--udp-port=$$(( $(BASE_PORT) + $(NODE_ID) )) \
|
||||||
|
@ -474,10 +468,6 @@ GOERLI_TESTNETS_PARAMS := \
|
||||||
--rest \
|
--rest \
|
||||||
--rest-port=$$(( $(BASE_REST_PORT) + $(NODE_ID) ))
|
--rest-port=$$(( $(BASE_REST_PORT) + $(NODE_ID) ))
|
||||||
|
|
||||||
eth2_network_simulation: | build deps clean_eth2_network_simulation_all
|
|
||||||
+ GIT_ROOT="$$PWD" NIMFLAGS="$(NIMFLAGS)" LOG_LEVEL="$(LOG_LEVEL)" tests/simulation/start-in-tmux.sh
|
|
||||||
killall prometheus &>/dev/null
|
|
||||||
|
|
||||||
#- https://www.gnu.org/software/make/manual/html_node/Multi_002dLine.html
|
#- https://www.gnu.org/software/make/manual/html_node/Multi_002dLine.html
|
||||||
#- macOS doesn't support "=" at the end of "define FOO": https://stackoverflow.com/questions/13260396/gnu-make-3-81-eval-function-not-working
|
#- macOS doesn't support "=" at the end of "define FOO": https://stackoverflow.com/questions/13260396/gnu-make-3-81-eval-function-not-working
|
||||||
define CONNECT_TO_NETWORK
|
define CONNECT_TO_NETWORK
|
||||||
|
|
Loading…
Reference in New Issue