source:
scripts/untested/autotools/patches/libtool-1.5.10-locking.patch@
f118837
Last change on this file since f118837 was d1afb9e, checked in by , 19 years ago | |
---|---|
|
|
File size: 513 bytes |
-
libtool-1.5.10/ltmain.in
old new 1005 1005 # Lock this critical section if it is needed 1006 1006 # We use this script file to make the link, it avoids creating a new file 1007 1007 if test "$need_locks" = yes; then 1008 until $run ln "$ progpath" "$lockfile" 2>/dev/null; do1008 until $run ln "$srcfile" "$lockfile" 2>/dev/null; do 1009 1009 $show "Waiting for $lockfile to be removed" 1010 1010 sleep 2 1011 1011 done
Note:
See TracBrowser
for help on using the repository browser.