| 92 cat > uwbuild-configure.sh << '__CONFIGURE_EOF__' |
92 cat > uwbuild-configure.sh << '__CONFIGURE_EOF__' |
| 93 #!/bin/sh |
93 #!/bin/sh |
| 94 {{ $build.Configure }} |
94 {{ $build.Configure }} |
| 95 __CONFIGURE_EOF__ |
95 __CONFIGURE_EOF__ |
| 96 chmod +x uwbuild-configure.sh |
96 chmod +x uwbuild-configure.sh |
| 97 ./uwbuild-configure > $log_dir/$configure_log 2>&1 |
97 ./uwbuild-configure.sh > $log_dir/$configure_log 2>&1 |
| 98 configure=$? |
98 configure=$? |
| 99 {{- end}} |
99 {{- end}} |
| 100 |
100 |
| 101 # compile |
101 # compile |
| 102 compile= |
102 compile= |