Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make src/ non-recursive. | P. J. McDermott | 2013-05-05 | 2 | -85/+43 |
| | |||||
* | oh-installfiles: In mkdir cmd, rm / and 1+ chars. | P. J. McDermott | 2013-04-28 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | Previously, a pattern like `/usr/include/` in <binpkg>.pkg/files would cause oh-installfiles to run `mkdir -p <binpkg>.data//usr/include` and install headers in `<binpkg>.data/usr/include/include/`. Before: $ pkg=foo $ file=/usr/include $ echo mkdir -p "${pkg}.data/${file%/*}" mkdir -p foo.data//usr $ file=/usr/include/ $ echo mkdir -p "${pkg}.data/${file%/*}" mkdir -p foo.data//usr/include After: $ pkg=foo $ file=/usr/include $ echo mkdir -p "${pkg}.data/${file%/?*}" mkdir -p foo.data//usr $ file=/usr/include/ $ echo mkdir -p "${pkg}.data/${file%/?*}" mkdir -p foo.data//usr | ||||
* | oh-installfiles: Don't skip symbolic links. | P. J. McDermott | 2013-04-28 | 1 | -1/+1 |
| | |||||
* | Remove unneeded ob_parse_package_metadata() call. | P. J. McDermott | 2012-11-15 | 1 | -5/+0 |
| | |||||
* | Add -s and -B options to oh-architecture. | P. J. McDermott | 2012-11-15 | 1 | -2/+8 |
| | |||||
* | Support -s in oh-auto{build,clean,install}. | P. J. McDermott | 2012-11-14 | 3 | -3/+12 |
| | |||||
* | Fix getopts operand in oh-autoconfigure. | P. J. McDermott | 2012-11-14 | 1 | -1/+1 |
| | |||||
* | Make the source directory configurable. | P. J. McDermott | 2012-11-13 | 1 | -0/+3 |
| | |||||
* | Return exit status of oh_buildsystem_do(). | P. J. McDermott | 2012-11-12 | 5 | -5/+5 |
| | |||||
* | Make oh-autoinstall support the -T option. | P. J. McDermott | 2012-11-12 | 1 | -1/+4 |
| | |||||
* | 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. |