summaryrefslogtreecommitdiffstats
path: root/lib/buildsystem
Commit message (Collapse)AuthorAgeFilesLines
* */local.mk */*/local.mk: Remove copyright notices.P. J. McDermott2014-03-061-18/+0
| | | | These contain just lists of files and shouldn't be copyrightable.
* lib/*/*.sh: Add extra space in copyright notices.P. J. McDermott2014-03-063-3/+3
|
* lib/*.sh: Consolidate arg variable assignments.P. J. McDermott2014-03-062-8/+4
|
* lib/buildsystem/*.sh: Wrap long lines.P. J. McDermott2014-03-062-10/+10
|
* Add missing ".sh" to file headers.P. J. McDermott2014-03-013-3/+3
| | | | | All source files were renamed two years ago in e206c66, but the headers were never updated.
* _oh_autoconf_configure(): Update multiarch test.P. J. McDermott2014-02-281-1/+1
|
* Use new build system macros in source files.P. J. McDermott2014-02-281-1/+1
|
* Switch to using GNU Autoconf and Automake.P. J. McDermott2014-02-271-1/+1
|
* lib/buildsystem/*.sh: Fix more [ commands.P. J. McDermott2014-02-263-5/+5
|
* lib/buildsystem/*.sh: Improve more [ commands.P. J. McDermott2014-02-263-5/+5
|
* lib/*.sh, lib/*/*.sh: Rewrite include guards.P. J. McDermott2014-02-263-6/+6
| | | | This is one step toward adding `set -u` to opkhelper utilities.
* _oh_kbuild_testarch(): Return exit status of make.P. J. McDermott2014-02-251-1/+3
| | | | The exit status of cd was being returned instead.
* lib/buildsystem/*.sh: Remove _oh_local.P. J. McDermott2014-01-203-42/+43
|
* _oh_kbuild_testarch(): Enter build dir.P. J. McDermott2013-05-261-0/+5
|
* _oh_kbuild_testarch(): Fix function name.P. J. McDermott2013-05-261-1/+1
|
* _oh_autoconf_configure(): Pass build sys arg.P. J. McDermott2013-05-261-3/+3
|
* Add pkglibbuildsystem macros.P. J. McDermott2013-05-081-2/+1
|
* Make lib/buildsystem/ non-recursive.P. J. McDermott2013-05-052-71/+23
|
* Also set install_root and INSTALL_ROOT with make.P. J. McDermott2012-11-161-1/+15
|
* Set CONFIG_PREFIX when installing with kbuild.P. J. McDermott2012-11-161-1/+2
|
* Move user-set target check to common function.P. J. McDermott2012-11-161-16/+9
|
* Fix a return command.P. J. McDermott2012-11-151-1/+1
|
* Implement a "kbuild" build system plugin.P. J. McDermott2012-11-142-1/+117
|
* Return make's exit status.P. J. McDermott2012-11-131-2/+4
|
* Make oh-autoinstall support the -T option.P. J. McDermott2012-11-121-2/+7
|
* Fix quotes in GNU system types.P. J. McDermott2012-11-091-5/+5
|
* Split oh_buildsystem_do() & oh_buildsystem_find().P. J. McDermott2012-11-081-0/+7
|
* Try to detect a suitable build system host arch.P. J. McDermott2012-11-081-3/+3
|
* Optionally use multiarch lib paths in packages.P. J. McDermott2012-11-082-4/+12
|
* Fix missing "\" in _oh_autoconf_configure().P. J. McDermott2012-11-081-1/+1
|
* _oh_autoconf_configure: Return configure's status.P. J. McDermott2012-11-081-2/+3
|
* Fix search directory in _oh_make_can_build().P. J. McDermott2012-11-081-2/+2
|
* Support a build target option in oh-autobuild.P. J. McDermott2012-11-081-1/+6
|
* Support a -T option for a cross build target.P. J. McDermott2012-11-061-0/+5
|
* Get Autoconf arches from archtab, not environment.P. J. McDermott2012-11-061-3/+15
|
* Pass arguments through to make.P. J. McDermott2012-10-221-4/+4
|
* Enable the "make" build system.P. J. McDermott2012-10-221-1/+1
|
* Implement "make" build system plugin.P. J. McDermott2012-10-221-0/+97
|
* Add "clean" build system step.P. J. McDermott2012-10-221-0/+5
|
* Write lib/buildsystem/Makefile.in.P. J. McDermott2012-10-211-0/+69
|
* Implement "autoconf" build system plugin.P. J. McDermott2012-10-211-0/+67