bug-gnu-emacs
[Top][All Lists]
Advanced

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

RE: leim Makefile not -j safe


From: Marco Franzen
Subject: RE: leim Makefile not -j safe
Date: Sun, 2 Jun 2002 16:27:48 +0100

> > When building GNU Emacs 21.2 including leim-21.2
> > using make -j 2 (on a two-way SPARC machine with
> > Solaris 2.6, GNU Make 3.78.1 and GNU CC 3.1),
> > the bootstrap stalled with
> > 
> > .../leim/quail/4Corner.el locked by marcof@ukfd-e...
> > (pid 11633): (s, q, p, ?)? 
> 
> Please upgrade to a newer version of Make (3.79 or
> later) or don't use -j.
> leim/Makefile disables parallel execution
> for some of its targets, but the feature required
> to do that was not part of GNU Make before v3.79.

I'll upgrade then, thanks.

Anyway, from the comment in Makefile.in, I would
have thought you tried to work around Make versions
that don't honour '.NOTPARALLEL' pseudo targets:

        # The "if [ -f $@ ]; then true; " part
        prevents parallel Make's
        # which don't honor .NOTPARALLEL, such as
        SGI's Make, from running
        # this rule many times, one each for every
        file it creates.

It might be interesting to know that those attempts
still leave you with the locking problem.
Maybe those attempts are no use because it fails 
anyway...


*************************************************************************    
This message is intended only for the stated addressee(s) 
and may be confidential.  Access to this email by anyone 
else is unauthorised. Any opinions expressed in this email
do not necessarily reflect the opinions of royalblue. 
Any unauthorised disclosure, use or dissemination, 
either whole or in part is prohibited,.   If you are not the 
intended recipient of this message, please notify 
the sender immediately.
*************************************************************************




reply via email to

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