Changeset 1951 in kBuild
- Timestamp:
- Oct 26, 2008 5:44:28 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/commands.c
r1948 r1951 185 185 /* Compute the values for $^, $+, $?, and $|. */ 186 186 #ifdef CONFIG_WITH_LAZY_DEPS_VARS 187 if ( file->double_colon 188 && ( file->double_colon != file 189 || file->last != file)) 187 /* Lazy doesn't work for double colon rules with multiple files with 188 commands, nor for files that has been thru rehash_file() (vpath). */ 189 if ( ( file->double_colon 190 && ( file->double_colon != file 191 || file->last != file)) 192 || file->name != file->hname) /* XXX: Rehashed files should be fixable! */ 190 193 #endif 191 194 {
Note:
See TracChangeset
for help on using the changeset viewer.