From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2558 invoked by alias); 26 Nov 2007 16:25:02 -0000 Received: (qmail 2492 invoked by uid 367); 26 Nov 2007 16:25:02 -0000 Date: Mon, 26 Nov 2007 16:25:00 -0000 Message-ID: <20071126162502.2471.qmail@sourceware.org> From: cagney@sourceware.org To: frysk-cvs@sourceware.org Subject: [SCM] master: Add --enable-jar-compile config option; work-in-progress. X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: f68aa034c04d450d803e963eac9bb7bc4c70a019 X-Git-Newrev: df8582eb828ed33a9263be3cdd69cbbd767af4ff Mailing-List: contact frysk-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: frysk-cvs-owner@sourceware.org Reply-To: frysk@sourceware.org X-SW-Source: 2007-q4/txt/msg00457.txt.bz2 The branch, master has been updated via df8582eb828ed33a9263be3cdd69cbbd767af4ff (commit) from f68aa034c04d450d803e963eac9bb7bc4c70a019 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email. - Log ----------------------------------------------------------------- commit df8582eb828ed33a9263be3cdd69cbbd767af4ff Author: Andrew Cagney Date: Mon Nov 26 11:26:43 2007 -0500 Add --enable-jar-compile config option; work-in-progress. frysk-common/ChangeLog 2007-11-26 Andrew Cagney * Makefile.gen.sh (sources): When JAR_COMPILE, add .jar, instead of .java files, to ${sources}. * frysk-common.ac (--enable-jar-compile): New option. (JAR_COMPILE): New AM_CONDITIONAL variable. ----------------------------------------------------------------------- Summary of changes: frysk-common/ChangeLog | 5 +++++ frysk-common/Makefile.gen.sh | 14 ++++++++++++++ frysk-common/frysk-common.ac | 11 ++++++++++- 3 files changed, 29 insertions(+), 1 deletions(-) First 500 lines of diff: diff --git a/frysk-common/ChangeLog b/frysk-common/ChangeLog index 5e68b5c..4753032 100644 --- a/frysk-common/ChangeLog +++ b/frysk-common/ChangeLog @@ -1,5 +1,10 @@ 2007-11-26 Andrew Cagney + * Makefile.gen.sh (sources): When JAR_COMPILE, add .jar, instead + of .java files, to ${sources}. + * frysk-common.ac (--enable-jar-compile): New option. + (JAR_COMPILE): New AM_CONDITIONAL variable. + * Makefile.rules (JAVAROOT): Rename GEN_CLASSDIR. * Makefile.gen.sh (--jni): New option. diff --git a/frysk-common/Makefile.gen.sh b/frysk-common/Makefile.gen.sh index 6d30fcb..5a70d3e 100755 --- a/frysk-common/Makefile.gen.sh +++ b/frysk-common/Makefile.gen.sh @@ -408,7 +408,11 @@ cat <