summaryrefslogtreecommitdiff
path: root/dev-util/ftjam/files/ftjam-2.5.3-debug-commandline.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-09-14 18:52:15 +0100
committerV3n3RiX <venerix@redcorelinux.org>2019-09-14 18:52:15 +0100
commitd00821e77f72d4af4ea30158c1c6e18ffff0875b (patch)
treeb28b6cb077ae6b2457e30d49028fc978d8e2b59b /dev-util/ftjam/files/ftjam-2.5.3-debug-commandline.patch
parent36ac65103bf5503e5bad1ecc7e8cb9e7643f6840 (diff)
parent6a339b4f9ec107438bb71a6f9ca72fd42fbfd436 (diff)
Merge branch 'next'
Diffstat (limited to 'dev-util/ftjam/files/ftjam-2.5.3-debug-commandline.patch')
-rw-r--r--dev-util/ftjam/files/ftjam-2.5.3-debug-commandline.patch14
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 ba6613430308..000000000000
--- 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
-