diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2006-12-06 04:09:33 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2006-12-06 04:09:33 +0000 |
commit | ace750280c3e6014d9ad29095af72541f0566fb1 (patch) | |
tree | 46cf427ff63cc003aa1e41a6ae96b91181600be9 /packages/darwin_app/Makefile | |
parent | e795e28affb28ca938c7e9c93a7d6405dc70413d (diff) |
added program versions to test target so they are in the build logs
svn path=/trunk/; revision=6666
Diffstat (limited to 'packages/darwin_app/Makefile')
-rw-r--r-- | packages/darwin_app/Makefile | 11 |
1 files changed, 10 insertions, 1 deletions
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 |