]> granicus.if.org Git - handbrake/commitdiff
BuildSystem:
authorkonablend <kona8lend@gmail.com>
Sat, 7 Mar 2009 07:41:43 +0000 (07:41 +0000)
committerkonablend <kona8lend@gmail.com>
Sat, 7 Mar 2009 07:41:43 +0000 (07:41 +0000)
- added diagnostic target for troubleshooting build environment issues.

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2237 b64f7644-9d1e-0410-96f1-a4d463321fa5

make/include/base.rules

index 65c03732fad220905018ee5bb04518630bd53ca6..4d9e5ce4f837a7bf7b5faff38c961c2d3280f77a 100644 (file)
@@ -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)