summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* opkbuild, ob-*: Parameterize SHSOEXT and LIBOPKBUILD_SHSOVERSIONPatrick McDermott2018-12-2410-10/+10
|
* Makefile.am: Drop "." from SHSOEXT and libopkbuild_shsoversionPatrick McDermott2018-12-241-5/+6
|
* Makefile.am: Substitute Git versionPatrick McDermott2018-12-241-1/+1
|
* locale: Use source file names in commentsPatrick McDermott2018-12-243-14/+14
|
* locale: Update header comments, copyright years, & licensePatrick McDermott2018-12-243-27/+27
|
* libopkbuild: Update header comments, copyright years, & licensePatrick McDermott2018-12-2410-90/+90
|
* opkbuild, ob-*: Update header comments, copyrights, and licensePatrick McDermott2018-12-2410-90/+90
|
* libopkbuild: Initialize OPTIND before getoptsPatrick McDermott2018-12-242-0/+3
| | | | | See commit 0f5caf14a3124c24f38f340fd6504532f07d9617 for more information.
* tests/*.sh: Update copyright holder namePatrick McDermott2018-12-245-5/+5
|
* Makefile.am: Update copyright yearsPatrick McDermott2018-12-241-1/+1
|
* tests/ob_match_arch.sh: Fix header commentPatrick McDermott2018-12-241-1/+1
|
* tests/*.sh: Update header comments, copyright years, & licensePatrick McDermott2018-12-245-45/+45
|
* tests/ob_parse_dep.sh, tests/ob_reduce_deps.sh: ↵Patrick McDermott2018-12-242-32/+32
| | | | s/core-linux-eglibc/amd64-linux-glibc/g
* tests/ob_parse_dep.sh: Convert to TAPPatrick McDermott2018-12-243-115/+119
|
* .gitignore: Exclude config.shPatrick McDermott2018-12-241-0/+1
|
* .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
|