Gitweb links:
...log
http://git.netsurf-browser.org/toolchains.git/shortlog/2b0862ff33ff3eace5c14b31d391f951a4fbd708
...commit
http://git.netsurf-browser.org/toolchains.git/commit/2b0862ff33ff3eace5c14b31d391f951a4fbd708
...tree
http://git.netsurf-browser.org/toolchains.git/tree/2b0862ff33ff3eace5c14b31d391f951a4fbd708
The branch, master has been updated
via 2b0862ff33ff3eace5c14b31d391f951a4fbd708 (commit)
from b9ebe11d7bd08cf39bd9b5bae1a94c34c9602dba (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/toolchains.git/commit/?id=2b0862ff33ff3eace5c14b31d391f951a4fbd708
commit 2b0862ff33ff3eace5c14b31d391f951a4fbd708
Author: Michael Drake <[email protected]>
Commit: Michael Drake <[email protected]>
sdk: Fix libexpat download URL
diff --git a/sdk/Makefile b/sdk/Makefile
index 7b4a036..e1083ed 100644
--- a/sdk/Makefile
+++ b/sdk/Makefile
@@ -607,5 +607,5 @@ endif
touch $@
$(SOURCEDIR)/expat-$(VERSION_LIBEXPAT).tar.bz2:
- $(FETCHSRC) sdk $(subst $(SOURCEDIR)/,,$@)
"https://github.com/libexpat/libexpat/releases/download/R_$(subst
$(VERSION_LIBEXPAT),.,_)/expat-$(VERSION_LIBEXPAT).tar.bz2" $(CKSUM_LIBEXPAT) $@
+ $(FETCHSRC) sdk $(subst $(SOURCEDIR)/,,$@)
"https://github.com/libexpat/libexpat/releases/download/R_$(subst
.,_,$(VERSION_LIBEXPAT))/expat-$(VERSION_LIBEXPAT).tar.bz2" $(CKSUM_LIBEXPAT) $@
-----------------------------------------------------------------------
Summary of changes:
sdk/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sdk/Makefile b/sdk/Makefile
index 7b4a036..e1083ed 100644
--- a/sdk/Makefile
+++ b/sdk/Makefile
@@ -607,5 +607,5 @@ endif
touch $@
$(SOURCEDIR)/expat-$(VERSION_LIBEXPAT).tar.bz2:
- $(FETCHSRC) sdk $(subst $(SOURCEDIR)/,,$@)
"https://github.com/libexpat/libexpat/releases/download/R_$(subst
$(VERSION_LIBEXPAT),.,_)/expat-$(VERSION_LIBEXPAT).tar.bz2" $(CKSUM_LIBEXPAT) $@
+ $(FETCHSRC) sdk $(subst $(SOURCEDIR)/,,$@)
"https://github.com/libexpat/libexpat/releases/download/R_$(subst
.,_,$(VERSION_LIBEXPAT))/expat-$(VERSION_LIBEXPAT).tar.bz2" $(CKSUM_LIBEXPAT) $@
--
Cross-compilation toolchains and environments
_______________________________________________
netsurf-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]