X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Makefile.upstream;h=2434fa76c2a8402961b50e9b3acf660b4ca1a889;hb=ff3815a13aa6a57852f28c789f8a8d22f2a1f26e;hp=670e934a89ee13956a1ce8aea7c5aabf6a0e374e;hpb=895b102b83f7875c257783c6887bd1aa967fd42c;p=org.ibex.core.git diff --git a/Makefile.upstream b/Makefile.upstream index 670e934..2434fa7 100644 --- a/Makefile.upstream +++ b/Makefile.upstream @@ -120,6 +120,7 @@ endif mkdir -p upstream/$* curl $(url_$*) | tar xzf - -C upstream/$* mv upstream/$*/$* upstream/$*/src; true + mv upstream/$*/libmspack upstream/$*/src; true (test -e upstream/$*/patches && cd upstream/$*/src && for A in ../patches/*.patch; do patch -p0 -l < $$A; done); true touch $@ @@ -136,10 +137,7 @@ endif .configure_libmspack-20030726_$(target): .download_libmspack-20030726 .install_gcc-3.3_$(target) .install_newlib-1.11.0_$(target) mkdir -p upstream/libmspack-20030726/build-$(target) - cd upstream/libmspack-20030726/build-$(target); ln -sf ../libmspack/mspack/* . - touch $@ - -.install_libmspack-20030726_$(target): .configure_libmspack-20030726_$(target) + cd upstream/libmspack-20030726/build-$(target); ln -sf ../src/mspack/* . touch $@ .install_freetype-2.1.4_mips-unknown-elf: .install_gcc-3.3_mips-unknown-elf .install_newlib-1.11.0_mips-unknown-elf .download_freetype-2.1.4 @@ -155,6 +153,8 @@ endif make $(setcc) $(environment_$*_$(target)) touch $@ +.install_libmspack-20030726_$(target): .build_libmspack-20030726_$(target); true + .install_%_$(target): .build_%_$(target) @echo -e "\n\033[1minstalling $*...\033[0m" cd upstream/$*/build-$(target); \