Re: Processing of automake comments
>>> "Stepan" == Stepan Kasal <[EMAIL PROTECTED]> writes: Stepan> Could you please fix this? http://lists.gnu.org/archive/html/automake-patches/2005-03/msg3.html -- Alexandre Duret-Lutz
Processing of automake comments
Hello, in automake/lib/am/lisp.am, I noticed code like this: $(am__ELCFILES): elc-stamp [...] if mkdir elc-lock 2>/dev/null; then \ ## This code is being executed by the first process. rm -f elc-stamp; \ This motivated me to try this: foo_rule = echo Refresh