Changeset 3251 in kBuild
- Timestamp:
- Jan 1, 2019 7:30:40 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/kbuild.c
r3140 r3251 1136 1136 1137 1137 /* 1138 * Strip the source filename of any uncessary leading path and root specs. 1139 */ 1140 /* */ 1138 * Strip the source filename of any unnecessary leading path and root specs. 1139 */ 1141 1140 if ( pSource->value_length > pPathTarget->value_length 1142 1141 && !strncmp(pSource->value, pPathTarget->value, pPathTarget->value_length))
Note:
See TracChangeset
for help on using the changeset viewer.