summaryrefslogtreecommitdiff
path: root/data/vim/strip.diff
diff options
context:
space:
mode:
authorJay Freeman <saurik@saurik.com>2008-04-06 10:28:29 +0000
committerJay Freeman <saurik@saurik.com>2008-04-06 10:28:29 +0000
commitd699a01fabaa04a1aad60f6ca5777f82ee24839a (patch)
tree1eb62bad23b14a0877c5b9171f2a5f9358c8d592 /data/vim/strip.diff
parent8a49e427447f40fdd43fc4b5f513b166dd639e2a (diff)
Drastic, sweeping modifications to support iPhone 1.2.0/2.0.
git-svn-id: http://svn.telesphoreo.org/trunk@199 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'data/vim/strip.diff')
-rw-r--r--data/vim/strip.diff19
1 files changed, 19 insertions, 0 deletions
diff --git a/data/vim/strip.diff b/data/vim/strip.diff
new file mode 100644
index 000000000..bbd88eed7
--- /dev/null
+++ b/data/vim/strip.diff
@@ -0,0 +1,19 @@
+diff -r -u vim71/src/Makefile vim71+iPhone/src/Makefile
+--- vim71/src/Makefile 2007-05-12 11:57:13.000000000 +0000
++++ vim71+iPhone/src/Makefile 2008-04-04 18:50:37.000000000 +0000
+@@ -1758,7 +1758,6 @@
+ rm -f $(DEST_BIN)/$(VIMNAME).rm; \
+ fi
+ $(INSTALL_PROG) $(VIMTARGET) $(DEST_BIN)
+- $(STRIP) $(DEST_BIN)/$(VIMTARGET)
+ chmod $(BINMOD) $(DEST_BIN)/$(VIMTARGET)
+ # may create a link to the new executable from /usr/bin/vi
+ -$(LINKIT)
+@@ -1889,7 +1888,6 @@
+ rm -f $(DEST_BIN)/xxd.rm; \
+ fi
+ $(INSTALL_PROG) xxd/xxd$(EXEEXT) $(DEST_BIN)
+- $(STRIP) $(DEST_BIN)/xxd$(EXEEXT)
+ chmod $(BINMOD) $(DEST_BIN)/xxd$(EXEEXT)
+ -$(SHELL) ./installman.sh xxd $(DEST_MAN) "" $(INSTALLMANARGS)
+