We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c3548a9 + 9411114 commit 75d736dCopy full SHA for 75d736d
Makefile
@@ -230,7 +230,7 @@ get_dist_deps = mkdir distdir && \
230
git clone . distdir/$(CLONEDIR) && \
231
cd distdir/$(CLONEDIR) && \
232
git checkout $(REPO_TAG) && \
233
- $(MAKE) deps && \
+ $(MAKE) locked-deps && \
234
echo "- Dependencies and their tags at build time of $(REPO) at $(REPO_TAG)" > $(MANIFEST_FILE) && \
235
for dep in deps/*; do \
236
cd $${dep} && \
0 commit comments