Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Switch to using GNU Autoconf and Automake. | P. J. McDermott | 2014-02-27 | 1 | -1/+1 |
| | |||||
* | lib/buildsystem/*.sh: Fix more [ commands. | P. J. McDermott | 2014-02-26 | 3 | -5/+5 |
| | |||||
* | lib/buildsystem/*.sh: Improve more [ commands. | P. J. McDermott | 2014-02-26 | 3 | -5/+5 |
| | |||||
* | lib/*.sh, lib/*/*.sh: Rewrite include guards. | P. J. McDermott | 2014-02-26 | 3 | -6/+6 |
| | | | | This is one step toward adding `set -u` to opkhelper utilities. | ||||
* | _oh_kbuild_testarch(): Return exit status of make. | P. J. McDermott | 2014-02-25 | 1 | -1/+3 |
| | | | | The exit status of cd was being returned instead. | ||||
* | lib/buildsystem/*.sh: Remove _oh_local. | P. J. McDermott | 2014-01-20 | 3 | -42/+43 |
| | |||||
* | _oh_kbuild_testarch(): Enter build dir. | P. J. McDermott | 2013-05-26 | 1 | -0/+5 |
| | |||||
* | _oh_kbuild_testarch(): Fix function name. | P. J. McDermott | 2013-05-26 | 1 | -1/+1 |
| | |||||
* | _oh_autoconf_configure(): Pass build sys arg. | P. J. McDermott | 2013-05-26 | 1 | -3/+3 |
| | |||||
* | Add pkglibbuildsystem macros. | P. J. McDermott | 2013-05-08 | 1 | -2/+1 |
| | |||||
* | Make lib/buildsystem/ non-recursive. | P. J. McDermott | 2013-05-05 | 2 | -71/+23 |
| | |||||
* | Also set install_root and INSTALL_ROOT with make. | P. J. McDermott | 2012-11-16 | 1 | -1/+15 |
| | |||||
* | Set CONFIG_PREFIX when installing with kbuild. | P. J. McDermott | 2012-11-16 | 1 | -1/+2 |
| | |||||
* | Move user-set target check to common function. | P. J. McDermott | 2012-11-16 | 1 | -16/+9 |
| | |||||
* | Fix a return command. | P. J. McDermott | 2012-11-15 | 1 | -1/+1 |
| | |||||
* | Implement a "kbuild" build system plugin. | P. J. McDermott | 2012-11-14 | 2 | -1/+117 |
| | |||||
* | Return make's exit status. | P. J. McDermott | 2012-11-13 | 1 | -2/+4 |
| | |||||
* | Make oh-autoinstall support the -T option. | P. J. McDermott | 2012-11-12 | 1 | -2/+7 |
| | |||||
* | Fix quotes in GNU system types. | P. J. McDermott | 2012-11-09 | 1 | -5/+5 |
| | |||||
* | Split oh_buildsystem_do() & oh_buildsystem_find(). | P. J. McDermott | 2012-11-08 | 1 | -0/+7 |
| | |||||
* | Try to detect a suitable build system host arch. | P. J. McDermott | 2012-11-08 | 1 | -3/+3 |
| | |||||
* | Optionally use multiarch lib paths in packages. | P. J. McDermott | 2012-11-08 | 2 | -4/+12 |
| | |||||
* | Fix missing "\" in _oh_autoconf_configure(). | P. J. McDermott | 2012-11-08 | 1 | -1/+1 |
| | |||||
* | _oh_autoconf_configure: Return configure's status. | P. J. McDermott | 2012-11-08 | 1 | -2/+3 |
| | |||||
* | Fix search directory in _oh_make_can_build(). | P. J. McDermott | 2012-11-08 | 1 | -2/+2 |
| | |||||
* | Support a build target option in oh-autobuild. | P. J. McDermott | 2012-11-08 | 1 | -1/+6 |
| | |||||
* | Support a -T option for a cross build target. | P. J. McDermott | 2012-11-06 | 1 | -0/+5 |
| | |||||
* | Get Autoconf arches from archtab, not environment. | P. J. McDermott | 2012-11-06 | 1 | -3/+15 |
| | |||||
* | Pass arguments through to make. | P. J. McDermott | 2012-10-22 | 1 | -4/+4 |
| | |||||
* | Enable the "make" build system. | P. J. McDermott | 2012-10-22 | 1 | -1/+1 |
| | |||||
* | Implement "make" build system plugin. | P. J. McDermott | 2012-10-22 | 1 | -0/+97 |
| | |||||
* | Add "clean" build system step. | P. J. McDermott | 2012-10-22 | 1 | -0/+5 |
| | |||||
* | Write lib/buildsystem/Makefile.in. | P. J. McDermott | 2012-10-21 | 1 | -0/+69 |
| | |||||
* | Implement "autoconf" build system plugin. | P. J. McDermott | 2012-10-21 | 1 | -0/+67 |