summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* .gitignore: Exclude test logs and resultsPatrick McDermott2018-12-241-0/+3
|
* tests/ob_reduce_deps.sh: Correct a commentPatrick McDermott2018-12-241-1/+1
|
* tests/ob_reduce_deps.sh: Convert to TAPPatrick McDermott2018-12-243-106/+118
|
* ob_parse_dep(), ob_reduce_deps(): Initialize OPTIND before getoptsPatrick McDermott2018-12-241-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 TAPPatrick McDermott2018-12-233-104/+90
|
* tests/ob_arch_is_concerned.sh: Convert to TAPPatrick McDermott2018-12-233-105/+89
|
* tests/common.sh: RemovePatrick McDermott2018-12-231-33/+0
|
* tests/ob_match_arch.sh: Convert to TAPPatrick McDermott2018-12-233-114/+47
|
* Makefile.am, tests/local.mk: Use TAPPatrick McDermott2018-12-232-44/+21
|
* Makefile.am: Drop METADATA definition from SHPPFLAGSPatrick McDermott2018-12-231-2/+1
|
* Makefile.am: Distribute shpp and shldPatrick McDermott2018-12-231-0/+2
|
* tests/aux/tap-functions.sh: New filePatrick McDermott2018-12-232-1/+231
|
* build-aux/tap-driver.sh: New filePatrick McDermott2018-12-234-2/+656
|
* Makefile.am: Move do_substPatrick McDermott2018-12-231-5/+6
|
* Makefile.am: Move includesPatrick McDermott2018-12-231-4/+3
|
* Makefile.am: Add some newlinesPatrick McDermott2018-12-231-0/+4
|
* src/local.mk: Add objects to CLEANFILESPatrick McDermott2018-12-231-0/+10
|
* Makefile.am: Move includePatrick McDermott2018-12-231-1/+1
|
* Makefile.am: Add variables to SHPPFLAGSPatrick McDermott2018-12-221-10/+5
| | | | And drop from do_subst.
* opkbuild, ob-*: Drop magic number interpreter linesPatrick McDermott2018-12-2210-20/+0
|
* opkbuild, ob-*: Use variables set by shppPatrick McDermott2018-12-2210-27/+27
|
* opkbuild, ob-*: Build with shpp and shldPatrick McDermott2018-12-222-19/+43
|
* Makefile.am: Move SUFFIXESPatrick McDermott2018-12-221-2/+2
|
* lib/local.mk, lib/package/local.mk: Drop leading spacesPatrick McDermott2018-12-222-2/+2
| | | | I've no idea how those got there.
* metadata: Conditionally build configured pluginPatrick McDermott2018-12-221-1/+4
|
* Makefile.am: Set EXTRA_libopkbuild_sourcesPatrick McDermott2018-12-221-0/+1
| | | | This will be used for conditionally built sources.
* Makefile.am: Drop "." from SHOBJEXTPatrick McDermott2018-12-221-1/+1
|
* metadata: Drop system name from function namesPatrick McDermott2018-12-222-9/+9
|
* Makefile.am: s/LINKLIB/LIBLINK/Patrick McDermott2018-12-221-2/+2
|
* Makefile.am: Define SHOBJEXTPatrick McDermott2018-12-221-1/+2
|
* configure.ac: Drop PACKAGE_LIBRARYPatrick McDermott2018-12-221-1/+0
|
* Makefile.am: Drop uninstall-hook targetPatrick McDermott2018-12-221-10/+0
|
* configure.ac, Makefile.am: Set PACKAGE_VERSION_GITPatrick McDermott2018-12-222-0/+9
|
* config.sh.in: New filePatrick McDermott2018-12-222-0/+4
|
* libopkbuild: Drop include guardsPatrick McDermott2018-12-2210-30/+0
|
* .gitignore: Exclude lib/*.shso*Patrick McDermott2018-12-221-0/+1
|
* Makefile.am: Fix srcdir macros in test targetPatrick McDermott2018-12-221-2/+2
|
* Rewrite libopkbuild sources list buildingPatrick McDermott2018-12-224-20/+19
|
* ob_use(): RemovePatrick McDermott2018-12-2226-145/+0
|
* tests/common.sh: Load libopkbuild and neuter ob_use()Patrick McDermott2018-12-221-2/+2
|
* lib/load.sh: Neuter ob_use(), don't load modulesPatrick McDermott2018-12-221-2/+2
|
* opkbuild, ob-*: Load newly linked libopkbuildPatrick McDermott2018-12-2211-11/+11
|
* libopkbuild: Use shldPatrick McDermott2018-12-221-11/+18
|
* Makefile.am: Drop execute permissions on library objectsPatrick McDermott2018-12-221-6/+6
|
* Remove copyright notices from local.mk filesPatrick McDermott2018-12-227-126/+0
| | | | These contain just lists of files and shouldn't be copyrightable.
* libopkbuild: Change output file extension to .shoPatrick McDermott2018-12-2214-21/+21
|
* Makefile.am: Drop COPYING from EXTRA_DISTPatrick McDermott2018-12-221-1/+0
| | | | Automake already distributes it.
* libopkbuild: Use shppPatrick McDermott2018-12-225-11/+19
|
* scripts/changelog2news.sh: Remove old scriptPatrick McDermott2018-12-212-19/+1
|
* configure.ac: Fix package URLPatrick McDermott2018-12-201-1/+1
|