This is the mail archive of the java-patches@sources.redhat.com 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]

Re: Importing AccessController and friends from Classpath


On Thu, 25 Jan 2001, Mark Wielaard wrote:

> I wanted to import the following files from Classpath.

Ok.

> I added the files to Makefile.am and regenerated the Makefile.in files
> with the "magic libgcj automake". Could someone look at the regenerated
> Makefile.in files. They work for me, but I don't completely understand
> all the changes in the regenerated files.

For the most part, it just has added the new files to all proper places
but many of the other changes are just due to the magic automake not being
so pedantic about splitting lines up.

The one other change of '$$/$$file' to '$$d/$$file' in each of the
Makefile.in's look right (I'm not sure why/how it was '$$/$$file' in the
first place, as that seems obviously wrong).

Thanks!
--warrenl


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