Skip to content

Commit 6b3ffb0

Browse files
committed
---
yaml --- r: 6468 b: refs/heads/master c: 143f878 h: refs/heads/master v: v3
1 parent 3ffa0d9 commit 6b3ffb0

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: aa2fbbac0d90d85a7977cb62c88c4b46a5430056
2+
refs/heads/master: 143f87899b0548700d5b799efd53594602114195

trunk/Makefile.in

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -340,9 +340,7 @@ endif
340340
######################################################################
341341

342342
# 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 '^\(+\|-\)')
346344

347345
ifeq ($(NEED_GIT_RECONFIG),0)
348346
else

0 commit comments

Comments
 (0)