summaryrefslogtreecommitdiffstats
path: root/lib/buildsystem.sh
Commit message (Expand)AuthorAgeFilesLines
* lib/*.sh: Add extra space in copyright notices.P. J. McDermott2014-03-061-1/+1
* lib/*.sh: Consolidate arg variable assignments.P. J. McDermott2014-03-061-34/+8
* Add missing ".sh" to file headers.P. J. McDermott2014-03-011-1/+1
* Use new build system macros in source files.P. J. McDermott2014-02-281-1/+1
* oh_buildsystem_arch(): Require second argument.P. J. McDermott2014-02-261-6/+7
* lib/buildsystem.sh: Initialize more global vars.P. J. McDermott2014-02-261-0/+3
* lib/buildsystem.sh: Fix a [ command.P. J. McDermott2014-02-261-1/+1
* lib/buildsystem.sh: Move var init to global scope.P. J. McDermott2014-02-261-10/+5
* lib/*.sh, lib/*/*.sh: Rewrite include guards.P. J. McDermott2014-02-261-2/+2
* lib/buildsystem.sh: Use new locale functions.P. J. McDermott2014-02-251-2/+2
* lib/buildsystem.sh: Use new output functions.P. J. McDermott2014-02-241-2/+2
* lib/buildsystem.sh: Remove _oh_local.P. J. McDermott2014-01-201-55/+52
* lib/buildsystem.sh: Enable kbuild plugin.P. J. McDermott2013-05-261-0/+1
* oh_buildsystem_arch(): Accept build system as arg.P. J. McDermott2013-05-261-6/+8
* lib/buildsystem.sh: s/@@ARCHTAB@@/@@ARCHTABDIR@@/.P. J. McDermott2013-05-091-1/+1
* Store absolute path in _OH_BUILDSYSTEM_SOURCE_DIR.P. J. McDermott2013-04-281-1/+2
* 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