Skip to content

Commit 21c3b3c

Browse files
committed
SWPROT-8953: build: Skip preparing git-lfs as not needed
This repo should not contain any git-lfs file, but they could come with using remote branches. Note to self, it would be good to purge/prevent lfs files to be uploaded to github as it does not scale. Origin: #6 Signed-off-by: Philippe Coval <philippe.coval@silabs.com>
1 parent 436f0f3 commit 21c3b3c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

helper.mk

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,8 @@ git/lfs/prepare:
137137
git/modules/prepare:
138138
[ ! -r .git/modules ] || git submodule update --init --recursive
139139

140-
git/prepare: git/modules/prepare git/lfs/prepare
140+
git/prepare: git/modules/prepare
141+
@echo "# ${project}: warning: $@: Skipping $^ as not needed for project"
141142

142143
configure: ${build_dir}/CMakeCache.txt
143144
file -E $<

0 commit comments

Comments
 (0)