summaryrefslogtreecommitdiffstats
path: root/src/ob-buildenv.sh
Commit message (Collapse)AuthorAgeFilesLines
* 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