VirtualBox

Changeset 1959 in kBuild


Ignore:
Timestamp:
Oct 26, 2008 7:08:47 PM (16 years ago)
Author:
bird
Message:

file.c: Fixed pattern rule regression from earlier today.

File:
1 edited

Legend:

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

    r1950 r1959  
    725725                    }
    726726                  else
    727                     o = patsubst_expand_pat (buffer, d->stem, pattern, nm,
    728                                              pattern+1, percent+1);
     727                    {
     728                      o = patsubst_expand_pat (buffer, d->stem, pattern, nm,
     729                                               pattern+1, percent+1);
     730                      o = variable_buffer_output (o, "", 1); /* bird fix - patsubst_expand_pat doesn't terminate,
     731                                                                the if case does and strcache would appreciate it. */
     732                    }
    729733                  buffer = variable_buffer + buffer_offset; /* bird fix - variable_buffer may have been reallocated. */
    730734
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