Skip to content

Commit b99ff3e

Browse files
authored
Add "do not edit" message to python entry points. NFC (#13731)
1 parent 533d712 commit b99ff3e

36 files changed

+132
-42
lines changed

em++

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,10 @@
66
#
77
# Entry point for running python scripts on UNIX systems.
88
#
9-
# To modify this file, edit `tools/run_python.sh` and then run
10-
# `tools/create_entry_points.py`
9+
# Automatically generated by `create_entry_points.py`; DO NOT EDIT.
10+
#
11+
# To make modifications to this file, edit `tools/run_python_compiler.sh` and
12+
# then run `tools/create_entry_points.py`
1113

1214
if [ -z "$PYTHON" ]; then
1315
PYTHON=$EMSDK_PYTHON

em++.bat

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
:: Entry point for running python scripts on windows systems.
2-
:: To modify this file, edit `tools/run_python_compiler.bat` and then run
3-
:: `tools/create_entry_points.py`
2+
::
3+
:: Automatically generated by `create_entry_points.py`; DO NOT EDIT.
4+
::
5+
:: To make modifications to this file, edit `tools/run_python_compiler.bat` and
6+
:: then run `tools/create_entry_points.py`
47

58
@setlocal enabledelayedexpansion
69
@set EM_PY=%EMSDK_PYTHON%

em-config

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66
#
77
# Entry point for running python scripts on UNIX systems.
88
#
9-
# To modify this file, edit `tools/run_python.sh` and then run
9+
# Automatically generated by `create_entry_points.py`; DO NOT EDIT.
10+
#
11+
# To make modifications to this file, edit `tools/run_python.sh` and then run
1012
# `tools/create_entry_points.py`
1113

1214
if [ -z "$PYTHON" ]; then

em-config.bat

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
:: Entry point for running python scripts on windows systems.
2-
:: To modify this file, edit `tools/run_python.bat` and then run
2+
::
3+
:: Automatically generated by `create_entry_points.py`; DO NOT EDIT.
4+
::
5+
:: To make modifications to this file, edit `tools/run_python.bat` and then run
36
:: `tools/create_entry_points.py`
47

58
@setlocal

emar

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66
#
77
# Entry point for running python scripts on UNIX systems.
88
#
9-
# To modify this file, edit `tools/run_python.sh` and then run
9+
# Automatically generated by `create_entry_points.py`; DO NOT EDIT.
10+
#
11+
# To make modifications to this file, edit `tools/run_python.sh` and then run
1012
# `tools/create_entry_points.py`
1113

1214
if [ -z "$PYTHON" ]; then

emar.bat

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
:: Entry point for running python scripts on windows systems.
2-
:: To modify this file, edit `tools/run_python.bat` and then run
2+
::
3+
:: Automatically generated by `create_entry_points.py`; DO NOT EDIT.
4+
::
5+
:: To make modifications to this file, edit `tools/run_python.bat` and then run
36
:: `tools/create_entry_points.py`
47

58
@setlocal

embuilder

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66
#
77
# Entry point for running python scripts on UNIX systems.
88
#
9-
# To modify this file, edit `tools/run_python.sh` and then run
9+
# Automatically generated by `create_entry_points.py`; DO NOT EDIT.
10+
#
11+
# To make modifications to this file, edit `tools/run_python.sh` and then run
1012
# `tools/create_entry_points.py`
1113

1214
if [ -z "$PYTHON" ]; then

embuilder.bat

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
:: Entry point for running python scripts on windows systems.
2-
:: To modify this file, edit `tools/run_python.bat` and then run
2+
::
3+
:: Automatically generated by `create_entry_points.py`; DO NOT EDIT.
4+
::
5+
:: To make modifications to this file, edit `tools/run_python.bat` and then run
36
:: `tools/create_entry_points.py`
47

58
@setlocal

emcc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,10 @@
66
#
77
# Entry point for running python scripts on UNIX systems.
88
#
9-
# To modify this file, edit `tools/run_python.sh` and then run
10-
# `tools/create_entry_points.py`
9+
# Automatically generated by `create_entry_points.py`; DO NOT EDIT.
10+
#
11+
# To make modifications to this file, edit `tools/run_python_compiler.sh` and
12+
# then run `tools/create_entry_points.py`
1113

1214
if [ -z "$PYTHON" ]; then
1315
PYTHON=$EMSDK_PYTHON

emcc.bat

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
:: Entry point for running python scripts on windows systems.
2-
:: To modify this file, edit `tools/run_python_compiler.bat` and then run
3-
:: `tools/create_entry_points.py`
2+
::
3+
:: Automatically generated by `create_entry_points.py`; DO NOT EDIT.
4+
::
5+
:: To make modifications to this file, edit `tools/run_python_compiler.bat` and
6+
:: then run `tools/create_entry_points.py`
47

58
@setlocal enabledelayedexpansion
69
@set EM_PY=%EMSDK_PYTHON%

0 commit comments

Comments
 (0)