summaryrefslogtreecommitdiffstats
path: root/src/ob-buildenv.sh
Commit message (Collapse)AuthorAgeFilesLines
* ob-buildenv: Set TZ='UTC0'Patrick McDermott2021-01-021-0/+1
|
* ob-buildenv: Set LC_ALL='C'Patrick McDermott2021-01-021-0/+1
|
* ob-buildenv: Set -ffile-prefix-mapPatrick McDermott2020-12-091-0/+4
|
* Delimit operands of ob_parse_dep()Patrick McDermott2019-03-181-1/+1
|
* ob-buildenv: Declare local variables and wrap long linePatrick McDermott2019-03-181-2/+9
|
* ob-buildenv: set -uPatrick McDermott2019-03-171-1/+1
|
* opkbuild, ob-*: Don't manually load libopkbuildPatrick McDermott2019-03-171-2/+0
|
* opkbuild, ob-*: Drop call to main()Patrick McDermott2019-03-171-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 McDermott2019-03-151-1/+2
|
* ob_parse_package_metadata(): Merge into ob_init_package()Patrick McDermott2019-03-131-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 lettersPatrick McDermott2019-03-131-1/+1
| | | | Be consistent with opkbuild and other executable CLIs.
* Protect [ commands from strings beginning with "-"Patrick McDermott2019-03-131-1/+1
|
* ob_parse_package_metadata(): Eliminate cachingPatrick McDermott2019-03-131-1/+1
| | | | Cf. commit da45b6d.
* opkbuild, ob-*: Exit with error on ob_set_text_domain() failurePatrick McDermott2019-03-131-1/+4
|
* ob-*: Add more return statementsPatrick McDermott2019-03-131-0/+8
|
* ob-*: Replace exit with returnPatrick McDermott2019-03-131-2/+2
|
* opkbuild, ob-*: set -ePatrick McDermott2019-03-131-0/+2
|
* ob-*: Move function definitions before points of usePatrick McDermott2018-12-251-14/+14
|
* opkbuild, ob-*: Parameterize SHSOEXT and LIBOPKBUILD_SHSOVERSIONPatrick McDermott2018-12-241-1/+1
|
* opkbuild, ob-*: Update header comments, copyrights, and licensePatrick McDermott2018-12-241-9/+9
|
* opkbuild, ob-*: Drop magic number interpreter linesPatrick McDermott2018-12-221-2/+0
|
* opkbuild, ob-*: Use variables set by shppPatrick McDermott2018-12-221-3/+3
|
* ob_use(): RemovePatrick McDermott2018-12-221-5/+0
|
* opkbuild, ob-*: Load newly linked libopkbuildPatrick McDermott2018-12-221-1/+1
|
* libopkbuild: Change output file extension to .shoPatrick McDermott2018-12-221-1/+1
|
* ob-buildenv: Detect helpers at run time.P. J. McDermott2014-03-051-3/+3
|
* src/*.sh: Add ".sh" to header comment.P. J. McDermott2013-08-181-1/+1
|
* s/@@LIBOPKBUILD@@/@@PKGLIBDIR@@/ in sources.P. J. McDermott2013-06-151-1/+1
|
* Exit on failure to parse package metadata.P. J. McDermott2012-11-161-2/+2
|
* Simplify variable setting; save a fork.P. J. McDermott2012-11-151-1/+1
|
* Set an OPK_TOOL_PREFIX environment variable.P. J. McDermott2012-11-141-0/+1
|
* Support multiple build helpers in PATH.P. J. McDermott2012-10-271-1/+3
|
* Use "<<-" here-doc operator to allow indentation.P. J. McDermott2012-10-251-16/+16
|
* Add build helper directory to beginning of PATH.P. J. McDermott2012-10-201-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. McDermott2012-10-161-1/+1
|
* Only set toolchain prefix when cross building.P. J. McDermott2012-10-111-1/+7
|
* Unset IFS after changing it.P. J. McDermott2012-10-091-1/+2
|
* Move build helper check into ob_get_system_path().P. J. McDermott2012-10-081-6/+4
|
* Implement setup_build_helper().P. J. McDermott2012-10-081-2/+12
|
* Update environment variable names in ob-* utils.P. J. McDermott2012-10-081-2/+2
|
* Use ob_get_system_path() in utilities.P. J. McDermott2012-10-041-3/+3
|
* Fix header comments in ob-buildenv.P. J. McDermott2012-10-031-2/+2
|
* Implement ob-buildenv.P. J. McDermott2012-10-031-0/+81