source:
autobuild/scripts/common
@
905
| Last change on this file since 905 was 905, checked in by moo, 11 months ago | |
|---|---|
| File size: 220 bytes | |
| Line | |
|---|---|
| 1 | #!/bin/sh |
| 2 | |
| 3 | if [[ ! -f .config ]]; then |
| 4 | echo "Missing .config in ./" >&2 |
| 5 | exit 1 |
| 6 | fi |
| 7 | |
| 8 | if [[ -f ./"test" ]]; then |
| 9 | isTest=1 |
| 10 | . ./test |
| 11 | VERBOSE=-v |
| 12 | else |
| 13 | isTest="" |
| 14 | VERBOSE= |
| 15 | fi |
| 16 | |
| 17 | . scripts/utils |
| 18 | . scripts/autobuild |
| 19 | . .config |
Note: See TracBrowser
for help on using the repository browser.

