Added function - contract-path

2005-06-29 Thread lahavav
Hi all, I've added a function (A make function) named contract-path to the 3.80 sources. It takes a path with garbage like 'dir/..' or 'dir1//2/' or 'dir/./dir2' and contracts it as much as possible, e.g.: a/b/..== a a/./. == a a\b\\c/d == a/b/c/d I found it very useful when I see

Re: Added function - contract-path

2005-06-29 Thread Paul D. Smith
%% [EMAIL PROTECTED] writes: l I've added a function (A make function) named contract-path to the l 3.80 sources. It takes a path with garbage like 'dir/..' or l 'dir1//2/' or 'dir/./dir2' and contracts it as much as possible, There are two functions added to the next version of GNU make,