Gitweb links:

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

The branch, ashmew2/nskolibrios has been updated
       via  cb02206975b76183bc1dcca861dbd2c65a93d6e4 (commit)
      from  a31e50d04486f130c80c31ceddeb65afe33e6e08 (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=cb02206975b76183bc1dcca861dbd2c65a93d6e4
commit cb02206975b76183bc1dcca861dbd2c65a93d6e4
Author: Ashish Gupta <[email protected]>
Commit: Ashish Gupta <[email protected]>

    Fix mkimg for building without /home/autobuild

diff --git a/frontends/kolibrios/tools/mkimg.sh 
b/frontends/kolibrios/tools/mkimg.sh
index 73e5042..ec3f2bd 100755
--- a/frontends/kolibrios/tools/mkimg.sh
+++ b/frontends/kolibrios/tools/mkimg.sh
@@ -18,9 +18,11 @@ rm -f *.vdi
 popd
 
 cd $SVNDIR/contrib/sdk/sources/
+PATH=/opt/netsurf/kos32-gcc/cross/autobuild/tools/win32/bin/:$PATH
+
 for i in $LIBS; do
     cd $i
-    make
+    INSTALLDIR=/tmp LDFLAGS_CMD="-L../../sources/newlib 
-L/opt/netsurf/kos32-gcc/cross/autobuild/tools/win32/lib" make
     cd ..
 done
 


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

Summary of changes:
 frontends/kolibrios/tools/mkimg.sh |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/frontends/kolibrios/tools/mkimg.sh 
b/frontends/kolibrios/tools/mkimg.sh
index 73e5042..ec3f2bd 100755
--- a/frontends/kolibrios/tools/mkimg.sh
+++ b/frontends/kolibrios/tools/mkimg.sh
@@ -18,9 +18,11 @@ rm -f *.vdi
 popd
 
 cd $SVNDIR/contrib/sdk/sources/
+PATH=/opt/netsurf/kos32-gcc/cross/autobuild/tools/win32/bin/:$PATH
+
 for i in $LIBS; do
     cd $i
-    make
+    INSTALLDIR=/tmp LDFLAGS_CMD="-L../../sources/newlib 
-L/opt/netsurf/kos32-gcc/cross/autobuild/tools/win32/lib" make
     cd ..
 done
 


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