Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
... | |||||
* | man/local.mk: Add man/prokit-build.8in | P. J. McDermott | 2014-09-01 | 1 | -1/+2 |
* | prokit(1): Update sections in command references | P. J. McDermott | 2014-09-01 | 1 | -4/+4 |
* | Move some manuals to section 8 | P. J. McDermott | 2014-09-01 | 6 | -8/+17 |
* | NEWS: Mention shell's optional command arguments | P. J. McDermott | 2014-09-01 | 1 | -0/+1 |
* | prokit-shell(1): Document command arguments | P. J. McDermott | 2014-09-01 | 1 | -2/+12 |
* | cmd/shell: Accept command arguments | P. J. McDermott | 2014-09-01 | 2 | -5/+10 |
* | prokit-build(1): Note installation of build deps | P. J. McDermott | 2014-09-01 | 1 | -2/+3 |
* | set_substvar(): Warn, don't error, on bad name | P. J. McDermott | 2014-09-01 | 1 | -1/+2 |
* | set_substvar(): Use printf instead of echo | P. J. McDermott | 2014-09-01 | 1 | -1/+1 |
* | locale/en_US: Add lib/substvars.sh strings | P. J. McDermott | 2014-09-01 | 1 | -0/+4 |
* | substvars: Pass argument to error | P. J. McDermott | 2014-09-01 | 1 | -1/+1 |
* | substvars: Fix function names | P. J. McDermott | 2014-09-01 | 1 | -1/+1 |
* | NEWS: Mention build command | P. J. McDermott | 2014-09-01 | 1 | -0/+1 |
* | substvars: Fix an eval command | P. J. McDermott | 2014-09-01 | 1 | -1/+1 |
* | substvars: Use printf instead of echo | P. J. McDermott | 2014-09-01 | 1 | -1/+1 |
* | substvars: Fix an eval command | P. J. McDermott | 2014-09-01 | 1 | -1/+1 |
* | package/2: Fix function name | P. J. McDermott | 2014-09-01 | 1 | -2/+2 |
* | substvars: Set max depth | P. J. McDermott | 2014-09-01 | 1 | -1/+3 |
* | package/2: Substitute variables in build deps | P. J. McDermott | 2014-09-01 | 1 | -1/+2 |
* | cmd/build: Set substvars | P. J. McDermott | 2014-09-01 | 1 | -0/+1 |
* | package_set_substvars(): New function | P. J. McDermott | 2014-09-01 | 2 | -0/+35 |
* | lib/substvars.sh: New file | P. J. McDermott | 2014-09-01 | 2 | -0/+104 |
* | package/2: Reduce build dependencies | P. J. McDermott | 2014-09-01 | 1 | -1/+2 |
* | package_get_build_deps(): Take arch and plat args | P. J. McDermott | 2014-09-01 | 3 | -2/+8 |
* | build: use control | P. J. McDermott | 2014-09-01 | 1 | -0/+1 |
* | build: Use opkbuild's optstring | P. J. McDermott | 2014-09-01 | 1 | -1/+4 |
* | build: Get host arch and plat | P. J. McDermott | 2014-09-01 | 1 | -0/+65 |
* | build: Use package_get_build_deps() | P. J. McDermott | 2014-09-01 | 1 | -32/+11 |
* | lib/package/2.sh: New file | P. J. McDermott | 2014-09-01 | 2 | -1/+54 |
* | lib/package/local.mk: New file | P. J. McDermott | 2014-09-01 | 2 | -0/+7 |
* | lib/package.sh: New file | P. J. McDermott | 2014-09-01 | 3 | -1/+62 |
* | tests/reduce_deps.sh: New test | P. J. McDermott | 2014-08-30 | 2 | -1/+84 |
* | tests/plat_is_concerned.sh: New test | P. J. McDermott | 2014-08-30 | 2 | -1/+98 |
* | tests/arch_is_concerned.sh: Print to stdout | P. J. McDermott | 2014-08-30 | 1 | -8/+6 |
* | {arch,plat}_is_concerned(): Fix handling of "all" | P. J. McDermott | 2014-08-30 | 1 | -14/+2 |
* | tests/arch_is_concerned.sh: New test | P. J. McDermott | 2014-08-30 | 2 | -1/+100 |
* | tests/match_plat.sh: New test | P. J. McDermott | 2014-08-30 | 2 | -1/+66 |
* | tests/match_arch.sh: New test | P. J. McDermott | 2014-08-30 | 2 | -1/+74 |
* | lib/deps.sh: New file | P. J. McDermott | 2014-08-29 | 2 | -0/+162 |
* | lib/archplat.sh: New file | P. J. McDermott | 2014-08-29 | 2 | -0/+160 |
* | build: Autoremove build dependencies | P. J. McDermott | 2014-08-29 | 1 | -1/+1 |
* | build: Remove builddeps.opk | P. J. McDermott | 2014-08-29 | 1 | -0/+1 |
* | build: Parse and install build dependencies | P. J. McDermott | 2014-08-29 | 1 | -3/+37 |
* | build: Make stub build dependencies package | P. J. McDermott | 2014-08-29 | 1 | -1/+27 |
* | build: Move output files to parent of pkg dir | P. J. McDermott | 2014-08-29 | 1 | -1/+1 |
* | prokit(1): Refer to new manual pages | P. J. McDermott | 2014-08-28 | 1 | -1/+7 |
* | prokit-build(1): New manual page | P. J. McDermott | 2014-08-28 | 1 | -0/+33 |
* | build: New command | P. J. McDermott | 2014-08-28 | 3 | -1/+95 |
* | notes.txt: Remove more old notes | P. J. McDermott | 2014-08-28 | 1 | -22/+0 |
* | NEWS: Add section for 0.2.0 | P. J. McDermott | 2014-08-28 | 1 | -0/+9 |