summaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
authorkonablend <[email protected]>2009-03-07 07:41:43 +0000
committerkonablend <[email protected]>2009-03-07 07:41:43 +0000
commit81dadb9100b30d395aa13036d786df5a2d30110d (patch)
treeab5c1cbcefb5a5672b84f857156690714c2431f0 /make
parentd9e3f77601ef69cf0c561739e44cb0ca1f78ddaf (diff)
BuildSystem:
- added diagnostic target for troubleshooting build environment issues. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2237 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'make')
-rw-r--r--make/include/base.rules7
1 files changed, 6 insertions, 1 deletions
diff --git a/make/include/base.rules b/make/include/base.rules
index 65c03732f..4d9e5ce4f 100644
--- a/make/include/base.rules
+++ b/make/include/base.rules
@@ -1,4 +1,5 @@
-.PHONY: report.main report.gcc report.modules report.var report.true
+.PHONY: report.main report.gcc report.modules report.var report.true report.help
+.PHONY: shell.run
report.modules::
@@ -34,3 +35,7 @@ report.help:
@echo " ----------------------------------------------------------------"
$(foreach n,main gcc var,$(call REPORT.help.item.global,$n))
$(foreach n,$(MODULES.NAMES),$(call REPORT.help.item.module,$n))
+
+## diagnostic aid when troubleshooting build issues
+shell.run:
+ $(command)