mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-19 05:50:30 +00:00
Get rid of git submodule
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -41,3 +41,4 @@ xcuserdata/
|
||||
/testresults.html
|
||||
/testresults.json
|
||||
testament.db
|
||||
/csources
|
||||
|
||||
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -1,3 +0,0 @@
|
||||
[submodule "csources"]
|
||||
path = csources
|
||||
url = ../../nim-lang/csources.git
|
||||
@@ -3,7 +3,7 @@ set -e
|
||||
set -x
|
||||
|
||||
if [ ! -e csources/.git ]; then
|
||||
git submodule update --init --depth 1
|
||||
git clone --depth 1 git://github.com/nim-lang/csources.git csources
|
||||
fi
|
||||
|
||||
cd "csources"
|
||||
1
csources
1
csources
Submodule csources deleted from 15724e2e1f
Reference in New Issue
Block a user