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

Diff for: .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:

Diff for: 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.

Diff for: 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.

Diff for: 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.

Diff for: 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.

Diff for: 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.

Diff for: 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.

Diff for: 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.

Diff for: 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.

Diff for: 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.

Diff for: 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.

Diff for: 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.

Diff for: 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.

Diff for: 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.

Diff for: 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.

Diff for: 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.

Diff for: 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.

Diff for: 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.

Diff for: 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.

Diff for: 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.

Diff for: 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.

Diff for: 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.

Diff for: 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.

Diff for: 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.

Diff for: 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.

Diff for: 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.

Diff for: 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.

Diff for: 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.

Diff for: 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.

Diff for: 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.

Diff for: 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.

Diff for: 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.

Diff for: 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.

Diff for: 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.

Diff for: 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.

Diff for: 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.

Diff for: 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.

Diff for: 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.

Diff for: 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.

Diff for: 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.

Diff for: 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)