Kaydet (Commit) 06a2859d authored tarafından Michael Stahl's avatar Michael Stahl

src.downloaded should depend on bin/repo-list

Change-Id: I5a4d86b218164f864a02cc0d80ffa49d143ac3f1
üst 50b16578
...@@ -356,7 +356,7 @@ ifneq ($(filter-out clean distclean,$(MAKECMDGOALS)),) ...@@ -356,7 +356,7 @@ ifneq ($(filter-out clean distclean,$(MAKECMDGOALS)),)
# #
fetch: src.downloaded fetch: src.downloaded
src.downloaded : Makefile.top ooo.lst download src.downloaded : Makefile.top download ooo.lst bin/repo-list
ifeq ($(DO_FETCH_TARBALLS),YES) ifeq ($(DO_FETCH_TARBALLS),YES)
@./download $(SRCDIR)/ooo.lst && touch $@ @./download $(SRCDIR)/ooo.lst && touch $@
else else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment