Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lib/buildsystem.sh: Remove _oh_local. | P. J. McDermott | 2014-01-20 | 1 | -55/+52 |
| | |||||
* | lib/buildsystem.sh: Enable kbuild plugin. | P. J. McDermott | 2013-05-26 | 1 | -0/+1 |
| | |||||
* | oh_buildsystem_arch(): Accept build system as arg. | P. J. McDermott | 2013-05-26 | 1 | -6/+8 |
| | |||||
* | lib/buildsystem.sh: s/@@ARCHTAB@@/@@ARCHTABDIR@@/. | P. J. McDermott | 2013-05-09 | 1 | -1/+1 |
| | |||||
* | Store absolute path in _OH_BUILDSYSTEM_SOURCE_DIR. | P. J. McDermott | 2013-04-28 | 1 | -1/+2 |
| | | | | | | _oh_autoconf_configure() changes the current directory to ${_OH_BUILDSYSTEM_BUILD_DIR}, making the call to configure fail if a relative path is given in oh-autoconfigure's -s option. | ||||
* | oh_set_buildsystem_option(): Fix parameter name. | P. J. McDermott | 2013-04-28 | 1 | -1/+1 |
| | |||||
* | Pass the test arch to oh_buildsystem_do(). | P. J. McDermott | 2012-11-14 | 1 | -1/+2 |
| | |||||
* | Make the source directory configurable. | P. J. McDermott | 2012-11-13 | 1 | -1/+5 |
| | |||||
* | Make the DESTDIR an absolute path. | P. J. McDermott | 2012-11-10 | 1 | -1/+2 |
| | |||||
* | Split oh_buildsystem_do() & oh_buildsystem_find(). | P. J. McDermott | 2012-11-08 | 1 | -15/+39 |
| | |||||
* | Try to detect a suitable build system host arch. | P. J. McDermott | 2012-11-08 | 1 | -8/+19 |
| | |||||
* | Lightly refactor oh_buildsystem_do(), add warning. | P. J. McDermott | 2012-11-08 | 1 | -9/+8 |
| | |||||
* | Support a build target option in oh-autobuild. | P. J. McDermott | 2012-11-08 | 1 | -0/+3 |
| | |||||
* | Support a -T option for a cross build target. | P. J. McDermott | 2012-11-06 | 1 | -0/+3 |
| | |||||
* | Implement oh_buildsystem_arch(). | P. J. McDermott | 2012-11-06 | 1 | -0/+15 |
| | |||||
* | Enable the "make" build system. | P. J. McDermott | 2012-10-22 | 1 | -0/+1 |
| | |||||
* | Add "destdir" build system option. | P. J. McDermott | 2012-10-22 | 1 | -0/+5 |
| | |||||
* | Move init of opts into oh_buildsystems_init(). | P. J. McDermott | 2012-10-22 | 1 | -3/+5 |
| | |||||
* | Fix var name in oh_set_buildsystem_option(). | P. J. McDermott | 2012-10-22 | 1 | -2/+2 |
| | |||||
* | Enable the "autoconf" build system. | P. J. McDermott | 2012-10-22 | 1 | -0/+1 |
| | |||||
* | Set work area and source dir vars. | P. J. McDermott | 2012-10-21 | 1 | -0/+3 |
| | |||||
* | Write "buildsystem" library module. | P. J. McDermott | 2012-10-21 | 1 | -0/+96 |