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] | |
Indeed that's what Sun jar does. I'll adjust the patch and the script.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.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |