Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use "<<-" here-doc operator to allow indentation. | P. J. McDermott | 2012-10-25 | 1 | -16/+16 |
| | |||||
* | Add build helper directory to beginning of PATH. | P. J. McDermott | 2012-10-20 | 1 | -1/+1 |
| | | | | | This should prevent the unintended use of old copies of build helper utilities that happened to be installed in a directory in the PATH. | ||||
* | Additionally license everything under GPLv2. | P. J. McDermott | 2012-10-16 | 1 | -1/+1 |
| | |||||
* | Only set toolchain prefix when cross building. | P. J. McDermott | 2012-10-11 | 1 | -1/+7 |
| | |||||
* | Unset IFS after changing it. | P. J. McDermott | 2012-10-09 | 1 | -1/+2 |
| | |||||
* | Move build helper check into ob_get_system_path(). | P. J. McDermott | 2012-10-08 | 1 | -6/+4 |
| | |||||
* | Implement setup_build_helper(). | P. J. McDermott | 2012-10-08 | 1 | -2/+12 |
| | |||||
* | Update environment variable names in ob-* utils. | P. J. McDermott | 2012-10-08 | 1 | -2/+2 |
| | |||||
* | Use ob_get_system_path() in utilities. | P. J. McDermott | 2012-10-04 | 1 | -3/+3 |
| | |||||
* | Fix header comments in ob-buildenv. | P. J. McDermott | 2012-10-03 | 1 | -2/+2 |
| | |||||
* | Implement ob-buildenv. | P. J. McDermott | 2012-10-03 | 1 | -0/+81 |