X-Git-Url: http://git.megacz.com/?p=org.ibex.core.git;a=blobdiff_plain;f=Makefile.upstream;h=dd447a8aa8fbe11f074c56f5ba07f5282048a615;hp=f7867d92041bf705a1973414cc64fa86afe0042f;hb=72069509b7c178b9bf3310fef366db4ad179413f;hpb=1a9a09426d1fa74db68a334882f41f1aa609f363 diff --git a/Makefile.upstream b/Makefile.upstream index f7867d9..dd447a8 100644 --- a/Makefile.upstream +++ b/Makefile.upstream @@ -107,21 +107,17 @@ environment_gcc_3.3_$(target) += PATH=$(shell pwd)/upstream/install/bi .PRECIOUS: .vendor .download_% .configure_%_$(target) .install_%_$(target) -.download_nestedvm: - mkdir -p upstream/nestedvm - cd upstream/nestedvm; wget -l 99 -nH -r http://nestedvm.ibex.org/ +.download_org.ibex.%: + @echo -e "\033[1mfetching repository org.ibex.$*\033[0m" + @mkdir -p upstream; cd upstream; rm -rf org.ibex.$*; rm -rf org.ibex.$*_* + @cd upstream; darcs get --verbose --partial --repo-name=org.ibex.$* http://$*.ibex.org + @touch $@ + +.build_org.ibex.nestedvm: .vendor .download_org.ibex.nestedvm + cd upstream/org.ibex.nestedvm; make usr=$(shell pwd)/upstream/install all env.sh touch $@ -.build_nestedvm: .vendor .download_nestedvm - cd upstream/nestedvm; make usr=$(shell pwd)/upstream/install all env.sh - touch $@ - -.install_nestedvm: .build_nestedvm - touch $@ - -.download_org.ibex.crypto: - mkdir -p upstream/org.ibex.crypto - cd upstream/org.ibex.crypto; wget -l 99 -nH -r http://crypto.ibex.org/ +.install_org.ibex.nestedvm: .build_org.ibex.nestedvm touch $@ # vendor-supplied binaries and headers; this is stuff that comes with various OSes