Changeset 910 for trunk/src/gmakenew/remake.c
- Timestamp:
- May 24, 2007, 5:10:51 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gmakenew/remake.c
r903 r910 809 809 #ifdef CONFIG_WITH_EXTENDED_NOTPARALLEL 810 810 /* update not_parallel if the file was flagged for that. */ 811 if ( ran 812 && (file->command_flags & (COMMANDS_NOTPARALLEL | COMMANDS_NO_COMMANDS)) 811 if ( ran 812 && (file->command_flags & (COMMANDS_NOTPARALLEL | COMMANDS_NO_COMMANDS)) 813 813 == COMMANDS_NOTPARALLEL) 814 814 { … … 1503 1503 static int libdir_maxlen = -1; 1504 1504 char *libbuf = variable_expand (""); 1505 const size_t libbuf_offset = libbuf - variable_buffer; /* bird */ 1505 1506 1506 1507 /* Expand the pattern using LIBNAME as a replacement. */ … … 1525 1526 p4 = variable_buffer_output (p4, p3+1, len - (p3-p)); 1526 1527 p[len] = c; 1528 libbuf = variable_buffer + libbuf_offset; /* bird - variable_buffer may have been reallocated. */ 1527 1529 } 1528 1530
Note:
See TracChangeset
for help on using the changeset viewer.