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: merge Classpath regexp support


>>>>> "Anthony" == Anthony Green <green@redhat.com> writes:

Anthony> The Makefile.am changes are the only interesting part of this
Anthony> patch.  It looks kind of scary, but I couldn't find a better
Anthony> solution.  Thanks to Mark and the gnu.regexp author for
Anthony> making this possible!

We definitely want this.  For one thing it closes a few PRs.

Anthony> + propertyo_files = $(property_files:.properties=.properties.lo) 
Anthony> + $(propertyo_files): .property-resource-stamp
Anthony> + .property-resource-stamp: $(addprefix $(srcdir)/,$(property_files))

Why not just have a more ordinary rule?

%.o: %.properties
        blah blah

Tom


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