From ace750280c3e6014d9ad29095af72541f0566fb1 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Wed, 6 Dec 2006 04:09:33 +0000 Subject: added program versions to test target so they are in the build logs svn path=/trunk/; revision=6666 --- packages/darwin_app/Makefile | 11 ++++++++++- packages/linux_make/Makefile | 7 +++++++ packages/win32_inno/Makefile | 7 +++++++ 3 files changed, 24 insertions(+), 1 deletion(-) (limited to 'packages') diff --git a/packages/darwin_app/Makefile b/packages/darwin_app/Makefile index e749aeb0..0142c110 100644 --- a/packages/darwin_app/Makefile +++ b/packages/darwin_app/Makefile @@ -332,6 +332,7 @@ test_package: test_locations: + @echo -------------------------------------------------- @echo "PD_VERSION: $(PD_VERSION)" @echo "PACKAGE_NAME: $(PACKAGE_NAME)" @echo "PD-EXTENDED_VERSION: $(PD-EXTENDED_VERSION)" @@ -350,5 +351,13 @@ test_locations: @echo "HELPDIR $(helpdir)" @echo "MANUALSDIR $(manualsdir)" @echo "EXAMPLESDIR $(examplesdir)" + @echo -------------------------------------------------- sw_vers - + @echo -------------------------------------------------- + autoconf --version + @echo -------------------------------------------------- + make --version + @echo -------------------------------------------------- + gcc --version + @echo -------------------------------------------------- + xcodebuild -version || pbxbuild -version diff --git a/packages/linux_make/Makefile b/packages/linux_make/Makefile index 67f587db..775bda88 100755 --- a/packages/linux_make/Makefile +++ b/packages/linux_make/Makefile @@ -119,6 +119,7 @@ test_package: -rm -rf -- /tmp/$(PACKAGE_NAME) test_locations: + @echo -------------------------------------------------- @echo "PD_VERSION: $(PD_VERSION)" @echo "PD-EXTENDED_VERSION: $(PD-EXTENDED_VERSION)" @echo "CWD $(CWD)" @@ -133,3 +134,9 @@ test_locations: @echo "HELPDIR $(helpdir)" @echo "MANUALSDIR $(manualsdir)" @echo "EXAMPLESDIR $(examplesdir)" + @echo -------------------------------------------------- + autoconf --version + @echo -------------------------------------------------- + make --version + @echo -------------------------------------------------- + gcc --version diff --git a/packages/win32_inno/Makefile b/packages/win32_inno/Makefile index 73ec03e8..19608954 100755 --- a/packages/win32_inno/Makefile +++ b/packages/win32_inno/Makefile @@ -150,6 +150,7 @@ test_package: test_locations: + @echo -------------------------------------------------- @echo "PD_VERSION: $(PD_VERSION)" @echo "PD-EXTENDED_VERSION: $(PD-EXTENDED_VERSION)" @echo "CWD $(CWD)" @@ -164,6 +165,12 @@ test_locations: @echo "HELPDIR $(helpdir)" @echo "MANUALSDIR $(manualsdir)" @echo "EXAMPLESDIR $(examplesdir)" + @echo -------------------------------------------------- + autoconf --version + @echo -------------------------------------------------- + make --version + @echo -------------------------------------------------- + gcc --version .PHONY: all install package clean distclean test_locations test_package exe_install -- cgit v1.2.1