tags 855336 +unreproducible
thanks

Hi,

        With the new version of make (4.2.1), I tried to reproduce
 this.
--8<---------------cut here---------------start------------->8---
> cat >Makefile <<'EOF'
heredoc> # run with
heredoc> # 
heredoc> # rm -rf subdir
heredoc> # make -O >/dev/null
heredoc> #
heredoc> # add -j2, then you can' t even terminate it 
heredoc> 
heredoc> FILE := a b
heredoc> 
heredoc> all: $(addprefix subdir/,$(FILE))
heredoc> 
heredoc> $(addprefix subdir/,$(FILE)):
heredoc>        echo "$@"
heredoc>        mkdir -p $(dir $@); touch $@
heredoc> EOF
> make -O >/dev/null
> ls -asCF
total 532
  4 ./  520 ../    4 Makefile    4 subdir/
--8<---------------cut here---------------end--------------->8---

        manoj
-- 
Surly to bed, surly to rise, makes you about average.
Manoj Srivastava <sriva...@acm.org> 
4096R/C5779A1C E37E 5EC5 2A01 DA25 AD20  05B6 CF48 9438 C577 9A1C

Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to