Kaydet (Commit) c08f5d7d authored tarafından Norbert Thiebaud's avatar Norbert Thiebaud

./download need to be run with $SRCDIR as working dir

üst 531098ef
...@@ -43,8 +43,7 @@ distro-pack-install: install ...@@ -43,8 +43,7 @@ distro-pack-install: install
$(SRCDIR)/bin/distro-install-file-lists $(SRCDIR)/bin/distro-install-file-lists
$(SRCDIR)/src.downloaded: $(SRCDIR)/ooo.lst $(SRCDIR)/download $(SRCDIR)/src.downloaded: $(SRCDIR)/ooo.lst $(SRCDIR)/download
$(if $(filter YES,$(DO_FETCH_TARBALLS)),@$(SRCDIR)/download $(SRCDIR)/ooo.lst) $(if $(filter YES,$(DO_FETCH_TARBALLS)),cd $(SRCDIR) && ./download ./ooo.lst && touch $@,touch $@)
@touch $@
fetch: $(SRCDIR)/src.downloaded fetch: $(SRCDIR)/src.downloaded
......
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