This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [PATCH] build fix when source tree is fully read-only
- From: Tom Tromey <tromey at redhat dot com>
- To: "Jan Beulich" <jbeulich at novell dot com>
- Cc: <java-patches at gcc dot gnu dot org>
- Date: Wed, 27 Feb 2008 11:59:41 -0700
- Subject: Re: [PATCH] build fix when source tree is fully read-only
- References: <47C3E51A.76E4.0078.0@novell.com> <m3pruinsxi.fsf@fleche.redhat.com>
- Reply-to: Tom Tromey <tromey at redhat dot com>
>>>>> "Tom" == Tom Tromey <tromey@redhat.com> writes:
Jan> 2008-02-26 Jan Beulich <jbeulich@novell.com>
Jan> * classpath/tools/Makefile.am ($(TOOLS_ZIP)): Make tree
Jan> writeable before attempting to remove them.
Jan> * classpath/tools/Makefile.in: Re-generate.
Tom> Ok, thanks.
Andrew tells me he rejected this -- but I didn't see the mail. So,
let's let that stand instead.
AIUI this only happens with java-maintainer-mode enabled; in that case
I suppose you simply shouldn't have an unwriteable source tree.
Tom