This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Patch: FYI: make target for src.zip


Tom Tromey wrote:
> I'm checking this in.
> 
> This adds new Makefile targets to create and install a src.zip file.
> This is helpful when using eclipse, as you can tell eclipse about
> this file and then browsing into the standard library will open the
> source files from libgcj.
> 
> By default we don't build or install this file, as I figured that most
> users would not want it.  However, package builders might be
> interested in using it.
> 
> Tom
> 
> --- gcc/libjava/ChangeLog
> +++ gcc/libjava/ChangeLog
> @@ -1,3 +1,11 @@
> +2005-02-04  Tom Tromey  <tromey@redhat.com>
> +
> +	PR libgcj/19611:
> +	* Makefile.in: Rebuilt.
> +	* Makefile.am (src.zip): New target.
> +	(install-src.zip): Likewise.
> +	(sourcesdir): New variable.

Minor nit: the original PR asks for "sources.zip" for
Eclipse, while this patch provides "src.zip". Which
is it?

(As you can make out, I know zilch about Eclipse! :-))

Ranjit.

-- 
Ranjit Mathew      Email: rmathew AT gmail DOT com

Bangalore, INDIA.    Web: http://ranjitmathew.hostingzero.com/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]