Gitweb links:

...log 
http://git.netsurf-browser.org/toolchains.git/shortlog/41bba10ad7e11b9a3431f7a187ba2a8455eeb945
...commit 
http://git.netsurf-browser.org/toolchains.git/commit/41bba10ad7e11b9a3431f7a187ba2a8455eeb945
...tree 
http://git.netsurf-browser.org/toolchains.git/tree/41bba10ad7e11b9a3431f7a187ba2a8455eeb945

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

    patch at correct level

diff --git a/i686-w64-mingw32/Makefile b/i686-w64-mingw32/Makefile
index e3b6cfb..04ecd05 100644
--- a/i686-w64-mingw32/Makefile
+++ b/i686-w64-mingw32/Makefile
@@ -104,7 +104,7 @@ $(BUILDSTEPS)/mingw-srcdir.d: 
$(SOURCESDIR)/$(UPSTREAM_MINGW_TARBALL)
 ###
 
 $(BUILDSTEPS)/srcdir-step3.d: $(BUILDSTEPS)/srcdir-step2.d
-       for p in `ls $(RECIPES)/patches/gcc4/*.p` ; do patch -d 
$(GCC_SRCDIR)/gcc -p0 <$$p ; done
+       for p in `ls $(RECIPES)/patches/gcc4/*.p` ; do patch -d $(GCC_SRCDIR) 
-p0 <$$p ; done
        touch $@
 
 $(BUILDSTEPS)/srcdir-step2.d: $(BUILDSTEPS)/srcdir-step1.d 
$(SOURCESDIR)/$(UPSTREAM_GMP_TARBALL) $(SOURCESDIR)/$(UPSTREAM_MPFR_TARBALL) 
$(SOURCESDIR)/$(UPSTREAM_MPC_TARBALL)


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

Summary of changes:
 i686-w64-mingw32/Makefile |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/i686-w64-mingw32/Makefile b/i686-w64-mingw32/Makefile
index e3b6cfb..04ecd05 100644
--- a/i686-w64-mingw32/Makefile
+++ b/i686-w64-mingw32/Makefile
@@ -104,7 +104,7 @@ $(BUILDSTEPS)/mingw-srcdir.d: 
$(SOURCESDIR)/$(UPSTREAM_MINGW_TARBALL)
 ###
 
 $(BUILDSTEPS)/srcdir-step3.d: $(BUILDSTEPS)/srcdir-step2.d
-       for p in `ls $(RECIPES)/patches/gcc4/*.p` ; do patch -d 
$(GCC_SRCDIR)/gcc -p0 <$$p ; done
+       for p in `ls $(RECIPES)/patches/gcc4/*.p` ; do patch -d $(GCC_SRCDIR) 
-p0 <$$p ; done
        touch $@
 
 $(BUILDSTEPS)/srcdir-step2.d: $(BUILDSTEPS)/srcdir-step1.d 
$(SOURCESDIR)/$(UPSTREAM_GMP_TARBALL) $(SOURCESDIR)/$(UPSTREAM_MPFR_TARBALL) 
$(SOURCESDIR)/$(UPSTREAM_MPC_TARBALL)


-- 
Cross-compilation toolchains and environments

_______________________________________________
netsurf-commits mailing list
[email protected]
http://listmaster.pepperfish.net/cgi-bin/mailman/listinfo/netsurf-commits-netsurf-browser.org

Reply via email to