Update of /cvsroot/pure-data/packages In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26047
Modified Files: Makefile Makefile.buildlayout TODO Log Message: switched to more proper syntax for calling make from a Makefile, I believe it communicates the error status properly this way; also bumped up test version for auto-builders
Index: Makefile.buildlayout =================================================================== RCS file: /cvsroot/pure-data/packages/Makefile.buildlayout,v retrieving revision 1.26 retrieving revision 1.27 diff -C2 -d -r1.26 -r1.27 *** Makefile.buildlayout 21 Jul 2006 00:22:52 -0000 1.26 --- Makefile.buildlayout 25 Jul 2006 02:13:30 -0000 1.27 *************** *** 170,174 ****
# release version for this distro ! PACKAGE_VERSION = extended-test4 PACKAGE_NAME = Pd-$(PD_VERSION)
--- 170,174 ----
# release version for this distro ! PACKAGE_VERSION = extended-test5 PACKAGE_NAME = Pd-$(PD_VERSION)
Index: Makefile =================================================================== RCS file: /cvsroot/pure-data/packages/Makefile,v retrieving revision 1.32 retrieving revision 1.33 diff -C2 -d -r1.32 -r1.33 *** Makefile 21 Jul 2006 00:22:52 -0000 1.32 --- Makefile 25 Jul 2006 02:13:30 -0000 1.33 *************** *** 824,832 ****
distclean: clean cruft_clean ! cd $(abstractions_src) && make distclean ! cd $(doc_src) && make distclean ! cd $(extensions_src) && make distclean ! cd $(externals_src) && make distclean ! -cd $(pd_src) && make distclean
test_locations: --- 824,832 ----
distclean: clean cruft_clean ! make -C $(abstractions_src) distclean ! make -C $(doc_src) distclean ! make -C $(extensions_src) distclean ! make -C $(externals_src) distclean ! -make -C $(pd_src) distclean
test_locations:
Index: TODO =================================================================== RCS file: /cvsroot/pure-data/packages/TODO,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** TODO 18 Feb 2006 19:34:44 -0000 1.18 --- TODO 25 Jul 2006 02:13:30 -0000 1.19 *************** *** 1,3 **** --- 1,5 ----
+ - reintroduce patch for making Pd window font not bold + - make all of pd/src/x_*.c into a standalone library that is optionally loaded by Pd. Then these objects can be placed into the namespace.