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
first place.
--- grischka
___
Bug-make mailing list
Bug-make@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-make
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