Skip to content

Commit 842e43b

Browse files
committed
Remove remaining launcher files from git. NFC
Folks who use git need to run `./bootstrap` to have these launchers created. This has been true now since #23761. However, I initially left these commonly used launchers checked in so that folks could run them and they would report the "you need to run `bootstrap` message". Now that its been 6 months we removed the launcher I think existing users should all now be aware of the `./bootstrap` script. I'm also hoping to move to `.exe` files on windows soon, and this change will help smooth the way: #24858
1 parent 088157d commit 842e43b

7 files changed

Lines changed: 6 additions & 385 deletions

File tree

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ coverage.xml
4040
!/tools/run_python_compiler.ps1
4141

4242
# Shell scripts (created by ./tools/maint/create_entry_points.py)
43+
em++
44+
emcc
4345
em-config
4446
emar
4547
embuilder
@@ -58,10 +60,13 @@ emscons
5860
emsize
5961
emstrip
6062
emsymbolizer
63+
test/runner
6164
tools/file_packager
6265
tools/webidl_binder
6366

6467
# Windows .bat files (created by ./tools/maint/create_entry_points.py)
68+
em++.bat
69+
emcc.bat
6570
em-config.bat
6671
emar.bat
6772
embuilder.bat
@@ -80,5 +85,6 @@ emscons.bat
8085
emsize.bat
8186
emstrip.bat
8287
emsymbolizer.bat
88+
test/runner.bat
8389
tools/file_packager.bat
8490
tools/webidl_binder.bat

em++

Lines changed: 0 additions & 38 deletions
This file was deleted.

em++.bat

Lines changed: 0 additions & 95 deletions
This file was deleted.

emcc

Lines changed: 0 additions & 38 deletions
This file was deleted.

emcc.bat

Lines changed: 0 additions & 95 deletions
This file was deleted.

test/runner

Lines changed: 0 additions & 33 deletions
This file was deleted.

0 commit comments

Comments
 (0)