diff options
| author | Sören Tempel <soeren+git@soeren-tempel.net> | 2020-02-15 20:28:19 +0100 |
|---|---|---|
| committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2020-02-15 20:52:24 +0100 |
| commit | eef9a6010fc8b9cc70ff842050851d99ff5bb2db (patch) | |
| tree | 550b59263ba734cf73cf228f1ea5b1ccfcd1b393 /testing/bmake/separate-tests.patch | |
| parent | a68949ce1b6c16929b2bca70ae96dda26859ce71 (diff) | |
| download | aports-eef9a6010fc8b9cc70ff842050851d99ff5bb2db.tar.bz2 aports-eef9a6010fc8b9cc70ff842050851d99ff5bb2db.tar.xz | |
community/bmake: move from testing
Diffstat (limited to 'testing/bmake/separate-tests.patch')
| -rw-r--r-- | testing/bmake/separate-tests.patch | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/testing/bmake/separate-tests.patch b/testing/bmake/separate-tests.patch deleted file mode 100644 index 0e306652c1..0000000000 --- a/testing/bmake/separate-tests.patch +++ /dev/null @@ -1,26 +0,0 @@ -By default tests are run on build and install. Normally, Alpine -tests are invoked separately in a check stage. To allow doing -that this patch disable the automatic test invocations during build and -install. - -diff -upr bmake.orig/boot-strap bmake/boot-strap ---- bmake.orig/boot-strap 2019-12-21 13:39:52.658136365 +0100 -+++ bmake/boot-strap 2019-12-21 13:40:25.954816539 +0100 -@@ -414,9 +414,6 @@ op_build() { - [ -s make-bootstrap.sh ] || op_configure - chmod 755 make-bootstrap.sh || exit 1 - ./make-bootstrap.sh || exit 1 -- case "$op" in -- build) op_test;; -- esac - } - - op_test() { -@@ -435,7 +432,6 @@ op_clean() { - } - - op_install() { -- op_test - case "$INSTALL_PREFIX,$INSTALL_BIN,$prefix" in - ,$HOST_TARGET/bin,*/$HOST_TARGET) - INSTALL_PREFIX=`dirname $prefix` |
