From f5278aef7395b11f38a971dd8895be5b79007b9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C8=98tefan=20Talpalaru?= Date: Wed, 20 May 2020 15:36:47 +0200 Subject: [PATCH] drop "-k" --- makefiles/targets.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefiles/targets.mk b/makefiles/targets.mk index 8fe6f63..fcf1bc6 100644 --- a/makefiles/targets.mk +++ b/makefiles/targets.mk @@ -52,7 +52,7 @@ build-nim: | sanity-checks #- allows parallel building with the '+' prefix #- rebuilds the Nim compiler if the corresponding submodule is updated update-common: | sanity-checks - git submodule foreach --quiet 'git ls-files -k --exclude-standard | while read F; do rm -rf "$$F"; done' + git submodule foreach --quiet 'git ls-files --exclude-standard | while read F; do rm -rf "$$F"; done' git submodule update --init --recursive || true # changing URLs in a submodule's submodule means we have to sync and update twice git submodule sync --quiet --recursive