From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12497 invoked by alias); 26 Nov 2007 17:39:51 -0000 Received: (qmail 12472 invoked by uid 367); 26 Nov 2007 17:39:50 -0000 Date: Mon, 26 Nov 2007 17:39:00 -0000 Message-ID: <20071126173950.12456.qmail@sourceware.org> From: cagney@sourceware.org To: frysk-cvs@sourceware.org Subject: [SCM] master: Do not exclude .cxx when --enable-jar-compile. X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 6840ce70d778da308f98bc60074182c6d098adc0 X-Git-Newrev: 135c45a136420c58d54870c399082358a6446e3d 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/msg00461.txt.bz2 The branch, master has been updated via 135c45a136420c58d54870c399082358a6446e3d (commit) from 6840ce70d778da308f98bc60074182c6d098adc0 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email. - Log ----------------------------------------------------------------- commit 135c45a136420c58d54870c399082358a6446e3d Author: Andrew Cagney Date: Mon Nov 26 12:29:49 2007 -0500 Do not exclude .cxx when --enable-jar-compile. frysk-common/ChangeLog 2007-11-26 Andrew Cagney * Makefile.gen.sh (.cxx): Fix typo, do not conditionally add .cxx files to sources. * Makefile.rules (.jar.o): Remove -fjni option. ----------------------------------------------------------------------- Summary of changes: frysk-common/ChangeLog | 4 ++++ frysk-common/Makefile.gen.sh | 7 ++----- frysk-common/Makefile.rules | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) First 500 lines of diff: diff --git a/frysk-common/ChangeLog b/frysk-common/ChangeLog index 4753032..ec27921 100644 --- a/frysk-common/ChangeLog +++ b/frysk-common/ChangeLog @@ -1,5 +1,9 @@ 2007-11-26 Andrew Cagney + * Makefile.gen.sh (.cxx): Fix typo, do not conditionally add .cxx + files to sources. + * Makefile.rules (.jar.o): Remove -fjni option. + * Makefile.gen.sh (sources): When JAR_COMPILE, add .jar, instead of .java files, to ${sources}. * frysk-common.ac (--enable-jar-compile): New option. diff --git a/frysk-common/Makefile.gen.sh b/frysk-common/Makefile.gen.sh index 5a70d3e..11b6de8 100755 --- a/frysk-common/Makefile.gen.sh +++ b/frysk-common/Makefile.gen.sh @@ -408,10 +408,9 @@ cat <