bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #31621] interaction of pattern rules and globs


From: anonymous
Subject: [bug #31621] interaction of pattern rules and globs
Date: Fri, 29 Jul 2011 11:15:37 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:5.0) Gecko/20100101 Firefox/5.0

Follow-up Comment #3, bug #31621 (project make):

One solution is to enable second expansion and to use the $(wildcard ...)
function:


$ cat x.mk 
.SECONDEXPANSION:

%/md5: $$(wildcard %/sums/*.md5)
        echo action




    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?31621>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]