mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-05 08:35:26 +00:00
d92a60ca20
Add target for windows systems. * runtests2.pl Add xpcshell option, no longer requires \n at end of list file. * ecma/ExecutionContexts/10.1.3.js Reformatted.
9 lines
222 B
Makefile
9 lines
222 B
Makefile
|
|
testmenu:
|
|
exec perl mklistpage.pl > menubody.html
|
|
cat menuhead.html menubody.html menufoot.html > menu.html
|
|
|
|
testmenu_dos:
|
|
perl mklistpage.pl > menubody.html
|
|
type menuhead.html menubody.html menufoot.html > menu.html
|