Skip to content
This repository has been archived by the owner on Dec 15, 2020. It is now read-only.

Commit

Permalink
Completely removed build commands for all non-<USA/EUR/JPN> theme-dat…
Browse files Browse the repository at this point in the history
…a exploits, since those regions can't use theme extdata. Fixed build commands so that they only build binaries for versions which will actually get used. Removed the files under themehax_menuversions/ and shufflehax_menuversions/ for KOR since they're not used anymore.
  • Loading branch information
yellows8 committed Jul 20, 2016
1 parent 1f87ce8 commit 42fa3e4
Show file tree
Hide file tree
Showing 10 changed files with 9 additions and 18 deletions.
9 changes: 3 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -163,12 +163,9 @@ all:

@zip -rj finaloutput/menuhax_payload.zip binpayload/menuhax_payload

@for path in $(MENUROP_PATH)/JPN/*; do make -f Makefile build_stage1_themedata --no-print-directory REGION=JPN REGIONVAL=0 MENUVERSION=$$(basename "$$path"); done
@for path in $(MENUROP_PATH)/USA/*; do make -f Makefile build_stage1_themedata --no-print-directory REGION=USA REGIONVAL=1 MENUVERSION=$$(basename "$$path"); done
@for path in $(MENUROP_PATH)/EUR/*; do make -f Makefile build_stage1_themedata --no-print-directory REGION=EUR REGIONVAL=2 MENUVERSION=$$(basename "$$path"); done
#@for path in $(MENUROP_PATH)/CHN/*; do make -f Makefile build_stage1_themedata --no-print-directory REGION=CHN REGIONVAL=3 MENUVERSION=$$(basename "$$path"); done
@for path in $(MENUROP_PATH)/KOR/*; do make -f Makefile build_stage1_themedata --no-print-directory REGION=KOR REGIONVAL=4 MENUVERSION=$$(basename "$$path"); done
#@for path in $(MENUROP_PATH)/TWN/*; do make -f Makefile build_stage1_themedata --no-print-directory REGION=TWN REGIONVAL=5 MENUVERSION=$$(basename "$$path"); done
@for path in themehax_menuversions/JPN/* shufflehax_menuversions/JPN/*; do make -f Makefile build_stage1_themedata --no-print-directory REGION=JPN REGIONVAL=0 MENUVERSION=$$(basename "$$path"); done
@for path in themehax_menuversions/USA/* shufflehax_menuversions/USA/*; do make -f Makefile build_stage1_themedata --no-print-directory REGION=USA REGIONVAL=1 MENUVERSION=$$(basename "$$path"); done
@for path in themehax_menuversions/EUR/* shufflehax_menuversions/EUR/*; do make -f Makefile build_stage1_themedata --no-print-directory REGION=EUR REGIONVAL=2 MENUVERSION=$$(basename "$$path"); done

@zip -rj finaloutput/stage1_themedata.zip finaloutput/stage1_themedata

Expand Down
12 changes: 6 additions & 6 deletions Makefile.sdiconhax
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ sdiconhax_build:

@zip -rj finaloutput/sdiconhax.zip finaloutput/sdiconhax

@for path in $(MENUROP_PATH)/JPN/*; do make -f Makefile build_stage1_sdiconhax --no-print-directory REGION=JPN REGIONVAL=0 MENUVERSION=$$(basename "$$path"); done
@for path in $(MENUROP_PATH)/USA/*; do make -f Makefile build_stage1_sdiconhax --no-print-directory REGION=USA REGIONVAL=1 MENUVERSION=$$(basename "$$path"); done
@for path in $(MENUROP_PATH)/EUR/*; do make -f Makefile build_stage1_sdiconhax --no-print-directory REGION=EUR REGIONVAL=2 MENUVERSION=$$(basename "$$path"); done
#@for path in $(MENUROP_PATH)/CHN/*; do make -f Makefile build_stage1_sdiconhax --no-print-directory REGION=CHN REGIONVAL=3 MENUVERSION=$$(basename "$$path"); done
@for path in $(MENUROP_PATH)/KOR/*; do make -f Makefile build_stage1_sdiconhax --no-print-directory REGION=KOR REGIONVAL=4 MENUVERSION=$$(basename "$$path"); done
#@for path in $(MENUROP_PATH)/TWN/*; do make -f Makefile build_stage1_sdiconhax --no-print-directory REGION=TWN REGIONVAL=5 MENUVERSION=$$(basename "$$path"); done
@for path in sdiconhax_menuversions/JPN/*; do make -f Makefile build_stage1_sdiconhax --no-print-directory REGION=JPN REGIONVAL=0 MENUVERSION=$$(basename "$$path"); done
@for path in sdiconhax_menuversions/USA/*; do make -f Makefile build_stage1_sdiconhax --no-print-directory REGION=USA REGIONVAL=1 MENUVERSION=$$(basename "$$path"); done
@for path in sdiconhax_menuversions/EUR/*; do make -f Makefile build_stage1_sdiconhax --no-print-directory REGION=EUR REGIONVAL=2 MENUVERSION=$$(basename "$$path"); done
#@for path in sdiconhax_menuversions/CHN/*; do make -f Makefile build_stage1_sdiconhax --no-print-directory REGION=CHN REGIONVAL=3 MENUVERSION=$$(basename "$$path"); done
@for path in sdiconhax_menuversions/KOR/*; do make -f Makefile build_stage1_sdiconhax --no-print-directory REGION=KOR REGIONVAL=4 MENUVERSION=$$(basename "$$path"); done
#@for path in sdiconhax_menuversions/TWN/*; do make -f Makefile build_stage1_sdiconhax --no-print-directory REGION=TWN REGIONVAL=5 MENUVERSION=$$(basename "$$path"); done

@zip -rj finaloutput/stage1_sdiconhax.zip finaloutput/stage1_sdiconhax

Expand Down
3 changes: 0 additions & 3 deletions Makefile.shufflehax
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ shufflehax_build:
@for path in shufflehax_menuversions/JPN/*; do make -f Makefile buildshuffle --no-print-directory REGION=JPN REGIONVAL=0 MENUVERSION=$$(basename "$$path"); done
@for path in shufflehax_menuversions/USA/*; do make -f Makefile buildshuffle --no-print-directory REGION=USA REGIONVAL=1 MENUVERSION=$$(basename "$$path"); done
@for path in shufflehax_menuversions/EUR/*; do make -f Makefile buildshuffle --no-print-directory REGION=EUR REGIONVAL=2 MENUVERSION=$$(basename "$$path"); done
#@for path in shufflehax_menuversions/CHN/*; do make -f Makefile buildshuffle --no-print-directory REGION=CHN REGIONVAL=3 MENUVERSION=$$(basename "$$path"); done
@for path in shufflehax_menuversions/KOR/*; do make -f Makefile buildshuffle --no-print-directory REGION=KOR REGIONVAL=4 MENUVERSION=$$(basename "$$path"); done
#@for path in shufflehax_menuversions/TWN/*; do make -f Makefile buildshuffle --no-print-directory REGION=TWN REGIONVAL=5 MENUVERSION=$$(basename "$$path"); done

@zip -rj finaloutput/shufflepayload.zip finaloutput/shufflepayload

Expand Down
3 changes: 0 additions & 3 deletions Makefile.themehax
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ themehax_build:
@for path in themehax_menuversions/JPN/*; do make -f Makefile buildtheme --no-print-directory REGION=JPN REGIONVAL=0 MENUVERSION=$$(basename "$$path"); done
@for path in themehax_menuversions/USA/*; do make -f Makefile buildtheme --no-print-directory REGION=USA REGIONVAL=1 MENUVERSION=$$(basename "$$path"); done
@for path in themehax_menuversions/EUR/*; do make -f Makefile buildtheme --no-print-directory REGION=EUR REGIONVAL=2 MENUVERSION=$$(basename "$$path"); done
#@for path in themehax_menuversions/CHN/*; do make -f Makefile buildtheme --no-print-directory REGION=CHN REGIONVAL=3 MENUVERSION=$$(basename "$$path"); done
@for path in themehax_menuversions/KOR/*; do make -f Makefile buildtheme --no-print-directory REGION=KOR REGIONVAL=4 MENUVERSION=$$(basename "$$path"); done
#@for path in themehax_menuversions/TWN/*; do make -f Makefile buildtheme --no-print-directory REGION=TWN REGIONVAL=5 MENUVERSION=$$(basename "$$path"); done

@zip -rj finaloutput/themepayload.zip finaloutput/themepayload

Expand Down
Empty file removed shufflehax_menuversions/KOR/10240
Empty file.
Empty file removed shufflehax_menuversions/KOR/11266
Empty file.
Empty file removed shufflehax_menuversions/KOR/9216
Empty file.
Empty file removed themehax_menuversions/KOR/6166
Empty file.
Empty file removed themehax_menuversions/KOR/7175
Empty file.
Empty file removed themehax_menuversions/KOR/8192
Empty file.

0 comments on commit 42fa3e4

Please sign in to comment.