Gitweb links:

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

The branch, master has been updated
       via  8b31e18ad685017c25ced3c0d8e43d7a7dff8384 (commit)
      from  dc9762fef3aa5e4e026cfff49eb05466160e5442 (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=8b31e18ad685017c25ced3c0d8e43d7a7dff8384
commit 8b31e18ad685017c25ced3c0d8e43d7a7dff8384
Author: Vincent Sanders <[email protected]>
Commit: Vincent Sanders <[email protected]>

    stop the atari toolchain from matching the cstrip binary for the strip one

diff --git a/frontends/atari/Makefile b/frontends/atari/Makefile
index 585f0b2..17e74ec 100644
--- a/frontends/atari/Makefile
+++ b/frontends/atari/Makefile
@@ -8,7 +8,7 @@
 # toolchain is located in /usr/bin and the wildcard matching
 # fails then. So this wildcard matches only works for
 # the netsurf environment!
-STRIP := $(wildcard $(GCCSDK_INSTALL_CROSSBIN)/*strip)
+STRIP := $(wildcard $(GCCSDK_INSTALL_CROSSBIN)/*-strip))
 STACK := $(wildcard $(GCCSDK_INSTALL_CROSSBIN)/*stack)
 FT2CF := $(GCCSDK_INSTALL_ENV)/bin/freetype-config
 


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

Summary of changes:
 frontends/atari/Makefile |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/frontends/atari/Makefile b/frontends/atari/Makefile
index 585f0b2..17e74ec 100644
--- a/frontends/atari/Makefile
+++ b/frontends/atari/Makefile
@@ -8,7 +8,7 @@
 # toolchain is located in /usr/bin and the wildcard matching
 # fails then. So this wildcard matches only works for
 # the netsurf environment!
-STRIP := $(wildcard $(GCCSDK_INSTALL_CROSSBIN)/*strip)
+STRIP := $(wildcard $(GCCSDK_INSTALL_CROSSBIN)/*-strip))
 STACK := $(wildcard $(GCCSDK_INSTALL_CROSSBIN)/*stack)
 FT2CF := $(GCCSDK_INSTALL_ENV)/bin/freetype-config
 


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