Skip to content

Commit a8d50fb

Browse files
yf13dpgeorge
authored andcommitted
py/mkrules.mk: Mute blobless errors.
This mutes usage error for blobless update from older `git` to reduce noise upon submodule updating. Signed-off-by: Yanfeng Liu <yfliu2008@qq.com>
1 parent ddf2c3a commit a8d50fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

py/mkrules.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ submodules:
268268
$(ECHO) "Updating submodules: $(GIT_SUBMODULES)"
269269
ifneq ($(GIT_SUBMODULES),)
270270
$(Q)cd $(TOP) && git submodule sync $(GIT_SUBMODULES)
271-
$(Q)cd $(TOP) && git submodule update --init --filter=blob:none $(GIT_SUBMODULES) || \
271+
$(Q)cd $(TOP) && git submodule update --init --filter=blob:none $(GIT_SUBMODULES) 2>/dev/null || \
272272
git submodule update --init $(GIT_SUBMODULES)
273273
endif
274274
.PHONY: submodules

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy