Gitweb links:
...log
http://git.netsurf-browser.org/netsurf.git/shortlog/28a70968532f20ea35628...
...commit
http://git.netsurf-browser.org/netsurf.git/commit/28a70968532f20ea3562837...
...tree
http://git.netsurf-browser.org/netsurf.git/tree/28a70968532f20ea356283717...
The branch, master has been updated
via 28a70968532f20ea356283717a5a8561ac5992ec (commit)
from 37b4e77720b6c91e8a4440c536d4acc942d69275 (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/28a70968532f20ea356...
commit 28a70968532f20ea356283717a5a8561ac5992ec
Author: Ole Loots <ole(a)monochrom.net>
Commit: Ole Loots <ole(a)monochrom.net>
Disable strip on executable for target package-atari.
diff --git a/atari/Makefile.target b/atari/Makefile.target
index c207eae..a909dd5 100644
--- a/atari/Makefile.target
+++ b/atari/Makefile.target
@@ -124,7 +124,7 @@ package-atari: $(ATARI_FONT_TMP_DIR)$(ATARI_FONT_NAME) $(PKGNAME)
$(VQ)echo Creating $(PKGNAME)
$(PKGNAME): $(EXETARGET)
- $(Q)$(STRIP) $(EXETARGET)
+# $(Q)$(STRIP) $(EXETARGET)
$(Q)$(STACK) -S 256k $(EXETARGET)
$(Q)rm -rf $(ATARI_TARGET_DIR)
$(Q)rm -rf $(PKGNAME)
-----------------------------------------------------------------------
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 c207eae..a909dd5 100644
--- a/atari/Makefile.target
+++ b/atari/Makefile.target
@@ -124,7 +124,7 @@ package-atari: $(ATARI_FONT_TMP_DIR)$(ATARI_FONT_NAME) $(PKGNAME)
$(VQ)echo Creating $(PKGNAME)
$(PKGNAME): $(EXETARGET)
- $(Q)$(STRIP) $(EXETARGET)
+# $(Q)$(STRIP) $(EXETARGET)
$(Q)$(STACK) -S 256k $(EXETARGET)
$(Q)rm -rf $(ATARI_TARGET_DIR)
$(Q)rm -rf $(PKGNAME)
--
NetSurf Browser