Update of /cvsroot/pure-data/packages/darwin_app In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17072/darwin_app
Modified Files: Makefile Log Message: added program versions to test target so they are in the build logs
Index: Makefile =================================================================== RCS file: /cvsroot/pure-data/packages/darwin_app/Makefile,v retrieving revision 1.63 retrieving revision 1.64 diff -C2 -d -r1.63 -r1.64 *** Makefile 5 Dec 2006 21:52:52 -0000 1.63 --- Makefile 6 Dec 2006 04:08:50 -0000 1.64 *************** *** 333,336 **** --- 333,337 ----
test_locations: + @echo -------------------------------------------------- @echo "PD_VERSION: $(PD_VERSION)" @echo "PACKAGE_NAME: $(PACKAGE_NAME)" *************** *** 351,354 **** @echo "MANUALSDIR $(manualsdir)" @echo "EXAMPLESDIR $(examplesdir)" sw_vers ! --- 352,363 ---- @echo "MANUALSDIR $(manualsdir)" @echo "EXAMPLESDIR $(examplesdir)" + @echo -------------------------------------------------- sw_vers ! @echo -------------------------------------------------- ! autoconf --version ! @echo -------------------------------------------------- ! make --version ! @echo -------------------------------------------------- ! gcc --version ! @echo -------------------------------------------------- ! xcodebuild -version || pbxbuild -version