From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30006 invoked by alias); 15 Mar 2006 08:38:37 -0000 Received: (qmail 29985 invoked by uid 48); 15 Mar 2006 08:38:36 -0000 Date: Wed, 15 Mar 2006 08:38:00 -0000 Subject: [Bug java/26688] New: Classpath Makefiles assume CVS source control X-Bugzilla-Reason: CC Message-ID: Reply-To: gcc-bugzilla@gcc.gnu.org To: java-prs@gcc.gnu.org From: "tim dot vanholder at anubex dot com" Mailing-List: contact java-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-prs-owner@gcc.gnu.org X-SW-Source: 2006-q1/txt/msg00384.txt.bz2 List-Id: The makefiles for classpath, as included in the libjava tree, run find to gather lists of specific files (for META-INF etc). The matched files are then copied to the build tree. However, the command lines used for the find invocations specifically mention 'CVS' as a directory to exclude; since gcc has switched to subversion, '.svn' should be excluded instead. I /think/ this only impacts the list of files in the build tree, and as such is fairly trivial, but I suppose the files may end up being included in some jar file too. -- Summary: Classpath Makefiles assume CVS source control Product: gcc Version: 4.1.0 Status: UNCONFIRMED Severity: trivial Priority: P3 Component: java AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: tim dot vanholder at anubex dot com GCC build triplet: i686-pc-linux-gnu GCC host triplet: i686-pc-linux-gnu GCC target triplet: i686-pc-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26688