Gitweb links:

...log 
http://git.netsurf-browser.org/netsurf.git/shortlog/908d5655d23aad62947910993cb2fe6ab431b1d7
...commit 
http://git.netsurf-browser.org/netsurf.git/commit/908d5655d23aad62947910993cb2fe6ab431b1d7
...tree 
http://git.netsurf-browser.org/netsurf.git/tree/908d5655d23aad62947910993cb2fe6ab431b1d7

The branch, master has been updated
       via  908d5655d23aad62947910993cb2fe6ab431b1d7 (commit)
      from  19d2a0c01185451d2e2903f116f792e591b8ff5f (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/commitdiff/908d5655d23aad62947910993cb2fe6ab431b1d7
commit 908d5655d23aad62947910993cb2fe6ab431b1d7
Author: Vincent Sanders <[email protected]>
Commit: Vincent Sanders <[email protected]>

    add riscos zip build target

diff --git a/riscos/Makefile.target b/riscos/Makefile.target
index 1fb861e..9e82406 100644
--- a/riscos/Makefile.target
+++ b/riscos/Makefile.target
@@ -100,3 +100,17 @@ clean-run:
        $(VQ)echo "   CLEAN: !NetSurf/!Run$(RUNEXT)"
        $(Q) $(RM) !NetSurf/!Run$(RUNEXT)
 CLEANS += clean-run
+
+# ----------------------------------------------------------------------------
+# Install target
+# ----------------------------------------------------------------------------
+
+install-riscos: netsurf.zip
+
+netsurf.zip: $(EXETARGET)
+       TMPDIR:=$(shell mktemp -d)
+       $(Q) $(RM) $@
+       rsync --archive --verbose $(CURDIR)/!NetSurf $(TMPDIR)
+       mv $(TMPDIR)/!NetSurf/ReadMe $(TMPDIR)
+       $(shell cd $(TMPDIR) && /opt/netsurf/arm-unknown-riscos/env/bin/zip 
-9vr, $(CURDIR)/$@ *)
+       $(Q) $(RM) $(TMPDIR)


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

Summary of changes:
 riscos/Makefile.target |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

diff --git a/riscos/Makefile.target b/riscos/Makefile.target
index 1fb861e..9e82406 100644
--- a/riscos/Makefile.target
+++ b/riscos/Makefile.target
@@ -100,3 +100,17 @@ clean-run:
        $(VQ)echo "   CLEAN: !NetSurf/!Run$(RUNEXT)"
        $(Q) $(RM) !NetSurf/!Run$(RUNEXT)
 CLEANS += clean-run
+
+# ----------------------------------------------------------------------------
+# Install target
+# ----------------------------------------------------------------------------
+
+install-riscos: netsurf.zip
+
+netsurf.zip: $(EXETARGET)
+       TMPDIR:=$(shell mktemp -d)
+       $(Q) $(RM) $@
+       rsync --archive --verbose $(CURDIR)/!NetSurf $(TMPDIR)
+       mv $(TMPDIR)/!NetSurf/ReadMe $(TMPDIR)
+       $(shell cd $(TMPDIR) && /opt/netsurf/arm-unknown-riscos/env/bin/zip 
-9vr, $(CURDIR)/$@ *)
+       $(Q) $(RM) $(TMPDIR)


-- 
NetSurf Browser

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

Reply via email to