Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
... | |||||
* | tests/ob_match_arch.sh: Fix header comment | Patrick McDermott | 2018-12-24 | 1 | -1/+1 |
| | |||||
* | tests/*.sh: Update header comments, copyright years, & license | Patrick McDermott | 2018-12-24 | 5 | -45/+45 |
| | |||||
* | tests/ob_parse_dep.sh, tests/ob_reduce_deps.sh: ↵ | Patrick McDermott | 2018-12-24 | 2 | -32/+32 |
| | | | | s/core-linux-eglibc/amd64-linux-glibc/g | ||||
* | tests/ob_parse_dep.sh: Convert to TAP | Patrick McDermott | 2018-12-24 | 3 | -115/+119 |
| | |||||
* | .gitignore: Exclude config.sh | Patrick McDermott | 2018-12-24 | 1 | -0/+1 |
| | |||||
* | .gitignore: Exclude test logs and results | Patrick McDermott | 2018-12-24 | 1 | -0/+3 |
| | |||||
* | tests/ob_reduce_deps.sh: Correct a comment | Patrick McDermott | 2018-12-24 | 1 | -1/+1 |
| | |||||
* | tests/ob_reduce_deps.sh: Convert to TAP | Patrick McDermott | 2018-12-24 | 3 | -106/+118 |
| | |||||
* | ob_parse_dep(), ob_reduce_deps(): Initialize OPTIND before getopts | Patrick McDermott | 2018-12-24 | 1 | -0/+2 |
| | | | | | | | | Dash and BusyBox ash apparently do this themselves, but GNU Bash (and other shells?) don't. POSIX says that getopts can be used more than once if OPTIND is set to 1, but using getopts multiple times with different parameters without setting OPTIND to 1 "produces unspecified results". | ||||
* | tests/ob_plat_is_concerned.sh: Convert to TAP | Patrick McDermott | 2018-12-23 | 3 | -104/+90 |
| | |||||
* | tests/ob_arch_is_concerned.sh: Convert to TAP | Patrick McDermott | 2018-12-23 | 3 | -105/+89 |
| | |||||
* | tests/common.sh: Remove | Patrick McDermott | 2018-12-23 | 1 | -33/+0 |
| | |||||
* | tests/ob_match_arch.sh: Convert to TAP | Patrick McDermott | 2018-12-23 | 3 | -114/+47 |
| | |||||
* | Makefile.am, tests/local.mk: Use TAP | Patrick McDermott | 2018-12-23 | 2 | -44/+21 |
| | |||||
* | Makefile.am: Drop METADATA definition from SHPPFLAGS | Patrick McDermott | 2018-12-23 | 1 | -2/+1 |
| | |||||
* | Makefile.am: Distribute shpp and shld | Patrick McDermott | 2018-12-23 | 1 | -0/+2 |
| | |||||
* | tests/aux/tap-functions.sh: New file | Patrick McDermott | 2018-12-23 | 2 | -1/+231 |
| | |||||
* | build-aux/tap-driver.sh: New file | Patrick McDermott | 2018-12-23 | 4 | -2/+656 |
| | |||||
* | Makefile.am: Move do_subst | Patrick McDermott | 2018-12-23 | 1 | -5/+6 |
| | |||||
* | Makefile.am: Move includes | Patrick McDermott | 2018-12-23 | 1 | -4/+3 |
| | |||||
* | Makefile.am: Add some newlines | Patrick McDermott | 2018-12-23 | 1 | -0/+4 |
| | |||||
* | src/local.mk: Add objects to CLEANFILES | Patrick McDermott | 2018-12-23 | 1 | -0/+10 |
| | |||||
* | Makefile.am: Move include | Patrick McDermott | 2018-12-23 | 1 | -1/+1 |
| | |||||
* | Makefile.am: Add variables to SHPPFLAGS | Patrick McDermott | 2018-12-22 | 1 | -10/+5 |
| | | | | And drop from do_subst. | ||||
* | opkbuild, ob-*: Drop magic number interpreter lines | Patrick McDermott | 2018-12-22 | 10 | -20/+0 |
| | |||||
* | opkbuild, ob-*: Use variables set by shpp | Patrick McDermott | 2018-12-22 | 10 | -27/+27 |
| | |||||
* | opkbuild, ob-*: Build with shpp and shld | Patrick McDermott | 2018-12-22 | 2 | -19/+43 |
| | |||||
* | Makefile.am: Move SUFFIXES | Patrick McDermott | 2018-12-22 | 1 | -2/+2 |
| | |||||
* | lib/local.mk, lib/package/local.mk: Drop leading spaces | Patrick McDermott | 2018-12-22 | 2 | -2/+2 |
| | | | | I've no idea how those got there. | ||||
* | metadata: Conditionally build configured plugin | Patrick McDermott | 2018-12-22 | 1 | -1/+4 |
| | |||||
* | Makefile.am: Set EXTRA_libopkbuild_sources | Patrick McDermott | 2018-12-22 | 1 | -0/+1 |
| | | | | This will be used for conditionally built sources. | ||||
* | Makefile.am: Drop "." from SHOBJEXT | Patrick McDermott | 2018-12-22 | 1 | -1/+1 |
| | |||||
* | metadata: Drop system name from function names | Patrick McDermott | 2018-12-22 | 2 | -9/+9 |
| | |||||
* | Makefile.am: s/LINKLIB/LIBLINK/ | Patrick McDermott | 2018-12-22 | 1 | -2/+2 |
| | |||||
* | Makefile.am: Define SHOBJEXT | Patrick McDermott | 2018-12-22 | 1 | -1/+2 |
| | |||||
* | configure.ac: Drop PACKAGE_LIBRARY | Patrick McDermott | 2018-12-22 | 1 | -1/+0 |
| | |||||
* | Makefile.am: Drop uninstall-hook target | Patrick McDermott | 2018-12-22 | 1 | -10/+0 |
| | |||||
* | configure.ac, Makefile.am: Set PACKAGE_VERSION_GIT | Patrick McDermott | 2018-12-22 | 2 | -0/+9 |
| | |||||
* | config.sh.in: New file | Patrick McDermott | 2018-12-22 | 2 | -0/+4 |
| | |||||
* | libopkbuild: Drop include guards | Patrick McDermott | 2018-12-22 | 10 | -30/+0 |
| | |||||
* | .gitignore: Exclude lib/*.shso* | Patrick McDermott | 2018-12-22 | 1 | -0/+1 |
| | |||||
* | Makefile.am: Fix srcdir macros in test target | Patrick McDermott | 2018-12-22 | 1 | -2/+2 |
| | |||||
* | Rewrite libopkbuild sources list building | Patrick McDermott | 2018-12-22 | 4 | -20/+19 |
| | |||||
* | ob_use(): Remove | Patrick McDermott | 2018-12-22 | 26 | -145/+0 |
| | |||||
* | tests/common.sh: Load libopkbuild and neuter ob_use() | Patrick McDermott | 2018-12-22 | 1 | -2/+2 |
| | |||||
* | lib/load.sh: Neuter ob_use(), don't load modules | Patrick McDermott | 2018-12-22 | 1 | -2/+2 |
| | |||||
* | opkbuild, ob-*: Load newly linked libopkbuild | Patrick McDermott | 2018-12-22 | 11 | -11/+11 |
| | |||||
* | libopkbuild: Use shld | Patrick McDermott | 2018-12-22 | 1 | -11/+18 |
| | |||||
* | Makefile.am: Drop execute permissions on library objects | Patrick McDermott | 2018-12-22 | 1 | -6/+6 |
| | |||||
* | Remove copyright notices from local.mk files | Patrick McDermott | 2018-12-22 | 7 | -126/+0 |
| | | | | These contain just lists of files and shouldn't be copyrightable. |