diff options
author | John Turner <jturner.usa+gentoo@gmail.com> | 2023-03-30 23:46:32 -0400 |
---|---|---|
committer | John Turner <jturner.usa+gentoo@gmail.com> | 2023-03-30 23:46:32 -0400 |
commit | c3c0be73ec057ae3f1c5fe7dc73be5a281121fda (patch) | |
tree | 1b59a0031b111bb522330c252c710f2ed9fbde10 /dev-lisp/sbcl/files/verbose-build-2.0.3.patch | |
parent | a228504f97982efac0df2f7b94156b143572c840 (diff) | |
download | ebuilds-c3c0be73ec057ae3f1c5fe7dc73be5a281121fda.tar.gz |
removed unneeded and unmaintained packages
Diffstat (limited to 'dev-lisp/sbcl/files/verbose-build-2.0.3.patch')
-rw-r--r-- | dev-lisp/sbcl/files/verbose-build-2.0.3.patch | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/dev-lisp/sbcl/files/verbose-build-2.0.3.patch b/dev-lisp/sbcl/files/verbose-build-2.0.3.patch deleted file mode 100644 index 263436a..0000000 --- a/dev-lisp/sbcl/files/verbose-build-2.0.3.patch +++ /dev/null @@ -1,29 +0,0 @@ -diff -U3 -r sbcl-2.0.3.orig/make.sh sbcl-2.0.3/make.sh ---- sbcl-2.0.3.orig/make.sh 2020-03-29 03:58:29.000000000 +0700 -+++ sbcl-2.0.3/make.sh 2020-04-04 19:56:16.510279232 +0700 -@@ -24,7 +24,7 @@ - # thing" when run on the target machine, with the minor caveat that - # any --xc-host parameter should be suitable for the host machine - # instead of the target. --sh make-config.sh "$@" --check-host-lisp || exit $? -+sh -x make-config.sh "$@" --check-host-lisp || exit $? - - . output/prefix.def - . output/build-config -@@ -76,11 +76,11 @@ - $@ - fi - } --maybetime sh make-host-1.sh --maybetime sh make-target-1.sh --maybetime sh make-host-2.sh --maybetime sh make-target-2.sh --maybetime sh make-target-contrib.sh -+maybetime sh -x make-host-1.sh -+maybetime sh -x make-target-1.sh -+maybetime sh -x make-host-2.sh -+maybetime sh -x make-target-2.sh -+maybetime sh -x make-target-contrib.sh - - # contrib/Makefile shouldn't be counted in NCONTRIBS. - # "find contrib/* -name Makefile" would still find contrib/./Makefile. |