- added diagnostic target for troubleshooting build environment issues.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2237
b64f7644-9d1e-0410-96f1-
a4d463321fa5
-.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::
@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)