VirtualBox

Changeset 1698 in kBuild


Ignore:
Timestamp:
Aug 31, 2008 11:27:24 PM (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.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette