Gitweb links:

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

The branch, master has been updated
       via  c941cee104b16b76177401ea1bcb9f119e77f505 (commit)
      from  28a70968532f20ea356283717a5a8561ac5992ec (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/c941cee104b16b76177401ea1bcb9f119e77f505
commit c941cee104b16b76177401ea1bcb9f119e77f505
Author: Ole Loots <[email protected]>
Commit: Ole Loots <[email protected]>

    Disable stack change on executable for target package-atari

diff --git a/atari/Makefile.target b/atari/Makefile.target
index a909dd5..84622ae 100644
--- a/atari/Makefile.target
+++ b/atari/Makefile.target
@@ -125,7 +125,7 @@ package-atari: $(ATARI_FONT_TMP_DIR)$(ATARI_FONT_NAME) 
$(PKGNAME)
 
 $(PKGNAME): $(EXETARGET)
 #      $(Q)$(STRIP) $(EXETARGET)
-       $(Q)$(STACK) -S 256k $(EXETARGET)
+#      $(Q)$(STACK) -S 256k $(EXETARGET)
        $(Q)rm -rf $(ATARI_TARGET_DIR)
        $(Q)rm -rf $(PKGNAME)
        $(Q)mkdir $(ATARI_TARGET_DIR)


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

Summary of changes:
 atari/Makefile.target |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/atari/Makefile.target b/atari/Makefile.target
index a909dd5..84622ae 100644
--- a/atari/Makefile.target
+++ b/atari/Makefile.target
@@ -125,7 +125,7 @@ package-atari: $(ATARI_FONT_TMP_DIR)$(ATARI_FONT_NAME) 
$(PKGNAME)
 
 $(PKGNAME): $(EXETARGET)
 #      $(Q)$(STRIP) $(EXETARGET)
-       $(Q)$(STACK) -S 256k $(EXETARGET)
+#      $(Q)$(STACK) -S 256k $(EXETARGET)
        $(Q)rm -rf $(ATARI_TARGET_DIR)
        $(Q)rm -rf $(PKGNAME)
        $(Q)mkdir $(ATARI_TARGET_DIR)


-- 
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