Gitweb links:

...log 
http://git.netsurf-browser.org/toolchains.git/shortlog/ac6f39ab844dd98a225cfff2c85d197b07850625
...commit 
http://git.netsurf-browser.org/toolchains.git/commit/ac6f39ab844dd98a225cfff2c85d197b07850625
...tree 
http://git.netsurf-browser.org/toolchains.git/tree/ac6f39ab844dd98a225cfff2c85d197b07850625

The branch, jmb/gitsrc has been updated
       via  ac6f39ab844dd98a225cfff2c85d197b07850625 (commit)
      from  5490a93c42e966be02a076bfab35b242f4bdc5de (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commitdiff 
http://git.netsurf-browser.org/toolchains.git/commit/?id=ac6f39ab844dd98a225cfff2c85d197b07850625
commit ac6f39ab844dd98a225cfff2c85d197b07850625
Author: John-Mark Bell <[email protected]>
Commit: John-Mark Bell <[email protected]>

    arm-unknown-riscos: fix zip source tarball name

diff --git a/arm-unknown-riscos/Makefile b/arm-unknown-riscos/Makefile
index 7a626ed458..1d69893750 100644
--- a/arm-unknown-riscos/Makefile
+++ b/arm-unknown-riscos/Makefile
@@ -35,7 +35,7 @@ UPSTREAM_SQUEEZE_TARBALL := 
squeeze_git.$(UPSTREAM_SQUEEZE_VERSION).tar.gz
 
 # Infozip
 UPSTREAM_INFOZIP_VERSION := 3.0
-UPSTREAM_INFOZIP_TARBALL := zip$(UPSTREAM_INFOZIP_VERSION).tar.gz
+UPSTREAM_INFOZIP_TARBALL := zip_$(UPSTREAM_INFOZIP_VERSION).tar.gz
 
 Q ?= @
 TOP := $(CURDIR)


-----------------------------------------------------------------------

Summary of changes:
 arm-unknown-riscos/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arm-unknown-riscos/Makefile b/arm-unknown-riscos/Makefile
index 7a626ed458..1d69893750 100644
--- a/arm-unknown-riscos/Makefile
+++ b/arm-unknown-riscos/Makefile
@@ -35,7 +35,7 @@ UPSTREAM_SQUEEZE_TARBALL := 
squeeze_git.$(UPSTREAM_SQUEEZE_VERSION).tar.gz
 
 # Infozip
 UPSTREAM_INFOZIP_VERSION := 3.0
-UPSTREAM_INFOZIP_TARBALL := zip$(UPSTREAM_INFOZIP_VERSION).tar.gz
+UPSTREAM_INFOZIP_TARBALL := zip_$(UPSTREAM_INFOZIP_VERSION).tar.gz
 
 Q ?= @
 TOP := $(CURDIR)


-- 
Cross-compilation toolchains and environments

Reply via email to