From 9ddcdd544e08326facbc19419452bd2745352aef Mon Sep 17 00:00:00 2001 From: Wade Walker Date: Wed, 16 Feb 2011 14:56:53 -0600 Subject: Fix path to FixedFuncHook.class. The path to FixedFuncHook.class didn't get changed in the recent package move, which made the dependency checking wrong in the java.generate.composable.pipeline.custom.check.glfixfunc target. --- make/build-jogl.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'make/build-jogl.xml') diff --git a/make/build-jogl.xml b/make/build-jogl.xml index a0a9c70f8..7376c469d 100644 --- a/make/build-jogl.xml +++ b/make/build-jogl.xml @@ -920,7 +920,7 @@ - + Date: Thu, 17 Feb 2011 09:29:40 -0600 Subject: Prevent native libraries from always rebuilding and stripping The cc task will always re-link, even if no source files are built. This commit wraps an uptodate task around cc to prevent this, so the libraries will only be rebuilt now if a source file changes. This commit also moves library symbol stripping into the same uptodate task, so it only happens if a library is built (previously the libraries were always stripped). --- make/build-jogl.xml | 131 +++++++++++++++++++++++++------------------ make/build-nativewindow.xml | 123 +++++++++++++++++++++++----------------- make/build-newt.xml | 133 ++++++++++++++++++++++++++------------------ make/build-test.xml | 3 - 4 files changed, 228 insertions(+), 162 deletions(-) (limited to 'make/build-jogl.xml') diff --git a/make/build-jogl.xml b/make/build-jogl.xml index 7376c469d..f7e83a489 100644 --- a/make/build-jogl.xml +++ b/make/build-jogl.xml @@ -62,6 +62,11 @@ + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -1354,10 +1381,6 @@ - - - - diff --git a/make/build-nativewindow.xml b/make/build-nativewindow.xml index 50ed109a2..9c54021ef 100644 --- a/make/build-nativewindow.xml +++ b/make/build-nativewindow.xml @@ -53,9 +53,14 @@ --> - + - + + + + + + @@ -544,50 +549,72 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -639,10 +666,6 @@ - - - - diff --git a/make/build-newt.xml b/make/build-newt.xml index c91a2fda1..e135d2700 100644 --- a/make/build-newt.xml +++ b/make/build-newt.xml @@ -58,6 +58,11 @@ + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -536,10 +563,6 @@ - - - - diff --git a/make/build-test.xml b/make/build-test.xml index 93f0d0e7e..2d1813668 100644 --- a/make/build-test.xml +++ b/make/build-test.xml @@ -83,9 +83,6 @@ - - -