comparison scripts/config-luna.sh @ 687:9dcc97616b30

scripts/config-luna.sh: this old target is now luna1
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 12 Oct 2020 19:00:41 +0000
parents e0d243b18f3b
children
comparison
equal deleted inserted replaced
686:59f07d67eb45 687:9dcc97616b30
1 #!/bin/sh 1 #!/bin/sh
2 2
3 set -ex 3 set -ex
4 4
5 ./configure.sh luna 2092 5 ./configure.sh luna1 2092
6 ./configure.sh luna 2092 UI_CONFIG=bigbw SUFFIX=-bw 6 ./configure.sh luna1 2092 UI_CONFIG=bigbw SUFFIX=-bw
7 ./configure.sh luna 2092 UI_CONFIG=84x48 SUFFIX=-sm 7 ./configure.sh luna1 2092 UI_CONFIG=84x48 SUFFIX=-sm
8 ./configure.sh luna 2092 DSAMPLE_FULL_COLOR=0 UI_CONFIG=bigbw SUFFIX=-bwh 8 ./configure.sh luna1 2092 DSAMPLE_FULL_COLOR=0 UI_CONFIG=bigbw SUFFIX=-bwh
9 ./configure.sh luna 2092 DSAMPLE_FULL_COLOR=0 UI_CONFIG=84x48 SUFFIX=-smh 9 ./configure.sh luna1 2092 DSAMPLE_FULL_COLOR=0 UI_CONFIG=84x48 SUFFIX=-smh
10 ./configure.sh luna hybrid-ui 10 ./configure.sh luna1 hybrid-ui
11 ./configure.sh luna hybrid-ui-vo 11 ./configure.sh luna1 hybrid-ui-vo
12 ./configure.sh luna hybrid-ui-vo UI_CONFIG=bigbw SUFFIX=-bw 12 ./configure.sh luna1 hybrid-ui-vo UI_CONFIG=bigbw SUFFIX=-bw
13 ./configure.sh luna hybrid-ui-vo UI_CONFIG=84x48 SUFFIX=-sm 13 ./configure.sh luna1 hybrid-ui-vo UI_CONFIG=84x48 SUFFIX=-sm
14 ./configure.sh luna hybrid-ui-vo DSAMPLE_FULL_COLOR=0 UI_CONFIG=bigbw SUFFIX=-bwh 14 ./configure.sh luna1 hybrid-ui-vo DSAMPLE_FULL_COLOR=0 UI_CONFIG=bigbw SUFFIX=-bwh
15 ./configure.sh luna hybrid-ui-vo DSAMPLE_FULL_COLOR=0 UI_CONFIG=84x48 SUFFIX=-smh 15 ./configure.sh luna1 hybrid-ui-vo DSAMPLE_FULL_COLOR=0 UI_CONFIG=84x48 SUFFIX=-smh