File: patch.nostrip

package info (click to toggle)
jvim 3.0-2.1b-3
  • links: PTS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, squeeze, stretch, wheezy
  • size: 1,240 kB
  • sloc: makefile: 73; sh: 32
file content (12 lines) | stat: -rw-r--r-- 420 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
diff -uNr vim.orig/src/Makefile vim/src/Makefile
--- vim.orig/src/Makefile	2009-10-07 21:35:40.000000000 -0500
+++ vim/src/Makefile	2009-10-07 21:36:13.000000000 -0500
@@ -464,7 +464,7 @@
 	-mkdir $(BINLOC)
 	cp $(TARGET) $(BINLOC)
 	chmod $(BINMOD) $(BINLOC)/$(TARGET)
-	$(STRIP) $(BINLOC)/$(TARGET)
+#	$(STRIP) $(BINLOC)/$(TARGET)
 	-mkdir $(MANLOC)
 	cp $(MANFILE) $(MANLOC)/jvim.1
 	chmod $(MANMOD) $(MANLOC)/jvim.1