Changeset 900 in kBuild for vendor/gnumake/current/remote-cstms.c
- Timestamp:
- May 23, 2007 3:13:11 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/gnumake/current/remote-cstms.c
r501 r900 100 100 that should work on all machines exported to. */ 101 101 102 normalized_cwd = (char *)xmalloc (GET_PATH_MAX);102 normalized_cwd = xmalloc (GET_PATH_MAX); 103 103 strcpy (normalized_cwd, starting_directory); 104 104 if (Customs_NormPath (normalized_cwd, GET_PATH_MAX) < 0)
Note:
See TracChangeset
for help on using the changeset viewer.