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