summaryrefslogtreecommitdiffstats
path: root/lib/buildsystem.sh
Commit message (Collapse)AuthorAgeFilesLines
* Store absolute path in _OH_BUILDSYSTEM_SOURCE_DIR.P. J. McDermott2013-04-281-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. McDermott2013-04-281-1/+1
|
* Pass the test arch to oh_buildsystem_do().P. J. McDermott2012-11-141-1/+2
|
* Make the source directory configurable.P. J. McDermott2012-11-131-1/+5
|
* Make the DESTDIR an absolute path.P. J. McDermott2012-11-101-1/+2
|
* Split oh_buildsystem_do() & oh_buildsystem_find().P. J. McDermott2012-11-081-15/+39
|
* Try to detect a suitable build system host arch.P. J. McDermott2012-11-081-8/+19
|
* Lightly refactor oh_buildsystem_do(), add warning.P. J. McDermott2012-11-081-9/+8
|
* Support a build target option in oh-autobuild.P. J. McDermott2012-11-081-0/+3
|
* Support a -T option for a cross build target.P. J. McDermott2012-11-061-0/+3
|
* Implement oh_buildsystem_arch().P. J. McDermott2012-11-061-0/+15
|
* Enable the "make" build system.P. J. McDermott2012-10-221-0/+1
|
* Add "destdir" build system option.P. J. McDermott2012-10-221-0/+5
|
* Move init of opts into oh_buildsystems_init().P. J. McDermott2012-10-221-3/+5
|
* Fix var name in oh_set_buildsystem_option().P. J. McDermott2012-10-221-2/+2
|
* Enable the "autoconf" build system.P. J. McDermott2012-10-221-0/+1
|
* Set work area and source dir vars.P. J. McDermott2012-10-211-0/+3
|
* Write "buildsystem" library module.P. J. McDermott2012-10-211-0/+96