Gitweb links:

...log 
http://git.netsurf-browser.org/netsurf.git/shortlog/3b88e0ef9eb854121a16e86ed404f89f0a87ea34
...commit 
http://git.netsurf-browser.org/netsurf.git/commit/3b88e0ef9eb854121a16e86ed404f89f0a87ea34
...tree 
http://git.netsurf-browser.org/netsurf.git/tree/3b88e0ef9eb854121a16e86ed404f89f0a87ea34

The branch, master has been updated
       via  3b88e0ef9eb854121a16e86ed404f89f0a87ea34 (commit)
      from  3ac65ef6e25fffedb56dff24a2984ea074707913 (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/netsurf.git/commit/?id=3b88e0ef9eb854121a16e86ed404f89f0a87ea34
commit 3b88e0ef9eb854121a16e86ed404f89f0a87ea34
Author: Vincent Sanders <[email protected]>
Commit: Vincent Sanders <[email protected]>

    fix amigaos3 building

diff --git a/utils/jenkins-build.sh b/utils/jenkins-build.sh
index 3e65627..6fd6a77 100755
--- a/utils/jenkins-build.sh
+++ b/utils/jenkins-build.sh
@@ -135,6 +135,20 @@ case ${TARGET} in
            "ppc-amigaos")
                ;;
 
+           *)
+               echo "Target \"${TARGET}\" cannot be built on \"${HOST})\""
+               exit 1
+               ;;
+
+       esac
+
+       PKG_SRC=NetSurf_Amiga/netsurf
+       PKG_SFX=.lha
+       ;;
+
+
+    "amigaos3")
+       case ${HOST} in
            "m68k-unknown-amigaos")
                ;;
 


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

Summary of changes:
 utils/jenkins-build.sh |   14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/utils/jenkins-build.sh b/utils/jenkins-build.sh
index 3e65627..6fd6a77 100755
--- a/utils/jenkins-build.sh
+++ b/utils/jenkins-build.sh
@@ -135,6 +135,20 @@ case ${TARGET} in
            "ppc-amigaos")
                ;;
 
+           *)
+               echo "Target \"${TARGET}\" cannot be built on \"${HOST})\""
+               exit 1
+               ;;
+
+       esac
+
+       PKG_SRC=NetSurf_Amiga/netsurf
+       PKG_SFX=.lha
+       ;;
+
+
+    "amigaos3")
+       case ${HOST} in
            "m68k-unknown-amigaos")
                ;;
 


-- 
NetSurf Browser

_______________________________________________
netsurf-commits mailing list
[email protected]
http://listmaster.pepperfish.net/cgi-bin/mailman/listinfo/netsurf-commits-netsurf-browser.org

Reply via email to