From a87ac3c60244ce53d886c1012b3c15dbbf785e2f Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Tue, 25 Jul 2006 02:13:30 +0000 Subject: 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 svn path=/trunk/; revision=5403 --- packages/Makefile | 10 +++++----- packages/Makefile.buildlayout | 2 +- packages/TODO | 2 ++ 3 files changed, 8 insertions(+), 6 deletions(-) (limited to 'packages') diff --git a/packages/Makefile b/packages/Makefile index 6f3a20ab..0ed896a0 100644 --- a/packages/Makefile +++ b/packages/Makefile @@ -823,11 +823,11 @@ pd_clean 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 + 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: @echo "PD_VERSION: $(PD_VERSION)" diff --git a/packages/Makefile.buildlayout b/packages/Makefile.buildlayout index d80264b8..6c5af58c 100644 --- a/packages/Makefile.buildlayout +++ b/packages/Makefile.buildlayout @@ -169,7 +169,7 @@ ifneq ($(PD_TEST_VERSION),) endif # release version for this distro -PACKAGE_VERSION = extended-test4 +PACKAGE_VERSION = extended-test5 PACKAGE_NAME = Pd-$(PD_VERSION) diff --git a/packages/TODO b/packages/TODO index d0cf3976..95ef3a7d 100644 --- a/packages/TODO +++ b/packages/TODO @@ -1,4 +1,6 @@ +- 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. -- cgit v1.2.1