Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Delimit operands of ob_parse_dep() | Patrick McDermott | 2019-03-18 | 1 | -1/+1 |
| | |||||
* | ob-buildenv: Declare local variables and wrap long line | Patrick McDermott | 2019-03-18 | 1 | -2/+9 |
| | |||||
* | ob-buildenv: set -u | Patrick McDermott | 2019-03-17 | 1 | -1/+1 |
| | |||||
* | opkbuild, ob-*: Don't manually load libopkbuild | Patrick McDermott | 2019-03-17 | 1 | -2/+0 |
| | |||||
* | opkbuild, ob-*: Drop call to main() | Patrick McDermott | 2019-03-17 | 1 | -2/+0 |
| | | | | | shld already calls main(), so this extra call causes main() to run a second time if it returns the first time. | ||||
* | opkbuild, ob-*: Fix printf commands after ob_set_text_domain() | Patrick McDermott | 2019-03-15 | 1 | -1/+2 |
| | |||||
* | ob_parse_package_metadata(): Merge into ob_init_package() | Patrick McDermott | 2019-03-13 | 1 | -1/+0 |
| | | | | | | Now that caching is gone, the ob_parse_package_metadata() interface function is trivially short, and keeping it separate unnecessarily complicates the API. | ||||
* | ob_parse_dep(): Swap -p and -P option letters | Patrick McDermott | 2019-03-13 | 1 | -1/+1 |
| | | | | Be consistent with opkbuild and other executable CLIs. | ||||
* | Protect [ commands from strings beginning with "-" | Patrick McDermott | 2019-03-13 | 1 | -1/+1 |
| | |||||
* | ob_parse_package_metadata(): Eliminate caching | Patrick McDermott | 2019-03-13 | 1 | -1/+1 |
| | | | | Cf. commit da45b6d. | ||||
* | opkbuild, ob-*: Exit with error on ob_set_text_domain() failure | Patrick McDermott | 2019-03-13 | 1 | -1/+4 |
| | |||||
* | ob-*: Add more return statements | Patrick McDermott | 2019-03-13 | 1 | -0/+8 |
| | |||||
* | ob-*: Replace exit with return | Patrick McDermott | 2019-03-13 | 1 | -2/+2 |
| | |||||
* | opkbuild, ob-*: set -e | Patrick McDermott | 2019-03-13 | 1 | -0/+2 |
| | |||||
* | ob-*: Move function definitions before points of use | Patrick McDermott | 2018-12-25 | 1 | -14/+14 |
| | |||||
* | opkbuild, ob-*: Parameterize SHSOEXT and LIBOPKBUILD_SHSOVERSION | Patrick McDermott | 2018-12-24 | 1 | -1/+1 |
| | |||||
* | opkbuild, ob-*: Update header comments, copyrights, and license | Patrick McDermott | 2018-12-24 | 1 | -9/+9 |
| | |||||
* | opkbuild, ob-*: Drop magic number interpreter lines | Patrick McDermott | 2018-12-22 | 1 | -2/+0 |
| | |||||
* | opkbuild, ob-*: Use variables set by shpp | Patrick McDermott | 2018-12-22 | 1 | -3/+3 |
| | |||||
* | ob_use(): Remove | Patrick McDermott | 2018-12-22 | 1 | -5/+0 |
| | |||||
* | opkbuild, ob-*: Load newly linked libopkbuild | Patrick McDermott | 2018-12-22 | 1 | -1/+1 |
| | |||||
* | libopkbuild: Change output file extension to .sho | Patrick McDermott | 2018-12-22 | 1 | -1/+1 |
| | |||||
* | ob-buildenv: Detect helpers at run time. | P. J. McDermott | 2014-03-05 | 1 | -3/+3 |
| | |||||
* | src/*.sh: Add ".sh" to header comment. | P. J. McDermott | 2013-08-18 | 1 | -1/+1 |
| | |||||
* | s/@@LIBOPKBUILD@@/@@PKGLIBDIR@@/ in sources. | P. J. McDermott | 2013-06-15 | 1 | -1/+1 |
| | |||||
* | Exit on failure to parse package metadata. | P. J. McDermott | 2012-11-16 | 1 | -2/+2 |
| | |||||
* | Simplify variable setting; save a fork. | P. J. McDermott | 2012-11-15 | 1 | -1/+1 |
| | |||||
* | Set an OPK_TOOL_PREFIX environment variable. | P. J. McDermott | 2012-11-14 | 1 | -0/+1 |
| | |||||
* | Support multiple build helpers in PATH. | P. J. McDermott | 2012-10-27 | 1 | -1/+3 |
| | |||||
* | 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 |