"make dist" rebuilds everything

Andrew Haley aph at redhat.com
Tue Nov 1 08:56:16 PDT 2011


Aren't you going to try it?  I don't know what the connection
with PR759 might be.

Andrew.


On 11/01/2011 03:42 PM, Matthias Klose top-posted:
> this looks like a fix for PR759; to reproduce this, let one patch fail to apply,
> and then look that the patch target isn't run twice. if that is the case, then
> it should be applied to all heads.
> 
>   Matthias
> 
> On 11/01/2011 10:41 AM, 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
>>
> 




More information about the distro-pkg-dev mailing list