Re: [bug #41246] Allow to switch shell batch mode at runtime instead of build time

2014-01-31 Thread grischka
ds quotes around "args". (Actually not always but doesn't hurt). --- grischka ___ Bug-make mailing list Bug-make@gnu.org https://lists.gnu.org/mailman/listinfo/bug-make

Re: GNU Make 3.82 raises "make: free(): invalid next size (fast)" error when building Android

2010-09-06 Thread grischka
first place. --- grischka ___ Bug-make mailing list Bug-make@gnu.org http://lists.gnu.org/mailman/listinfo/bug-make

Double colon rules fail to run in parallel mode

2007-03-13 Thread grischka
The below makefile snippet works as supposed in single-job mode, however in parallel mode under certain timing circumstances although it makes the prerequisites for each of the rules, it then decides not to run the commands, for the most part. all rev: xyz.lib @echo - in $<: @cat $< @r