Changeset 1942 in kBuild
- Timestamp:
- Oct 26, 2008 2:08:34 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/commands.c
r1934 r1942 51 51 const struct dep *d; 52 52 const char *at, *percent, *star, *less; 53 #ifdef CONFIG_WITH_STRCACHE2 54 const char *org_stem = file->stem; 55 #endif 53 56 54 57 #ifndef NO_ARCHIVES … … 164 167 if (*star == '\0') 165 168 DEFINE_VARIABLE_RO_VAL ("*", 1, "", 0); 169 else if (file->stem != org_stem) 170 DEFINE_VARIABLE_RO_VAL ("*", 1, star, strcache_get_len (star)); 166 171 else 167 DEFINE_VARIABLE _RO_VAL ("*", 1, star, strcache_get_len (star));172 DEFINE_VARIABLE ("*", 1, star); 168 173 169 174 if (at == file->name)
Note:
See TracChangeset
for help on using the changeset viewer.