Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2003-08-28 01:01:14 +0400
committerChristopher Faylor <me@cgf.cx>2003-08-28 01:01:14 +0400
commit7028311c04375fc50f2f52495a8982b205f1d85b (patch)
tree4c5bf372f9089ce4996956a3febd68294457d651 /winsup/cygwin
parent90f4768b783c108356dcdd498df1b82886c6bc94 (diff)
* specdir: Correctly remove temporary directory prior to use.
Diffstat (limited to 'winsup/cygwin')
-rw-r--r--winsup/cygwin/ChangeLog4
-rwxr-xr-xwinsup/cygwin/speclib2
2 files changed, 5 insertions, 1 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 101bff997..e9263631e 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,5 +1,9 @@
2003-08-27 Christopher Faylor <cgf@redhat.com>
+ * specdir: Correctly remove temporary directory prior to use.
+
+2003-08-27 Christopher Faylor <cgf@redhat.com>
+
* sigproc.cc (wait_sig): Count number of iterations through
'more_signals' loop and issue a warning if DEBUGGING and excessive.
(WFSO): When debugging and infinite timeout, loop.
diff --git a/winsup/cygwin/speclib b/winsup/cygwin/speclib
index cd463f808..9de9f50c4 100755
--- a/winsup/cygwin/speclib
+++ b/winsup/cygwin/speclib
@@ -26,7 +26,7 @@ sort -o /tmp/$$.objs -u /tmp/$$.objs
[ -s /tmp/$$.objs ] || { echo "speclib: couldn't find symbols for $lib" 1>&2; exit 1; }
-/bin/rm -f /tmp/$$>dir
+/bin/rm -rf /tmp/$$.dir
mkdir /tmp/$$.dir
cd /tmp/$$.dir
if v; then