summaryrefslogtreecommitdiff
path: root/dev-util/ftjam/files/ftjam-2.5.3-debug-commandline.patch
blob: ba66134303080f1d6d0828a18879207d41c5221e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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