PING: "make dist" rebuilds everything

Dr Andrew John Hughes ahughes at redhat.com
Mon Nov 7 15:34:13 PST 2011


On 10:02 Thu 03 Nov     , Andrew Haley wrote:
> On 11/01/2011 02:41 PM, Andrew Haley wrote:
> > "make dist" in icedtea6 HEAD rebuilds everything because it has "jtreg"
> > as a dependency.  The problem is that "jtreg" is both the name of a
> > directory and a make target.  One of them should perhaps be renamed.
> > 
> > OK to apply?
> > 
> > Andrew.
> > 
> > 
> > 2011-11-01  Andrew Haley  <aph at redhat.com>
> > 
> > 	* Makefile.am (JTREG_SRCS): Add '/' to force JTREG_SRCS to be a
> > 	dir.
> > 
> > diff -r 0d4f47d2edbf Makefile.am
> > --- a/Makefile.am	Mon Oct 31 11:57:33 2011 -0400
> > +++ b/Makefile.am	Tue Nov 01 14:38:12 2011 +0000
> > @@ -193,7 +193,7 @@
> >  # Sources list
> > 
> >  REWRITER_SRCS = $(top_srcdir)/rewriter/com/redhat/rewriter/ClassRewriter.java
> > -JTREG_SRCS = $(top_srcdir)/jtreg
> > +JTREG_SRCS = $(top_srcdir)/jtreg/
> > 
> >  # Patch list
> > 
> 

Sorry, didn't realise you wanted approval for this as HEAD doesn't require it.

A better solution might be to just rename the jtreg directory again.  I changed it
to avoid the conflict with the test directory created in the build tree when make
check is run, but it seems we've now hit another collision.

Under what configure settings does this occur?
-- 
Andrew :)

Free Java Software Engineer
Red Hat, Inc. (http://www.redhat.com)

Support Free Java!
Contribute to GNU Classpath and IcedTea
http://www.gnu.org/software/classpath
http://icedtea.classpath.org
PGP Key: 248BDC07 (https://keys.indymedia.org/)
Fingerprint = EC5A 1F5E C0AD 1D15 8F1F  8F91 3B96 A578 248B DC07
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
Url : http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20111107/06c792d3/attachment.bin 


More information about the distro-pkg-dev mailing list