[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug #15919] Make-3.81 rc1 hangs with -j 2 but not with -j 1
From: |
Icarus Sparry |
Subject: |
[bug #15919] Make-3.81 rc1 hangs with -j 2 but not with -j 1 |
Date: |
Thu, 26 Oct 2006 04:17:04 +0000 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.7) Gecko/20060830 Firefox/1.5.0.7 (Debian-1.5.dfsg+1.5.0.7-2) |
Follow-up Comment #7, bug #15919 (project make):
Here is the Makefile, stripped as much as I think I can. In particular if I
change the intermed dependency on phony to be a normal one, rather than an
order only one then everything works as I would expect. Run "make clean" (or
touch src) to get things started.
The version that Make reports is 3.81.90, and was pulled from CVS yesterday
(24th Oct 2006). The tabs have been replaced by spaces, so hopefully it will
look reasonable,
# Run with make -Rj
target: intermed
touch $@
.INTERMEDIATE: intermed
intermed: src | phony
touch $@
.PHONY: phony
phony:
: Running Order only phony target
clean:
rm -fr target
test -e src || touch src
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?15919>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/