aboutsummaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2012-12-13 02:01:09 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2012-12-13 02:01:09 +0000
commit33810e49a9a525af76942f81b6e4f3923836c6a8 (patch)
tree2e2a21171a408c549e6d51e8015e5d5d7acc7737 /packages
parent8a4e1626bc3c256fb75d795ccdc771fd76f34605 (diff)
print out TARGET_PLATFORM and OPT_CFLAGS for debugging
svn path=/trunk/; revision=16676
Diffstat (limited to 'packages')
-rwxr-xr-xpackages/linux_make/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/linux_make/Makefile b/packages/linux_make/Makefile
index 650a9c85..869f8619 100755
--- a/packages/linux_make/Makefile
+++ b/packages/linux_make/Makefile
@@ -271,6 +271,8 @@ test_locations:
@echo "HELPDIR $(helpdir)"
@echo "MANUALSDIR $(manualsdir)"
@echo "EXAMPLESDIR $(examplesdir)"
+ @echo "TARGET_PLATFORM: $(TARGET_PLATFORM)"
+ @echo "OPT_CFLAGS: $(OPT_CFLAGS)"
@echo --------------------------------------------------
# @echo "PACKAGE_DEPENDS $(PACKAGE_DEPENDS)"
# @echo --------------------------------------------------