Gitweb links:

...log 
http://git.netsurf-browser.org/netsurf.git/shortlog/7ee17c5ab31f2f8080ee16cb9f183364aafcbac9
...commit 
http://git.netsurf-browser.org/netsurf.git/commit/7ee17c5ab31f2f8080ee16cb9f183364aafcbac9
...tree 
http://git.netsurf-browser.org/netsurf.git/tree/7ee17c5ab31f2f8080ee16cb9f183364aafcbac9

The branch, ashmew2/netsurf-kolibrios has been updated
       via  7ee17c5ab31f2f8080ee16cb9f183364aafcbac9 (commit)
      from  2ba19119f6421766f32fbddd07816a151f3ce2fa (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=7ee17c5ab31f2f8080ee16cb9f183364aafcbac9
commit 7ee17c5ab31f2f8080ee16cb9f183364aafcbac9
Author: Ashish Gupta <[email protected]>
Commit: Ashish Gupta <[email protected]>

    Minor makefile fixes for kolibrios

diff --git a/Makefile b/Makefile
index 4b26b6a..d71cdcc 100644
--- a/Makefile
+++ b/Makefile
@@ -289,9 +289,8 @@ else
                 endif
              else
                ifeq ($(TARGET),kolibrios)
-#                CROSSDIR := 
/opt/netsurf/kos32-gcc/cross/autobuild/tools/win32/bin
-                 CROSSDIR := /home/autobuild/tools/win32/bin
-                         ENVDIR := /opt/netsurf/kos32-gcc/env/
+                 CROSSDIR := 
/opt/netsurf/kos32-gcc/cross/autobuild/tools/win32/bin
+                 ENVDIR := /opt/netsurf/kos32-gcc/env/
                  CC := $(CROSSDIR)/kos32-gcc
                  LD := $(CROSSDIR)/kos32-ld
                  PREFIX := /opt/netsurf/kos32-gcc/env


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

Summary of changes:
 Makefile |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/Makefile b/Makefile
index 4b26b6a..d71cdcc 100644
--- a/Makefile
+++ b/Makefile
@@ -289,9 +289,8 @@ else
                 endif
              else
                ifeq ($(TARGET),kolibrios)
-#                CROSSDIR := 
/opt/netsurf/kos32-gcc/cross/autobuild/tools/win32/bin
-                 CROSSDIR := /home/autobuild/tools/win32/bin
-                         ENVDIR := /opt/netsurf/kos32-gcc/env/
+                 CROSSDIR := 
/opt/netsurf/kos32-gcc/cross/autobuild/tools/win32/bin
+                 ENVDIR := /opt/netsurf/kos32-gcc/env/
                  CC := $(CROSSDIR)/kos32-gcc
                  LD := $(CROSSDIR)/kos32-ld
                  PREFIX := /opt/netsurf/kos32-gcc/env


-- 
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