Gitweb links:
...log
http://git.netsurf-browser.org/netsurf.git/shortlog/a57940a468e7abd65cc2d69d3f8a167b0f4e4dfc
...commit
http://git.netsurf-browser.org/netsurf.git/commit/a57940a468e7abd65cc2d69d3f8a167b0f4e4dfc
...tree
http://git.netsurf-browser.org/netsurf.git/tree/a57940a468e7abd65cc2d69d3f8a167b0f4e4dfc
The branch, master has been updated
via a57940a468e7abd65cc2d69d3f8a167b0f4e4dfc (commit)
from 8b31e18ad685017c25ced3c0d8e43d7a7dff8384 (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=a57940a468e7abd65cc2d69d3f8a167b0f4e4dfc
commit a57940a468e7abd65cc2d69d3f8a167b0f4e4dfc
Author: Vincent Sanders <[email protected]>
Commit: Vincent Sanders <[email protected]>
fix atari STRIP makefile target to not have a spurious close bracket
diff --git a/frontends/atari/Makefile b/frontends/atari/Makefile
index 17e74ec..125a958 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 17e74ec..125a958 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