Skip to content

Commit d49fd9a

Browse files
committed
Remove launcher scripts from git
For a while now we have been mandating that bootstrap is run before emscripten can be used. This change removes most of the launcher scripts from git (since we can rely on bootstrap to create them). This helps clean up the top level directory. I've left emcc and em++ launchers in source control. If anyone runs these without first running bootstrap it will ask them to first run bootstrap.
1 parent a344849 commit d49fd9a

Some content is hidden

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

42 files changed

+46
-2576
lines changed

.gitignore

Lines changed: 46 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,53 @@ coverage.xml
3030
# Test output
3131
/out/
3232

33-
# All the ps1 files are generated by bootstrap...
33+
# Windows ps1 launchers (created by ./tools/maint/create_entry_points.py)
3434
*.ps1
3535
# ...except the templates.
3636
!/tools/run_python.ps1
3737
!/tools/run_python_compiler.ps1
38+
39+
# Shell scripts (created by ./tools/maint/create_entry_points.py)
40+
em-config
41+
emar
42+
embuilder
43+
emcmake
44+
emconfigure
45+
emdump
46+
emdwp
47+
emmake
48+
emnm
49+
emprofile
50+
emranlib
51+
emrun
52+
emscan-deps
53+
emscons
54+
emsize
55+
emstrip
56+
emsymbolizer
57+
tools/file_packager
58+
tools/webidl_binder
59+
test/runner
60+
61+
# Windows .bat files (created by ./tools/maint/create_entry_points.py)
62+
em-config.bat
63+
emar.bat
64+
embuilder.bat
65+
emcmake.bat
66+
emconfigure.bat
67+
emdump.bat
68+
emdwp.bat
69+
emmake.bat
70+
emnm.bat
71+
emprofile.bat
72+
emranlib.bat
73+
emrun.bat
74+
emscan-deps.bat
75+
emscons.bat
76+
emsize.bat
77+
emstrip.bat
78+
emsymbolizer.bat
79+
tools/file_packager.bat
80+
tools/webidl_binder.bat
81+
test/runner.bat
82+

bootstrap.bat

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

em++.bat

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

em-config

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

em-config.bat

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

emar

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

0 commit comments

Comments
 (0)