bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: diffutils 2.8.4 bug when make -j is used


From: Martin Schlemmer
Subject: Re: diffutils 2.8.4 bug when make -j is used
Date: 14 Oct 2002 19:28:03 +0200

On Mon, 2002-10-14 at 17:30, Paul D. Smith wrote:
> Never mind all that debugging.  Make is behaving perfectly.  It's a bug
> in Makefile.am.
> 
> ----
> 

> --- Makefile.am-dist  2002-10-14 11:29:10.000000000 -0400
> +++ Makefile.am       2002-10-14 11:29:25.000000000 -0400
> @@ -37,7 +37,7 @@
>  
>  MOSTLYCLEANFILES = paths.h
>  
> -cmp.$(OBJEXT) diff3.$(OBJECT) diff.$(OBJECT) sdiff.$(OBJECT): paths.h
> +cmp.$(OBJEXT) diff3.$(OBJEXT) diff.$(OBJEXT) sdiff.$(OBJEXT): paths.h
>  paths.h:
>       (echo '#define DEFAULT_DIFF_PROGRAM "$(bindir)/'`echo diff|sed 
> '$(transform)'`'"' && \
>        echo '#define LOCALEDIR "$(localedir)"') >$@
> ----
> 

Hmm, damn.  I never noticed that :/  And that after I commited my
second try at an fix (attached) that actually works, but assumes a bug
in make :(

Anyhow, thanks for the quick response :)


Greetings,

-- 

Martin Schlemmer
Gentoo Linux Developer, Desktop Team Developer
Cape Town, South Africa

Attachment: diffutils-2.8.4-fix-multi-job-build.patch2
Description: Text Data

Attachment: signature.asc
Description: This is a digitally signed message part


reply via email to

[Prev in Thread] Current Thread [Next in Thread]