Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use new build system macros in source files. | P. J. McDermott | 2014-02-28 | 4 | -5/+5 |
| | |||||
* | Switch to using GNU Autoconf and Automake. | P. J. McDermott | 2014-02-27 | 2 | -2/+2 |
| | |||||
* | lib/common.sh: Add "set -u". | P. J. McDermott | 2014-02-26 | 1 | -0/+2 |
| | |||||
* | oh_buildsystem_arch(): Require second argument. | P. J. McDermott | 2014-02-26 | 1 | -6/+7 |
| | |||||
* | lib/buildsystem/*.sh: Fix more [ commands. | P. J. McDermott | 2014-02-26 | 3 | -5/+5 |
| | |||||
* | lib/buildsystem.sh: Initialize more global vars. | P. J. McDermott | 2014-02-26 | 1 | -0/+3 |
| | |||||
* | lib/buildsystem.sh: Fix a [ command. | P. J. McDermott | 2014-02-26 | 1 | -1/+1 |
| | |||||
* | lib/buildsystem/*.sh: Improve more [ commands. | P. J. McDermott | 2014-02-26 | 3 | -5/+5 |
| | |||||
* | lib/buildsystem.sh: Move var init to global scope. | P. J. McDermott | 2014-02-26 | 1 | -10/+5 |
| | | | | Also, improve the behavior of a [ command with unset variables. | ||||
* | lib/locale.sh: Improve [ cmds with unset vars. | P. J. McDermott | 2014-02-26 | 1 | -3/+3 |
| | |||||
* | lib/*.sh, lib/*/*.sh: Rewrite include guards. | P. J. McDermott | 2014-02-26 | 8 | -16/+16 |
| | | | | This is one step toward adding `set -u` to opkhelper utilities. | ||||
* | oh_load_locale() Simplify warning message. | P. J. McDermott | 2014-02-25 | 1 | -2/+1 |
| | |||||
* | oh_load_locale(): Remove an old comment. | P. J. McDermott | 2014-02-25 | 1 | -2/+0 |
| | |||||
* | oh_set_text_domain(): Rename and remove parameter. | P. J. McDermott | 2014-02-25 | 2 | -11/+2 |
| | |||||
* | lib/locale.sh: Remove unused functions. | P. J. McDermott | 2014-02-25 | 1 | -25/+0 |
| | |||||
* | oh_init(): Don't call oh_set_locale_path(). | P. J. McDermott | 2014-02-25 | 1 | -1/+0 |
| | | | | The value used here isn't different from the default. | ||||
* | oh_get_msg(): Use printf instead of echo. | P. J. McDermott | 2014-02-25 | 1 | -1/+1 |
| | |||||
* | Remove unused _OH_INTERNAL_TEXT_DOMAIN variable. | P. J. McDermott | 2014-02-25 | 1 | -2/+1 |
| | |||||
* | Merge branch 'feature/drop-libopkbuild-dep'. | P. J. McDermott | 2014-02-25 | 6 | -9/+180 |
|\ | | | | | | | | | Conflicts: configure | ||||
| * | lib/load.sh: Stop loading libopkbuild. | P. J. McDermott | 2014-02-25 | 1 | -3/+0 |
| | | |||||
| * | oh_init(): Remove ob_*() calls. | P. J. McDermott | 2014-02-25 | 1 | -3/+0 |
| | | |||||
| * | lib/buildsystem.sh: Use new locale functions. | P. J. McDermott | 2014-02-25 | 1 | -2/+2 |
| | | |||||
| * | oh_init(): Use new locale functions. | P. J. McDermott | 2014-02-25 | 1 | -0/+3 |
| | | |||||
| * | lib/locale.sh: New file. | P. J. McDermott | 2014-02-25 | 2 | -0/+122 |
| | | |||||
| * | lib/buildsystem.sh: Use new output functions. | P. J. McDermott | 2014-02-24 | 1 | -2/+2 |
| | | |||||
| * | oh_init(): s/ob_use output/oh_use output/. | P. J. McDermott | 2014-02-24 | 1 | -1/+1 |
| | | | | | | | | | | libopkbuild's locale module still runs `ob_use output`, so now we have both ob_error() etc. and oh_error() etc. | ||||
| * | lib/output.sh: New file. | P. J. McDermott | 2014-02-24 | 2 | -0/+52 |
| | | |||||
* | | _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. | ||||
* | _ob_local(), _ob_return(): Remove. | P. J. McDermott | 2014-01-20 | 1 | -30/+1 |
| | |||||
* | lib/buildsystem/*.sh: Remove _oh_local. | P. J. McDermott | 2014-01-20 | 3 | -42/+43 |
| | |||||
* | lib/buildsystem.sh: Remove _oh_local. | P. J. McDermott | 2014-01-20 | 1 | -55/+52 |
| | |||||
* | lib/load.sh: Remove _oh_local. | P. J. McDermott | 2014-01-20 | 1 | -11/+8 |
| | |||||
* | _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 |
| | |||||
* | lib/buildsystem.sh: Enable kbuild plugin. | P. J. McDermott | 2013-05-26 | 1 | -0/+1 |
| | |||||
* | _oh_autoconf_configure(): Pass build sys arg. | P. J. McDermott | 2013-05-26 | 1 | -3/+3 |
| | |||||
* | oh_buildsystem_arch(): Accept build system as arg. | P. J. McDermott | 2013-05-26 | 1 | -6/+8 |
| | |||||
* | lib/buildsystem.sh: s/@@ARCHTAB@@/@@ARCHTABDIR@@/. | P. J. McDermott | 2013-05-09 | 1 | -1/+1 |
| | |||||
* | s/@@LIBOPKHELPER@@/@@PKGLIBDIR@@/ in sources. | P. J. McDermott | 2013-05-09 | 1 | -2/+2 |
| | |||||
* | Add pkglibbuildsystem macros. | P. J. McDermott | 2013-05-08 | 1 | -2/+1 |
| | |||||
* | Move code from lib/local.mk to Makefile.in. | P. J. McDermott | 2013-05-08 | 1 | -20/+1 |
| | |||||
* | Note deprecation of libopkhelper variable. | P. J. McDermott | 2013-05-06 | 1 | -0/+1 |
| | |||||
* | Change lib macros and targets to pkglib ones. | P. J. McDermott | 2013-05-05 | 1 | -2/+3 |
| | |||||
* | Make lib/buildsystem/ non-recursive. | P. J. McDermott | 2013-05-05 | 3 | -72/+26 |
| | |||||
* | Make lib/ non-recursive. | P. J. McDermott | 2013-05-05 | 2 | -78/+38 |
| | |||||
* | Store absolute path in _OH_BUILDSYSTEM_SOURCE_DIR. | P. J. McDermott | 2013-04-28 | 1 | -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. McDermott | 2013-04-28 | 1 | -1/+1 |
| | |||||
* | 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 |
| |