Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
... | |||||
| * | Makefile.in: Make clean target non-recursive. | P. J. McDermott | 2013-06-15 | 1 | -11/+23 |
| | | |||||
| * | Make man/ non-recursive. | P. J. McDermott | 2013-06-15 | 2 | -7/+77 |
| | | |||||
| * | Make locale/ non-recursive. | P. J. McDermott | 2013-06-15 | 2 | -5/+34 |
| | | |||||
| * | Make lib/metadata/ non-recursive. | P. J. McDermott | 2013-06-15 | 2 | -5/+31 |
| | | |||||
| * | Make lib/package/ non-recursive. | P. J. McDermott | 2013-06-15 | 2 | -4/+28 |
| | | |||||
| * | Make lib/ non-recursive. | P. J. McDermott | 2013-06-15 | 2 | -7/+45 |
| | | |||||
| * | configure: Update copyright years. | P. J. McDermott | 2013-06-15 | 1 | -2/+2 |
| | | |||||
| * | configure: Add man3dir. | P. J. McDermott | 2013-06-15 | 1 | -0/+4 |
| | | |||||
| * | configure: Add pkglibdir and man1dir. | P. J. McDermott | 2013-06-15 | 1 | -1/+11 |
| | | |||||
| * | configure: Fix find_dep_lib(). | P. J. McDermott | 2013-06-15 | 1 | -13/+8 |
| | | |||||
| * | Make src/ non-recursive. | P. J. McDermott | 2013-06-15 | 2 | -8/+71 |
| | | |||||
| * | configure: Normalize dependency parameter names. | P. J. McDermott | 2013-06-15 | 1 | -2/+4 |
| | | |||||
| * | configure: Only edit top-level makefile. | P. J. McDermott | 2013-06-15 | 1 | -4/+3 |
|/ | |||||
* | Set Host-Arch and Host-Plat substvars. | P. J. McDermott | 2013-05-25 | 1 | -0/+2 |
| | | | | | | | | | If ob_set_package_substvars() is called outside of a build environment, the values of these substvars will be null. These substvars are finally specified as part of SPF 2.0 as of 2013-05-25. They facilitate the cross building of packages with platform configurations. | ||||
* | Use cat in ob_parse_{control,changelog}(). | P. J. McDermott | 2012-11-22 | 2 | -2/+6 |
| | | | | This allows lines to be read from standard input. | ||||
* | Fix arguments to _ob_parse_changelog_error(). | P. J. McDermott | 2012-11-22 | 1 | -11/+13 |
| | |||||
* | Verify existence of *.pkg/control in pkg listing. | P. J. McDermott | 2012-11-16 | 1 | -0/+4 |
| | | | | | | | This fixes warnings like the following when there are no binary package metadata directories: opkbuild: Warning: Bad binary package name: "*" | ||||
* | Exit on failure to parse package metadata. | P. J. McDermott | 2012-11-16 | 9 | -18/+18 |
| | |||||
* | ob_set_substvar(): Escape single quotes in value. | P. J. McDermott | 2012-11-16 | 1 | -0/+3 |
| | |||||
* | Release opkbuild 3.0.0-alpha4.opkbuild-3.0.0-alpha4 | P. J. McDermott | 2012-11-16 | 2 | -1/+20 |
| | |||||
* | Add mksysconf to .gitignore. | P. J. McDermott | 2012-11-15 | 1 | -0/+1 |
| | |||||
* | Reduce platforms for OPK_PACKAGES. | P. J. McDermott | 2012-11-15 | 1 | -2/+6 |
| | |||||
* | Simplify variable setting; save a fork. | P. J. McDermott | 2012-11-15 | 1 | -1/+1 |
| | |||||
* | configure: Don't exit on unrecognized options. | P. J. McDermott | 2012-11-14 | 1 | -2/+3 |
| | |||||
* | Update TODO. | P. J. McDermott | 2012-11-14 | 1 | -3/+25 |
| | |||||
* | Add some more error handling to opkbuild. | P. J. McDermott | 2012-11-14 | 1 | -12/+37 |
| | |||||
* | Improve the system config generation kludge. | P. J. McDermott | 2012-11-14 | 3 | -130/+55 |
| | |||||
* | Remove archtab generation from testsetup.sh | P. J. McDermott | 2012-11-14 | 1 | -22/+0 |
| | |||||
* | Remove code for upstream build system arches. | P. J. McDermott | 2012-11-14 | 3 | -23/+3 |
| | |||||
* | Set an OPK_TOOL_PREFIX environment variable. | P. J. McDermott | 2012-11-14 | 1 | -0/+1 |
| | |||||
* | Don't print error when there's no substvars file. | P. J. McDermott | 2012-11-10 | 1 | -1/+3 |
| | |||||
* | Make ob-unpacksource a bit more robust. | P. J. McDermott | 2012-11-10 | 1 | -2/+2 |
| | | | | | Some tar archives (e.g. the GNU Binutils source archive) don't have explicit directory entries. | ||||
* | Reduce platforms in ob_get_binary_packages(). | P. J. McDermott | 2012-11-05 | 1 | -2/+11 |
| | |||||
* | Refactor ob_get_binary_packages() arch reduction. | P. J. McDermott | 2012-11-05 | 1 | -11/+8 |
| | |||||
* | ob_get_binary_packages: use ob_arch_is_concerned. | P. J. McDermott | 2012-11-05 | 1 | -1/+2 |
| | |||||
* | Add argument count checks to ob_*_is_concerned(). | P. J. McDermott | 2012-11-05 | 1 | -6/+16 |
| | |||||
* | Add {arch,plat}_is_concerned funcs to public API. | P. J. McDermott | 2012-11-05 | 2 | -66/+66 |
| | |||||
* | Support multiple build helpers in PATH. | P. J. McDermott | 2012-10-27 | 1 | -1/+3 |
| | |||||
* | Having no upstream/native sources is not an error. | P. J. McDermott | 2012-10-27 | 1 | -3/+4 |
| | |||||
* | Simplify a comment in ob_parse_dep(). | P. J. McDermott | 2012-10-27 | 1 | -1/+1 |
| | |||||
* | Improve IFS resetting in ob_reduce_deps(). | P. J. McDermott | 2012-10-27 | 1 | -5/+4 |
| | |||||
* | Remove old oh-* utilities. | P. J. McDermott | 2012-10-27 | 3 | -163/+0 |
| | |||||
* | Release opkbuild 3.0.0-alpha3.opkbuild-3.0.0-alpha3 | P. J. McDermott | 2012-10-26 | 2 | -1/+18 |
| | |||||
* | Fix an old utility name in TODO. | P. J. McDermott | 2012-10-26 | 1 | -1/+1 |
| | |||||
* | Validate substvar names. | P. J. McDermott | 2012-10-26 | 1 | -1/+9 |
| | |||||
* | Add a "dist-xz" target. | P. J. McDermott | 2012-10-26 | 1 | -0/+4 |
| | |||||
* | Support comments in control files. | P. J. McDermott | 2012-10-25 | 1 | -0/+3 |
| | |||||
* | Fix parsing of platform specs in ob_parse_dep(). | P. J. McDermott | 2012-10-25 | 1 | -1/+1 |
| | |||||
* | Improve formatting of dep in ob_parse_dep(). | P. J. McDermott | 2012-10-25 | 1 | -6/+16 |
| | |||||
* | Make ob_get_doc_files() accept arch and plat args. | P. J. McDermott | 2012-10-25 | 3 | -10/+12 |
| | | | | | | | The contents of the changelog file might be made architecture-dependent by binary rebuilds. So prepare to make the file's pathname architecture-specific to support co-installation of multiple architectures. |