Gitweb links:
...log
http://git.netsurf-browser.org/toolchains.git/shortlog/8daa31e0116e3ebb496b1b57f9bc29b62a8d7ec5
...commit
http://git.netsurf-browser.org/toolchains.git/commit/8daa31e0116e3ebb496b1b57f9bc29b62a8d7ec5
...tree
http://git.netsurf-browser.org/toolchains.git/tree/8daa31e0116e3ebb496b1b57f9bc29b62a8d7ec5
The branch, mmu_man/riscos-fix-001 has been created
at 8daa31e0116e3ebb496b1b57f9bc29b62a8d7ec5 (commit)
- Log -----------------------------------------------------------------
commitdiff
http://git.netsurf-browser.org/toolchains.git/commit/?id=8daa31e0116e3ebb496b1b57f9bc29b62a8d7ec5
commit 8daa31e0116e3ebb496b1b57f9bc29b62a8d7ec5
Author: François Revol <[email protected]>
Commit: François Revol <[email protected]>
Fix RO build
- missing S in variable name,
- spaces instead of tab in target command which is invalid in make
syntax.
diff --git a/arm-unknown-riscos/Makefile b/arm-unknown-riscos/Makefile
index dc7c72d..5a3b4b7 100644
--- a/arm-unknown-riscos/Makefile
+++ b/arm-unknown-riscos/Makefile
@@ -149,8 +149,8 @@ $(SOURCESDIR)/$(UPSTREAM_MAKERUN_TARBALL):
$(SOURCESDIR)/$(UPSTREAM_SQUEEZE_TARBALL):
git clone $(UPSTREAM_SQUEEZE_URI) $@
-$(SOURCEDIR)/$(UPSTREAM_INFOZIP_TARBALL):
- $(FETCHSRC) arm-unknown-riscos $(subst $(SOURCEDIR)/,,$@)
$(UPSTREAM_INFOZIP_URI) $@
+$(SOURCESDIR)/$(UPSTREAM_INFOZIP_TARBALL):
+ $(FETCHSRC) arm-unknown-riscos $(subst $(SOURCEDIR)/,,$@)
$(UPSTREAM_INFOZIP_URI) $@
###
# Rule to create buildsteps dir
-----------------------------------------------------------------------
--
Cross-compilation toolchains and environments
_______________________________________________
netsurf-commits mailing list
[email protected]
http://listmaster.pepperfish.net/cgi-bin/mailman/listinfo/netsurf-commits-netsurf-browser.org