Skip to content

Commit 85daeb9

Browse files
authored
Move some internal maintenance tools to tools/maint/ (#19419)
Also, remove two ancient unused/untested tools: find_bigfuncs.py and find_bigvars.py.
1 parent 5a4814e commit 85daeb9

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+49
-195
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ commands:
230230
name: run tests (<< parameters.title >>)
231231
command: |
232232
./test/runner << parameters.test_targets >>
233-
$EMSDK_PYTHON ./tools/check_clean.py
233+
$EMSDK_PYTHON ./test/check_clean.py
234234
freeze-cache:
235235
description: "Freeze emscripten cache"
236236
steps:

em-config

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# Automatically generated by `create_entry_points.py`; DO NOT EDIT.
1010
#
1111
# To make modifications to this file, edit `tools/run_python.sh` and then run
12-
# `tools/create_entry_points.py`
12+
# `tools/maint/create_entry_points.py`
1313

1414
# $PYTHON -E will not ignore _PYTHON_SYSCONFIGDATA_NAME an internal
1515
# of cpython used in cross compilation via setup.py.

em-config.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
:: Automatically generated by `create_entry_points.py`; DO NOT EDIT.
44
::
55
:: To make modifications to this file, edit `tools/run_python.bat` and then run
6-
:: `tools/create_entry_points.py`
6+
:: `tools/maint/create_entry_points.py`
77

88
:: N.b. In Windows .bat scripts, the ':' character cannot appear inside any if () blocks,
99
:: or there will be a parsing error.

emar

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# Automatically generated by `create_entry_points.py`; DO NOT EDIT.
1010
#
1111
# To make modifications to this file, edit `tools/run_python.sh` and then run
12-
# `tools/create_entry_points.py`
12+
# `tools/maint/create_entry_points.py`
1313

1414
# $PYTHON -E will not ignore _PYTHON_SYSCONFIGDATA_NAME an internal
1515
# of cpython used in cross compilation via setup.py.

emar.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
:: Automatically generated by `create_entry_points.py`; DO NOT EDIT.
44
::
55
:: To make modifications to this file, edit `tools/run_python.bat` and then run
6-
:: `tools/create_entry_points.py`
6+
:: `tools/maint/create_entry_points.py`
77

88
:: N.b. In Windows .bat scripts, the ':' character cannot appear inside any if () blocks,
99
:: or there will be a parsing error.

embuilder

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# Automatically generated by `create_entry_points.py`; DO NOT EDIT.
1010
#
1111
# To make modifications to this file, edit `tools/run_python.sh` and then run
12-
# `tools/create_entry_points.py`
12+
# `tools/maint/create_entry_points.py`
1313

1414
# $PYTHON -E will not ignore _PYTHON_SYSCONFIGDATA_NAME an internal
1515
# of cpython used in cross compilation via setup.py.

embuilder.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
:: Automatically generated by `create_entry_points.py`; DO NOT EDIT.
44
::
55
:: To make modifications to this file, edit `tools/run_python.bat` and then run
6-
:: `tools/create_entry_points.py`
6+
:: `tools/maint/create_entry_points.py`
77

88
:: N.b. In Windows .bat scripts, the ':' character cannot appear inside any if () blocks,
99
:: or there will be a parsing error.

emcmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# Automatically generated by `create_entry_points.py`; DO NOT EDIT.
1010
#
1111
# To make modifications to this file, edit `tools/run_python.sh` and then run
12-
# `tools/create_entry_points.py`
12+
# `tools/maint/create_entry_points.py`
1313

1414
# $PYTHON -E will not ignore _PYTHON_SYSCONFIGDATA_NAME an internal
1515
# of cpython used in cross compilation via setup.py.

emcmake.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
:: Automatically generated by `create_entry_points.py`; DO NOT EDIT.
44
::
55
:: To make modifications to this file, edit `tools/run_python.bat` and then run
6-
:: `tools/create_entry_points.py`
6+
:: `tools/maint/create_entry_points.py`
77

88
:: N.b. In Windows .bat scripts, the ':' character cannot appear inside any if () blocks,
99
:: or there will be a parsing error.

emconfigure

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# Automatically generated by `create_entry_points.py`; DO NOT EDIT.
1010
#
1111
# To make modifications to this file, edit `tools/run_python.sh` and then run
12-
# `tools/create_entry_points.py`
12+
# `tools/maint/create_entry_points.py`
1313

1414
# $PYTHON -E will not ignore _PYTHON_SYSCONFIGDATA_NAME an internal
1515
# of cpython used in cross compilation via setup.py.

emconfigure.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
:: Automatically generated by `create_entry_points.py`; DO NOT EDIT.
44
::
55
:: To make modifications to this file, edit `tools/run_python.bat` and then run
6-
:: `tools/create_entry_points.py`
6+
:: `tools/maint/create_entry_points.py`
77

88
:: N.b. In Windows .bat scripts, the ':' character cannot appear inside any if () blocks,
99
:: or there will be a parsing error.

emdump

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# Automatically generated by `create_entry_points.py`; DO NOT EDIT.
1010
#
1111
# To make modifications to this file, edit `tools/run_python.sh` and then run
12-
# `tools/create_entry_points.py`
12+
# `tools/maint/create_entry_points.py`
1313

1414
# $PYTHON -E will not ignore _PYTHON_SYSCONFIGDATA_NAME an internal
1515
# of cpython used in cross compilation via setup.py.

emdump.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
:: Automatically generated by `create_entry_points.py`; DO NOT EDIT.
44
::
55
:: To make modifications to this file, edit `tools/run_python.bat` and then run
6-
:: `tools/create_entry_points.py`
6+
:: `tools/maint/create_entry_points.py`
77

88
:: N.b. In Windows .bat scripts, the ':' character cannot appear inside any if () blocks,
99
:: or there will be a parsing error.

emdwp

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# Automatically generated by `create_entry_points.py`; DO NOT EDIT.
1010
#
1111
# To make modifications to this file, edit `tools/run_python.sh` and then run
12-
# `tools/create_entry_points.py`
12+
# `tools/maint/create_entry_points.py`
1313

1414
# $PYTHON -E will not ignore _PYTHON_SYSCONFIGDATA_NAME an internal
1515
# of cpython used in cross compilation via setup.py.

emdwp.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
:: Automatically generated by `create_entry_points.py`; DO NOT EDIT.
44
::
55
:: To make modifications to this file, edit `tools/run_python.bat` and then run
6-
:: `tools/create_entry_points.py`
6+
:: `tools/maint/create_entry_points.py`
77

88
:: N.b. In Windows .bat scripts, the ':' character cannot appear inside any if () blocks,
99
:: or there will be a parsing error.

emmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# Automatically generated by `create_entry_points.py`; DO NOT EDIT.
1010
#
1111
# To make modifications to this file, edit `tools/run_python.sh` and then run
12-
# `tools/create_entry_points.py`
12+
# `tools/maint/create_entry_points.py`
1313

1414
# $PYTHON -E will not ignore _PYTHON_SYSCONFIGDATA_NAME an internal
1515
# of cpython used in cross compilation via setup.py.

emmake.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
:: Automatically generated by `create_entry_points.py`; DO NOT EDIT.
44
::
55
:: To make modifications to this file, edit `tools/run_python.bat` and then run
6-
:: `tools/create_entry_points.py`
6+
:: `tools/maint/create_entry_points.py`
77

88
:: N.b. In Windows .bat scripts, the ':' character cannot appear inside any if () blocks,
99
:: or there will be a parsing error.

emnm

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# Automatically generated by `create_entry_points.py`; DO NOT EDIT.
1010
#
1111
# To make modifications to this file, edit `tools/run_python.sh` and then run
12-
# `tools/create_entry_points.py`
12+
# `tools/maint/create_entry_points.py`
1313

1414
# $PYTHON -E will not ignore _PYTHON_SYSCONFIGDATA_NAME an internal
1515
# of cpython used in cross compilation via setup.py.

emnm.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
:: Automatically generated by `create_entry_points.py`; DO NOT EDIT.
44
::
55
:: To make modifications to this file, edit `tools/run_python.bat` and then run
6-
:: `tools/create_entry_points.py`
6+
:: `tools/maint/create_entry_points.py`
77

88
:: N.b. In Windows .bat scripts, the ':' character cannot appear inside any if () blocks,
99
:: or there will be a parsing error.

emprofile

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# Automatically generated by `create_entry_points.py`; DO NOT EDIT.
1010
#
1111
# To make modifications to this file, edit `tools/run_python.sh` and then run
12-
# `tools/create_entry_points.py`
12+
# `tools/maint/create_entry_points.py`
1313

1414
# $PYTHON -E will not ignore _PYTHON_SYSCONFIGDATA_NAME an internal
1515
# of cpython used in cross compilation via setup.py.

emprofile.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
:: Automatically generated by `create_entry_points.py`; DO NOT EDIT.
44
::
55
:: To make modifications to this file, edit `tools/run_python.bat` and then run
6-
:: `tools/create_entry_points.py`
6+
:: `tools/maint/create_entry_points.py`
77

88
:: N.b. In Windows .bat scripts, the ':' character cannot appear inside any if () blocks,
99
:: or there will be a parsing error.

emranlib

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# Automatically generated by `create_entry_points.py`; DO NOT EDIT.
1010
#
1111
# To make modifications to this file, edit `tools/run_python.sh` and then run
12-
# `tools/create_entry_points.py`
12+
# `tools/maint/create_entry_points.py`
1313

1414
# $PYTHON -E will not ignore _PYTHON_SYSCONFIGDATA_NAME an internal
1515
# of cpython used in cross compilation via setup.py.

emranlib.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
:: Automatically generated by `create_entry_points.py`; DO NOT EDIT.
44
::
55
:: To make modifications to this file, edit `tools/run_python.bat` and then run
6-
:: `tools/create_entry_points.py`
6+
:: `tools/maint/create_entry_points.py`
77

88
:: N.b. In Windows .bat scripts, the ':' character cannot appear inside any if () blocks,
99
:: or there will be a parsing error.

emrun

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# Automatically generated by `create_entry_points.py`; DO NOT EDIT.
1010
#
1111
# To make modifications to this file, edit `tools/run_python.sh` and then run
12-
# `tools/create_entry_points.py`
12+
# `tools/maint/create_entry_points.py`
1313

1414
# $PYTHON -E will not ignore _PYTHON_SYSCONFIGDATA_NAME an internal
1515
# of cpython used in cross compilation via setup.py.

emrun.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
:: Automatically generated by `create_entry_points.py`; DO NOT EDIT.
44
::
55
:: To make modifications to this file, edit `tools/run_python.bat` and then run
6-
:: `tools/create_entry_points.py`
6+
:: `tools/maint/create_entry_points.py`
77

88
:: N.b. In Windows .bat scripts, the ':' character cannot appear inside any if () blocks,
99
:: or there will be a parsing error.

emscons

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# Automatically generated by `create_entry_points.py`; DO NOT EDIT.
1010
#
1111
# To make modifications to this file, edit `tools/run_python.sh` and then run
12-
# `tools/create_entry_points.py`
12+
# `tools/maint/create_entry_points.py`
1313

1414
# $PYTHON -E will not ignore _PYTHON_SYSCONFIGDATA_NAME an internal
1515
# of cpython used in cross compilation via setup.py.

emscons.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
:: Automatically generated by `create_entry_points.py`; DO NOT EDIT.
44
::
55
:: To make modifications to this file, edit `tools/run_python.bat` and then run
6-
:: `tools/create_entry_points.py`
6+
:: `tools/maint/create_entry_points.py`
77

88
:: N.b. In Windows .bat scripts, the ':' character cannot appear inside any if () blocks,
99
:: or there will be a parsing error.

emsize

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# Automatically generated by `create_entry_points.py`; DO NOT EDIT.
1010
#
1111
# To make modifications to this file, edit `tools/run_python.sh` and then run
12-
# `tools/create_entry_points.py`
12+
# `tools/maint/create_entry_points.py`
1313

1414
# $PYTHON -E will not ignore _PYTHON_SYSCONFIGDATA_NAME an internal
1515
# of cpython used in cross compilation via setup.py.

emsize.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
:: Automatically generated by `create_entry_points.py`; DO NOT EDIT.
44
::
55
:: To make modifications to this file, edit `tools/run_python.bat` and then run
6-
:: `tools/create_entry_points.py`
6+
:: `tools/maint/create_entry_points.py`
77

88
:: N.b. In Windows .bat scripts, the ':' character cannot appear inside any if () blocks,
99
:: or there will be a parsing error.

emstrip

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# Automatically generated by `create_entry_points.py`; DO NOT EDIT.
1010
#
1111
# To make modifications to this file, edit `tools/run_python.sh` and then run
12-
# `tools/create_entry_points.py`
12+
# `tools/maint/create_entry_points.py`
1313

1414
# $PYTHON -E will not ignore _PYTHON_SYSCONFIGDATA_NAME an internal
1515
# of cpython used in cross compilation via setup.py.

emstrip.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
:: Automatically generated by `create_entry_points.py`; DO NOT EDIT.
44
::
55
:: To make modifications to this file, edit `tools/run_python.bat` and then run
6-
:: `tools/create_entry_points.py`
6+
:: `tools/maint/create_entry_points.py`
77

88
:: N.b. In Windows .bat scripts, the ':' character cannot appear inside any if () blocks,
99
:: or there will be a parsing error.

emsymbolizer

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# Automatically generated by `create_entry_points.py`; DO NOT EDIT.
1010
#
1111
# To make modifications to this file, edit `tools/run_python.sh` and then run
12-
# `tools/create_entry_points.py`
12+
# `tools/maint/create_entry_points.py`
1313

1414
# $PYTHON -E will not ignore _PYTHON_SYSCONFIGDATA_NAME an internal
1515
# of cpython used in cross compilation via setup.py.

emsymbolizer.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
:: Automatically generated by `create_entry_points.py`; DO NOT EDIT.
44
::
55
:: To make modifications to this file, edit `tools/run_python.bat` and then run
6-
:: `tools/create_entry_points.py`
6+
:: `tools/maint/create_entry_points.py`
77

88
:: N.b. In Windows .bat scripts, the ':' character cannot appear inside any if () blocks,
99
:: or there will be a parsing error.

system/bin/sdl-config

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# Automatically generated by `create_entry_points.py`; DO NOT EDIT.
1010
#
1111
# To make modifications to this file, edit `tools/run_python.sh` and then run
12-
# `tools/create_entry_points.py`
12+
# `tools/maint/create_entry_points.py`
1313

1414
# $PYTHON -E will not ignore _PYTHON_SYSCONFIGDATA_NAME an internal
1515
# of cpython used in cross compilation via setup.py.

system/bin/sdl-config.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
:: Automatically generated by `create_entry_points.py`; DO NOT EDIT.
44
::
55
:: To make modifications to this file, edit `tools/run_python.bat` and then run
6-
:: `tools/create_entry_points.py`
6+
:: `tools/maint/create_entry_points.py`
77

88
:: N.b. In Windows .bat scripts, the ':' character cannot appear inside any if () blocks,
99
:: or there will be a parsing error.

system/bin/sdl2-config

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# Automatically generated by `create_entry_points.py`; DO NOT EDIT.
1010
#
1111
# To make modifications to this file, edit `tools/run_python.sh` and then run
12-
# `tools/create_entry_points.py`
12+
# `tools/maint/create_entry_points.py`
1313

1414
# $PYTHON -E will not ignore _PYTHON_SYSCONFIGDATA_NAME an internal
1515
# of cpython used in cross compilation via setup.py.

system/bin/sdl2-config.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
:: Automatically generated by `create_entry_points.py`; DO NOT EDIT.
44
::
55
:: To make modifications to this file, edit `tools/run_python.bat` and then run
6-
:: `tools/create_entry_points.py`
6+
:: `tools/maint/create_entry_points.py`
77

88
:: N.b. In Windows .bat scripts, the ':' character cannot appear inside any if () blocks,
99
:: or there will be a parsing error.
File renamed without changes.

test/runner

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# Automatically generated by `create_entry_points.py`; DO NOT EDIT.
1010
#
1111
# To make modifications to this file, edit `tools/run_python.sh` and then run
12-
# `tools/create_entry_points.py`
12+
# `tools/maint/create_entry_points.py`
1313

1414
# $PYTHON -E will not ignore _PYTHON_SYSCONFIGDATA_NAME an internal
1515
# of cpython used in cross compilation via setup.py.

test/runner.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
:: Automatically generated by `create_entry_points.py`; DO NOT EDIT.
44
::
55
:: To make modifications to this file, edit `tools/run_python.bat` and then run
6-
:: `tools/create_entry_points.py`
6+
:: `tools/maint/create_entry_points.py`
77

88
:: N.b. In Windows .bat scripts, the ':' character cannot appear inside any if () blocks,
99
:: or there will be a parsing error.

tools/file_packager

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# Automatically generated by `create_entry_points.py`; DO NOT EDIT.
1010
#
1111
# To make modifications to this file, edit `tools/run_python.sh` and then run
12-
# `tools/create_entry_points.py`
12+
# `tools/maint/create_entry_points.py`
1313

1414
# $PYTHON -E will not ignore _PYTHON_SYSCONFIGDATA_NAME an internal
1515
# of cpython used in cross compilation via setup.py.

tools/file_packager.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
:: Automatically generated by `create_entry_points.py`; DO NOT EDIT.
44
::
55
:: To make modifications to this file, edit `tools/run_python.bat` and then run
6-
:: `tools/create_entry_points.py`
6+
:: `tools/maint/create_entry_points.py`
77

88
:: N.b. In Windows .bat scripts, the ':' character cannot appear inside any if () blocks,
99
:: or there will be a parsing error.

0 commit comments

Comments
 (0)