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:41:13 -0700
- Subject: Re: [PATCH] build fix when source tree is fully read-only
- References: <47C3E51A.76E4.0078.0@novell.com>
- Reply-to: Tom Tromey <tromey at redhat dot com>
>>>>> "Jan" == Jan Beulich <jbeulich@novell.com> writes:
Jan> While the $(TOOLS_ZIP) rule in classpath/tools/Makefile.{am,in} is
Jan> broken in more general respects (i.e. it doesn't tolerate being
Jan> interrupted and the make then later be resumed),
This should be easy to fix.
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.
Ok, thanks.
Tom