[bug #19108] Pattern rules with multiple target patterns do not honor the dependencies of all targets correctly

2010-06-01 Thread Valery
Follow-up Comment #6, bug #19108 (project make): I am lost. In my case 2 targets are generated after a command is completed. targ1 targ2: some dependencies ./my_long_command And I try to avoid two invocations of the command. When I use "make -j 2" the double invocation happens. Since my c

floating point exception 8 when running make

2022-05-21 Thread Valery Tolkov
Hi, all! Gnu make suddenly stopped working about half an hour ago with the error below. It was working just fine earlier today without any changes in makefile or invocation. Exact target file doesn't matter, all files give the same error. If I do a clean build without any existing targets, it

Re: floating point exception 8 when running make

2022-05-21 Thread Valery Tolkov
You are right. My bad. Sorry for the trouble. The system message is a bit confusing. The exit code 136 could be (and was) caused by integer overflow or integer division by zero. Valeri > On May 21, 2022, at 1:20 PM, Paul Smith wrote: > > On Sat, 2022-05-21 at 12:17 -0700, Valery Tol