From 0416ae4da1262dc65ea7038c419bd31592aade7d Mon Sep 17 00:00:00 2001 From: "William R. Otte" Date: Mon, 24 Jul 2006 23:55:14 +0000 Subject: Mon Jul 24 23:53:53 UTC 2006 William R. Otte --- ACE/ChangeLog | 7 +++++++ ACE/bin/create_ace_build.pl | 2 ++ 2 files changed, 9 insertions(+) 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 + + * 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 * 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 && -- cgit v1.2.1