bug-make
[Top][All Lists]
Advanced

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

[bug #51292] Handling make rules where prerequisites are determined by f


From: Markus Elfring
Subject: [bug #51292] Handling make rules where prerequisites are determined by functions for specific targets lists
Date: Thu, 22 Jun 2017 11:21:02 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:54.0) Gecko/20100101 Firefox/54.0

Follow-up Comment #1, bug #51292 (project make):

Example by Mike Gran:

$(objects):
        $(foreach X,$@,\
        $(guile (gcomp "$(X)")))
        @true


I would like to see a kind of function call for the specification of
prerequisites (instead of the shown function calls in the recipe).

A variant of the shown small Guile source file might be usable for the
proposed usage of a corresponding callback function.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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