Skip to content

Commit 2942c32

Browse files
committed
Make changes per @gribozavr suggestions
1 parent 2a1364d commit 2942c32

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ compiler for C++14 support and create a symlink:
6666

6767
### Getting Sources for Swift and Related Projects
6868

69+
git clone https://github.com/apple/swift.git swift
70+
cd swift
6971
./utils/update-checkout --clone
7072

7173
[CMake](http://cmake.org) is the core infrastructure used to configure builds of

utils/update-checkout

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ def update_working_copy(repo_path):
5555

5656
def obtain_additional_swift_sources():
5757
additional_repos = {
58-
'swift': 'https://github.com/apple/swift.git',
5958
'llvm': 'https://github.com/apple/swift-llvm.git',
6059
'clang': 'https://github.com/apple/swift-clang.git',
6160
'lldb': 'https://github.com/apple/swift-lldb.git',
@@ -79,7 +78,7 @@ By default, updates your checkouts of Swift, SourceKit, LLDB, and SwiftPM.""")
7978
parser.add_argument("-a", "--all",
8079
help="also update checkouts of llbuild, LLVM, and Clang",
8180
action="store_true")
82-
parser.add_argument("-c", "--clone",
81+
parser.add_argument("--clone",
8382
help="Obtain Sources for Swift and Related Projects",
8483
action="store_true")
8584
args = parser.parse_args()

0 commit comments

Comments
 (0)