diff options
author | 2019-09-11 13:25:13 +0200 | |
---|---|---|
committer | 2019-09-11 18:19:35 +0200 | |
commit | 7180900f7628e365077a0391f15ad72e7cf2e9ea (patch) | |
tree | bc3ebaa8e26d830e5436ee24248282766fe3db13 /dev-util/ftjam/files | |
parent | dev-util/cppunit: Drop old (diff) | |
download | gentoo-7180900f7628e365077a0391f15ad72e7cf2e9ea.tar.gz gentoo-7180900f7628e365077a0391f15ad72e7cf2e9ea.tar.bz2 gentoo-7180900f7628e365077a0391f15ad72e7cf2e9ea.zip |
dev-util/ftjam: Drop old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-util/ftjam/files')
-rw-r--r-- | dev-util/ftjam/files/ftjam-2.5.3-debug-commandline.patch | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/dev-util/ftjam/files/ftjam-2.5.3-debug-commandline.patch b/dev-util/ftjam/files/ftjam-2.5.3-debug-commandline.patch deleted file mode 100644 index ba661343030..00000000000 --- a/dev-util/ftjam/files/ftjam-2.5.3-debug-commandline.patch +++ /dev/null @@ -1,14 +0,0 @@ -Make jam print the commandline it's executing. -Only useful for ebuild debugging - I just always forget how to enable it. - ---- ftjam-2.5.3rc2-orig/builds/unix/Makefile.in -+++ ftjam-2.5.3rc2/builds/unix/Makefile.in -@@ -16,7 +16,7 @@ - - all: jam0 - chmod a+w jambase.c -- ./jam0 -+ ./jam0 -dx -q - - include common.mk - |