Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | 17 | -33/+199 |
|\ | | | | | | | | | Conflicts: configure | ||||
| * | configure: Drop libopkbuild.1 dependency.feature/drop-libopkbuild-dep | P. J. McDermott | 2014-02-25 | 1 | -3/+0 |
| | | | | | | | | | | This undoes some early changes in the opkhelper 3.0.0 development cycle (from 2012-10-09). | ||||
| * | Makefile.in: Remove libopkbuild_1 macro. | P. J. McDermott | 2014-02-25 | 1 | -2/+0 |
| | | |||||
| * | 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 |
| | | |||||
| * | src/oh-strip.sh: Use new locale functions. | P. J. McDermott | 2014-02-25 | 1 | -4/+4 |
| | | |||||
| * | src/oh-installfiles.sh: Use new locale functions. | P. J. McDermott | 2014-02-25 | 1 | -3/+3 |
| | | |||||
| * | src/oh-fixperms.sh: Use new locale functions. | P. J. McDermott | 2014-02-25 | 1 | -6/+6 |
| | | |||||
| * | src/oh-auto*.sh: Use new locale functions. | P. J. McDermott | 2014-02-25 | 5 | -5/+5 |
| | | |||||
| * | src/oh-architecture.sh: Use new locale functions. | P. J. McDermott | 2014-02-25 | 1 | -1/+1 |
| | | |||||
| * | 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 |
| | | |||||
| * | src/oh-strip.sh: Use new output functions. | P. J. McDermott | 2014-02-24 | 1 | -4/+4 |
| | | |||||
| * | src/oh-installfiles.sh: Use new output functions. | P. J. McDermott | 2014-02-24 | 1 | -3/+3 |
| | | |||||
| * | src/oh-fixperms.sh: Use new output functions. | P. J. McDermott | 2014-02-24 | 1 | -6/+6 |
| | | |||||
| * | src/oh-auto*.sh: Use new output functions. | P. J. McDermott | 2014-02-24 | 5 | -5/+5 |
| | | |||||
| * | src/oh-architecture.sh: Use new output functions. | P. J. McDermott | 2014-02-24 | 1 | -1/+1 |
| | | |||||
| * | 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. | ||||
* | | configure: Remove obsolete help text. | P. J. McDermott | 2014-02-24 | 1 | -1/+0 |
|/ | |||||
* | Release opkhelper 3.0.0-beta4.opkhelper-3.0.0-beta4 | P. J. McDermott | 2014-01-22 | 2 | -1/+9 |
| | |||||
* | archtab/local.mk: Separate legacy arches a bit. | P. J. McDermott | 2014-01-22 | 1 | -0/+4 |
| | |||||
* | archtab: Add i686-linux-glibc. | P. J. McDermott | 2014-01-22 | 3 | -0/+5 |
| | | | | | | | | This is a generic architecture for Intel Pentium Pro (P6 microarchitecture) and later CPUs or AMD Athlon and later CPUs running a kernel with the Linux ABI (e.g. Linux-libre) and using a C library with the GNU C Library ABI (e.g. EGLIBC). It will replace i686-linux-eglibc for ProteanOS 1.0. | ||||
* | archtab: Add amd64-linux-glibc. | P. J. McDermott | 2014-01-22 | 3 | -0/+5 |
| | | | | | | | This is a generic architecture for 64-bit Intel/AMD CPUs running a kernel with the Linux ABI (e.g. Linux-libre) and using a C library with the GNU C Library ABI (e.g. EGLIBC). It will replace core-linux-eglibc for ProteanOS 1.0. | ||||
* | tests/*: Add -p option to mkdir commands. | P. J. McDermott | 2014-01-20 | 4 | -4/+4 |
| | |||||
* | _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 |
| | |||||
* | Release opkhelper 3.0.0-beta3.opkhelper-3.0.0-beta3 | P. J. McDermott | 2013-06-01 | 2 | -1/+8 |
| | |||||
* | INSTALL: Out-of-tree builds are broken for now. | P. J. McDermott | 2013-06-01 | 1 | -8/+1 |
| | | | | | | | | | Building opkhelper from outside the source tree is unsupported with the non-recursive build system introduced in version 3.0.0-beta2. I'm not sure yet how to support out-of-tree builds with non-recursive make and inference rules. Inference rules may need to be abandoned, or the non-standard VPATH may have to be used for out-of-tree builds. | ||||
* | t_installfiles_busybox_links: New test. | P. J. McDermott | 2013-05-27 | 2 | -1/+22 |
| | |||||
* | Add unit tests for oh-installfiles. | P. J. McDermott | 2013-05-27 | 3 | -0/+59 |
| | |||||
* | tests/oh-installfiles.sh: Remove old file. | P. J. McDermott | 2013-05-27 | 1 | -150/+0 |
| | |||||
* | Implement a proper unit testing framework. | P. J. McDermott | 2013-05-27 | 2 | -0/+75 |
| | |||||
* | tests/local.mk: New file. | P. J. McDermott | 2013-05-27 | 2 | -1/+26 |
| | |||||
* | Start testing oh-installfiles. | P. J. McDermott | 2013-05-27 | 1 | -0/+150 |
| | |||||
* | Makefile.in: chmod files in inference rules. | P. J. McDermott | 2013-05-26 | 1 | -1/+7 |
| | |||||
* | _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 |
| | |||||
* | Release opkhelper 3.0.0-beta2.opkhelper-3.0.0-beta2 | P. J. McDermott | 2013-05-10 | 2 | -1/+17 |
| | |||||
* | Makefile.in: Add note re: inference rules & POSIX. | P. J. McDermott | 2013-05-10 | 1 | -0/+7 |
| |