Skip to content
GitLab
菜单
项目
群组
代码片段
/
帮助
帮助
支持
社区论坛
快捷键
?
提交反馈
登录/注册
切换导航
菜单
打开侧边栏
Panda
RISC-V GNU Toolchain
提交
88b004d4
未验证
提交
88b004d4
编辑于
3月 16, 2021
作者:
Kito Cheng
提交者:
GitHub
3月 16, 2021
浏览文件
Merge pull request #864 from scottj97/git-submodule-fix
Use `git rev-parse` to find .git dir
上级
4e711512
87feee89
变更
1
Hide whitespace changes
Inline
Side-by-side
Makefile.in
浏览文件 @
88b004d4
...
...
@@ -245,8 +245,8 @@ endif
$(srcdir)/%/.git
:
cd
$(srcdir)
&&
\
flock
$(srcdir)
/.git
/config git submodule init
$(
dir
$@
)
&&
\
flock
$(srcdir)
/.git
/config git submodule update
$(
dir
$@
)
flock
`
git rev-parse
--git-dir
`
/config git submodule init
$(
dir
$@
)
&&
\
flock
`
git rev-parse
--git-dir
`
/config git submodule update
$(
dir
$@
)
#
# GLIBC
...
...
编辑
预览
支持
Markdown
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录