File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: aa2fbbac0d90d85a7977cb62c88c4b46a5430056
2
+ refs/heads/master: 143f87899b0548700d5b799efd53594602114195
Original file line number Diff line number Diff line change @@ -340,9 +340,7 @@ endif
340
340
# #####################################################################
341
341
342
342
# This is a pretty expensive operation but I don't see any way to avoid it
343
- SUBMODULE_STATUS =$(shell cd "$(CFG_SRC_DIR ) " && "$(CFG_GIT ) " submodule status)
344
- # Look through for submodules prefixed with '-' (need init), or '+' (need update)
345
- NEED_GIT_RECONFIG =$(shell echo "$(SUBMODULE_STATUS ) " | grep -c '^\(+\|-\) ')
343
+ NEED_GIT_RECONFIG =$(shell cd "$(CFG_SRC_DIR ) " && "$(CFG_GIT ) " submodule status | grep -c '^\(+\|-\) ')
346
344
347
345
ifeq ($(NEED_GIT_RECONFIG ) ,0)
348
346
else
You can’t perform that action at this time.
0 commit comments