Update of /cvsroot/pure-data/packages/linux_make In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17072/linux_make
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/linux_make/Makefile,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** Makefile 2 Dec 2006 21:47:29 -0000 1.20 --- Makefile 6 Dec 2006 04:08:50 -0000 1.21 *************** *** 120,123 **** --- 120,124 ----
test_locations: + @echo -------------------------------------------------- @echo "PD_VERSION: $(PD_VERSION)" @echo "PD-EXTENDED_VERSION: $(PD-EXTENDED_VERSION)" *************** *** 134,135 **** --- 135,142 ---- @echo "MANUALSDIR $(manualsdir)" @echo "EXAMPLESDIR $(examplesdir)" + @echo -------------------------------------------------- + autoconf --version + @echo -------------------------------------------------- + make --version + @echo -------------------------------------------------- + gcc --version