summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Release opkbuild 3.0.0-beta1.opkbuild-3.0.0-beta1P. J. McDermott2013-09-072-1/+9
|
* Makefile.in: Distribute ChangeLog.opkhelper.P. J. McDermott2013-09-071-0/+1
|
* Add copyright information to general doc files.P. J. McDermott2013-09-075-0/+54
|
* mksysconf.in: Clean up macro definitions.P. J. McDermott2013-09-071-13/+0
|
* README: Update URLs.P. J. McDermott2013-08-181-3/+3
|
* TODO: ob-genchanges is written.P. J. McDermott2013-08-181-1/+0
|
* _ob_parse_control_error(): Drop quotes around int.P. J. McDermott2013-08-181-1/+1
|
* src/*.sh: Add ".sh" to header comment.P. J. McDermott2013-08-1810-10/+10
|
* lib/*.sh, lib/*/*.sh: Add ".sh" to header comment.P. J. McDermott2013-08-1811-11/+11
|
* lib/*.sh, lib/*/*.sh: Rewrite include guards.P. J. McDermott2013-08-1811-22/+22
| | | | This is one step toward adding `set -u` to opkbuild.
* ob_reduce_deps(): Add "unset IFS" after a loop.P. J. McDermott2013-08-181-0/+1
|
* Merge branch 'feature/remove-_ob_local'.P. J. McDermott2013-08-1810-842/+730
|\
| * _ob_local(), _ob_return(): Remove.feature/remove-_ob_localP. J. McDermott2013-08-181-29/+0
| |
| * lib/metadata/proteanos.sh: Remove _ob_local.P. J. McDermott2013-08-181-61/+40
| |
| * lib/metadata.sh: Remove _ob_local.P. J. McDermott2013-08-181-132/+111
| | | | | | | | Also fix variable declarations in ob_match_arch().
| * lib/package/2.sh: Remove _ob_local.P. J. McDermott2013-08-181-56/+43
| |
| * lib/package.sh: Remove _ob_local.P. J. McDermott2013-08-181-176/+151
| |
| * lib/deps.sh: Remove _ob_local.P. J. McDermott2013-08-181-118/+125
| |
| * lib/load.sh: Remove _ob_local.P. J. McDermott2013-08-181-11/+8
| |
| * lib/changelog.sh: Remove _ob_local.P. J. McDermott2013-08-181-100/+104
| |
| * lib/control.sh: Reflow long command lines.P. J. McDermott2013-08-181-6/+3
| |
| * lib/control.sh: Remove _ob_local.P. J. McDermott2013-08-181-119/+125
| |
| * lib/locale.sh: Remove _ob_local.P. J. McDermott2013-08-181-38/+24
|/
* ob-genchanges: Add informational output.P. J. McDermott2013-08-172-0/+5
|
* opkbuild: Enable ob-genchanges.P. J. McDermott2013-08-171-2/+4
|
* ob-genchanges: Implement, finally.P. J. McDermott2013-08-172-1/+107
|
* ob-applypatches: Fix to work with BusyBox patch.P. J. McDermott2013-06-181-1/+3
| | | | | | | | | | | | | | | | | | | | | BusyBox's patch applet doesn't support the -d option, which is specified by POSIX.1. Fixes: ob-applypatches: Applying patch "01_better-handle-unrecognized-options.patch"... patch: invalid option -- 'd' BusyBox v1.21.0 (2013-06-15 09:00:55 EDT) multi-call binary. Usage: patch [OPTIONS] [ORIGFILE [PATCHFILE]] -p,--strip N Strip N leading components from file names -i,--input DIFF Read DIFF instead of stdin -R,--reverse Reverse patch -N,--forward Ignore already applied patches -E,--remove-empty-files Remove output files if they become empty ob-applypatches: Error: Can't apply patch "01_better-handle-unrecognized-options.patch"
* Release opkbuild 3.0.0-alpha5.opkbuild-3.0.0-alpha5P. J. McDermott2013-06-162-1/+19
|
* opkbuild: Separate opt_uid0_cmd non-option args.P. J. McDermott2013-06-151-5/+5
| | | | Otherwise, the option arguments might be collected by the opt_uid0_cmd.
* configure: Better handle unecognized options.P. J. McDermott2013-06-151-3/+1
| | | | optind needs to be incremented for every option.
* Makefile.in: Distribute mksysconf.in.P. J. McDermott2013-06-151-0/+2
| | | | | I apparently never remembered to put this file in the tar archives. Oddly, no one ever complained that it was missing.
* Merge branch 'feature/build-system-improvements'.P. J. McDermott2013-06-1527-674/+464
|\
| * INSTALL: Out-of-tree builds are broken for now.feature/build-system-improvementsP. J. McDermott2013-06-151-8/+1
| | | | | | | | | | | | | | | | | | Building opkbuild from outside the source tree is unsupported with the new non-recursive build system. The issue is the use of inference rules to fix dependencies. Out-of-tree builds will probably be supported in certain make implementations using the non-standard VPATH macro.
| * Makefile.in: Distribute tests/local.mk.P. J. McDermott2013-06-151-0/+1
| |
| * Remove old libopkbuild build system variable.P. J. McDermott2013-06-152-4/+0
| |
| * s/@@LIBOPKBUILD@@/@@PKGLIBDIR@@/ in sources.P. J. McDermott2013-06-1510-11/+11
| |
| * Fix tests file names for distribution.P. J. McDermott2013-06-152-4/+4
| |
| * Makefile.in: Move metadata macro definition.P. J. McDermott2013-06-151-1/+2
| |
| * Makefile.in: Remove old MACROS macro.P. J. McDermott2013-06-151-12/+0
| |
| * Make test target non-recursive.P. J. McDermott2013-06-153-67/+51
| |
| * Remove old input makefiles.P. J. McDermott2013-06-156-495/+0
| |
| * Makefile.in: Make $(distdir) target non-recursive.P. J. McDermott2013-06-151-8/+4
| |
| * Makefile.in: Make uninstall target non-recursive.P. J. McDermott2013-06-151-11/+37
| |
| * Makefile.in: Make install target non-recursive.P. J. McDermott2013-06-151-11/+39
| |
| * Makefile.in: Move opkhelper_3_0 macro definition.P. J. McDermott2013-06-151-1/+1
| |
| * Makefile.in: Make clean target non-recursive.P. J. McDermott2013-06-151-11/+23
| |
| * Make man/ non-recursive.P. J. McDermott2013-06-152-7/+77
| |
| * Make locale/ non-recursive.P. J. McDermott2013-06-152-5/+34
| |
| * Make lib/metadata/ non-recursive.P. J. McDermott2013-06-152-5/+31
| |
| * Make lib/package/ non-recursive.P. J. McDermott2013-06-152-4/+28
| |