Ignore:
Timestamp:
Sep 1, 2008, 1:27:24 AM (17 years ago)
Author:
bird
Message:

kmk: $(commands ) and $< wont work well together at all, no fix just throw an error.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kmk/function.c

    r1628 r1698  
    37833783                    }
    37843784                }
     3785              /* Some of these can be amended ($< perhaps), but we're likely to be called while the
     3786                 dep expansion happens, so it would have to be on a hackish basis. sad... */
     3787              else if (*ref == '<' || *ref == '*' || *ref == '%' || *ref == '^' || *ref == '+')
     3788                error (reading_file, _("$(%s ) does not work reliably with $%c in all cases"), funcname, *ref);
    37853789            }
    37863790
Note: See TracChangeset for help on using the changeset viewer.