summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam R. Otte <wotte@dre.vanderbilt.edu>2006-07-24 23:55:14 +0000
committerWilliam R. Otte <wotte@dre.vanderbilt.edu>2006-07-24 23:55:14 +0000
commit0416ae4da1262dc65ea7038c419bd31592aade7d (patch)
tree4615c2edeacf94ce5ac5fadf792aecdb77a3ea14
parentbae26b35b435e850a543e27f6c9d7a7ab1efb77b (diff)
downloadATCD-0416ae4da1262dc65ea7038c419bd31592aade7d.tar.gz
Mon Jul 24 23:53:53 UTC 2006 William R. Otte <wotte@dre.vanderbilt.edu>
-rw-r--r--ACE/ChangeLog7
-rwxr-xr-xACE/bin/create_ace_build.pl2
2 files changed, 9 insertions, 0 deletions
diff --git a/ACE/ChangeLog b/ACE/ChangeLog
index 369a1684084..6bf0fefd1b0 100644
--- a/ACE/ChangeLog
+++ b/ACE/ChangeLog
@@ -1,3 +1,10 @@
+Mon Jul 24 23:53:53 UTC 2006 William R. Otte <wotte@dre.vanderbilt.edu>
+
+ * bin/create_ace_build.pl
+
+ Fix provided by Steve Huston to prevent this script from building
+ links from .svn directories.
+
Mon Jul 24 19:17:37 UTC 2006 William R. Otte <wotte@dre.vanderbilt.edu>
* bin/fuzz.pl
diff --git a/ACE/bin/create_ace_build.pl b/ACE/bin/create_ace_build.pl
index d184b12c2dd..e7876bd3791 100755
--- a/ACE/bin/create_ace_build.pl
+++ b/ACE/bin/create_ace_build.pl
@@ -280,6 +280,8 @@ sub wanted {
/^Static_Debug\z/s && ($File::Find::prune = 1)
||
/^Static_Release\z/s && ($File::Find::prune = 1)
+ ||
+ /^\.svn\z/s && ($File::Find::prune = 1)
);
$matches = $matches &&