VirtualBox

Changeset 1519 in kBuild


Ignore:
Timestamp:
Apr 11, 2008 12:02:30 AM (17 years ago)
Author:
bird
Message:

Prevent crashin $(command ) if the target has no commands (file->cmds == NULL).

File:
1 edited

Legend:

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

    r1478 r1519  
    36523652
    36533653  file = lookup_file (argv[0]);
    3654   if (file)
     3654  if (file && file->cmds)
    36553655    {
    36563656      int i, cmd_sep_len;
Note: See TracChangeset for help on using the changeset viewer.

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