Skip to content

Commit

Permalink
fixup! fixup! pkg: ensure "dynamic sparse paths" are up-to-date
Browse files Browse the repository at this point in the history
  • Loading branch information
kaspar030 committed Jan 30, 2024
1 parent 566244b commit ecdf640
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/pkg.mk
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ PKG_SPARSE_TAG = $(PKG_SOURCE_DIR).sparse
$(PKG_SPARSE_TAG): FORCE
$(Q)if test -f $@; then \
test "$$(cat $@)" = "$(PKG_SPARSE_PATHS)" && exit 0; \
fi ; mkdir -p $((dirname $@)) && echo "$(PKG_SPARSE_PATHS)" > $@
fi ; mkdir -p $$(dirname $@) && echo "$(PKG_SPARSE_PATHS)" > $@
endif

ifneq (,$(GIT_CACHE_RS))
Expand Down

0 comments on commit ecdf640

Please sign in to comment.