Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement oh-architecture. | P. J. McDermott | 2012-11-08 | 2 | -1/+50 |
| | |||||
* | Split oh_buildsystem_do() & oh_buildsystem_find(). | P. J. McDermott | 2012-11-08 | 5 | -5/+15 |
| | |||||
* | Fix getopts operand in oh-autoconfigure. | P. J. McDermott | 2012-11-08 | 1 | -1/+1 |
| | |||||
* | Support a build target option in oh-autobuild. | P. J. McDermott | 2012-11-08 | 1 | -1/+4 |
| | |||||
* | Use lowercase "t" for target arch option. | P. J. McDermott | 2012-11-07 | 1 | -1/+1 |
| | |||||
* | Support a -T option for a cross build target. | P. J. McDermott | 2012-11-06 | 1 | -0/+3 |
| | |||||
* | Warn if some files aren't installed into packages. | P. J. McDermott | 2012-10-23 | 1 | -0/+5 |
| | |||||
* | Write oh-autoclean and oh-autotest. | P. J. McDermott | 2012-10-22 | 3 | -0/+104 |
| | |||||
* | Write oh-autoinstall. | P. J. McDermott | 2012-10-22 | 2 | -1/+56 |
| | |||||
* | Write oh-autobuild. | P. J. McDermott | 2012-10-22 | 2 | -1/+53 |
| | |||||
* | Move common load/init logic into libopkhelper. | P. J. McDermott | 2012-10-22 | 5 | -24/+7 |
| | |||||
* | Write oh-autoconfigure. | P. J. McDermott | 2012-10-21 | 2 | -1/+57 |
| | |||||
* | Add support for a libopkhelper to build system. | P. J. McDermott | 2012-10-21 | 1 | -0/+2 |
| | |||||
* | Additionally license everything under GPLv2. | P. J. McDermott | 2012-10-21 | 4 | -4/+4 |
| | |||||
* | Write and document oh-fixperms. | P. J. McDermott | 2012-10-21 | 2 | -1/+84 |
| | |||||
* | Print informational messages in oh-strip. | P. J. McDermott | 2012-10-21 | 1 | -0/+6 |
| | |||||
* | Change pathname of ${file} in oh-strip. | P. J. McDermott | 2012-10-21 | 1 | -7/+14 |
| | |||||
* | Rewrite oh-strip. | P. J. McDermott | 2012-10-21 | 2 | -4/+125 |
| | |||||
* | Let user specify the dir in which files are found. | P. J. McDermott | 2012-10-20 | 1 | -3/+17 |
| | |||||
* | Set the locale path format. | P. J. McDermott | 2012-10-11 | 2 | -0/+4 |
| | |||||
* | For now, use mv rather than ln in oh-installfiles. | P. J. McDermott | 2012-10-11 | 1 | -1/+2 |
| | |||||
* | Fix missing ob_get_msg() call. | P. J. McDermott | 2012-10-09 | 1 | -1/+1 |
| | |||||
* | Skip patterns that match no pathnames. | P. J. McDermott | 2012-10-09 | 1 | -0/+1 |
| | |||||
* | Simplify and improve pathname pattern matching. | P. J. McDermott | 2012-10-09 | 1 | -6/+5 |
| | |||||
* | Use OPK_PACKAGES in src/oh-installfiles.sh. | P. J. McDermott | 2012-10-09 | 1 | -1/+1 |
| | |||||
* | Rewrite src/oh-installfiles.sh. | P. J. McDermott | 2012-10-09 | 1 | -41/+29 |
| | |||||
* | Remove old utilities. | P. J. McDermott | 2012-10-09 | 9 | -1095/+0 |
| | | | | Many of these are provided by opkbuild now. | ||||
* | Build only oh-installfiles. | P. J. McDermott | 2012-10-09 | 1 | -8/+2 |
| | |||||
* | Use libopkbuild_1 macro in src/Makefile.in. | P. J. McDermott | 2012-10-09 | 1 | -1/+2 |
| | |||||
* | "Finish" oh-gencontrol (still rather ugly).opkhelper-2.0.x | P. J. McDermott | 2012-08-03 | 1 | -3/+10 |
| | |||||
* | Update old "@@SHELL@@" build system macros. | P. J. McDermott | 2012-08-03 | 4 | -4/+4 |
| | |||||
* | Update oh-gencontrol (rather ugly). | P. J. McDermott | 2012-08-03 | 1 | -3/+60 |
| | |||||
* | Update oh-strip (a no-op for now). | P. J. McDermott | 2012-08-03 | 2 | -68/+7 |
| | |||||
* | Update oh-checkbuilddeps (a no-op for now). | P. J. McDermott | 2012-08-03 | 2 | -63/+9 |
| | |||||
* | Detect invalid binary package names. | P. J. McDermott | 2012-08-02 | 1 | -0/+4 |
| | |||||
* | Detect absence of binary package directories. | P. J. McDermott | 2012-08-02 | 1 | -0/+7 |
| | | | | Or detect presence of clever user. | ||||
* | Fix binary package directory substring removal. | P. J. McDermott | 2012-08-02 | 1 | -1/+1 |
| | |||||
* | Better describe paths in output of object targets. | P. J. McDermott | 2012-08-02 | 1 | -1/+1 |
| | |||||
* | Get rid of old INSTALL macros. | P. J. McDermott | 2012-08-02 | 1 | -2/+0 |
| | |||||
* | Portably install, set better file modes. | P. J. McDermott | 2012-08-02 | 1 | -1/+3 |
| | | | | | | | The install utility is not required by POSIX, and it's easily replaced by mkdir, cp, and chmod. Libraries, locales, and manual pages should not be executable. | ||||
* | Add missing (no-)clean options to getopts operand. | P. J. McDermott | 2012-08-02 | 1 | -1/+1 |
| | |||||
* | Write oh_cache(). | P. J. McDermott | 2012-08-02 | 1 | -18/+21 |
| | |||||
* | Fix ordering of functions. | P. J. McDermott | 2012-08-02 | 1 | -24/+27 |
| | |||||
* | Fix message ID conflict. | P. J. McDermott | 2012-08-02 | 1 | -1/+1 |
| | |||||
* | Fix format version check. | P. J. McDermott | 2012-08-02 | 1 | -1/+1 |
| | |||||
* | Give format string to oh_error(). | P. J. McDermott | 2012-08-02 | 1 | -1/+1 |
| | |||||
* | Fix spelling of OPT_UID0_CMD parameter. | P. J. McDermott | 2012-08-02 | 1 | -3/+3 |
| | |||||
* | Fix options handling and empty function body. | P. J. McDermott | 2012-08-02 | 1 | -2/+3 |
| | |||||
* | Start rewriting build system. | P. J. McDermott | 2012-08-02 | 2 | -26/+29 |
| | |||||
* | Rewrite oh-gencontrol (now really short). | P. J. McDermott | 2012-08-01 | 1 | -175/+13 |
| |