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: [RFC/RFA] fallback to bourne shell implementation of jar


Paolo> Attached is a newer version of the patch.  Sorry.

I think this idea is just fine.

Paolo> +AC_CONFIG_FILES([jar], [chmod +x jar])

Probably should go in scripts/.

Paolo>  libgcj-$(gcc_version).jar:
Paolo> -	cd classpath/lib; $(JAR) -cfM \
Paolo> -	    ../../libgcj-$(gcc_version).jar gnu java javax org
Paolo> +	$(JAR) -cfM libgcj-$(gcc_version).jar \
Paolo> +	  -C classpath/lib gnu java javax org

I don't think this is correct.  As I understand it, -C affects *only*
the immediately following file.  So, for this you would need 4 -C
options.  I know this seems bogus (at least it does to me)... but
AFAIK that is how it really works.

Tom


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