summaryrefslogtreecommitdiff
path: root/~lukeshu/codeanalyst/skipSetup.patch
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2012-09-26 16:32:08 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2012-09-26 16:32:08 -0400
commit250a51839dd1346d49bc64909a660b00bc2ac7af (patch)
tree582e4b412e0b7f316c507064d5682ba0e94c6cd0 /~lukeshu/codeanalyst/skipSetup.patch
parent3dfdbdcd346adbd10887bf1ba52b049832f13c24 (diff)
downloadabslibre-250a51839dd1346d49bc64909a660b00bc2ac7af.tar.gz
abslibre-250a51839dd1346d49bc64909a660b00bc2ac7af.tar.bz2
abslibre-250a51839dd1346d49bc64909a660b00bc2ac7af.zip
move ~lukeshu/codeanalyst to ~/lukeshu/not-working/codeanalyst
Diffstat (limited to '~lukeshu/codeanalyst/skipSetup.patch')
-rwxr-xr-x~lukeshu/codeanalyst/skipSetup.patch68
1 files changed, 0 insertions, 68 deletions
diff --git a/~lukeshu/codeanalyst/skipSetup.patch b/~lukeshu/codeanalyst/skipSetup.patch
deleted file mode 100755
index fdc9bf42f..000000000
--- a/~lukeshu/codeanalyst/skipSetup.patch
+++ /dev/null
@@ -1,68 +0,0 @@
-diff -crB CodeAnalyst-3_3_18_0361-Public.orig/src/ca/Makefile.am CodeAnalyst-3_3_18_0361-Public/src/ca/Makefile.am
-*** CodeAnalyst-3_3_18_0361-Public.orig/src/ca/Makefile.am 2012-04-13 02:41:43.000000000 -0300
---- CodeAnalyst-3_3_18_0361-Public/src/ca/Makefile.am 2012-04-22 20:44:07.437917684 -0300
-***************
-*** 8,19 ****
- # FIXME [3.0] diffgui \
- # $(CA_RELEASE_TYPE)
-
-! install-exec-hook:
-! @if test -e "scripts/Setup.sh"; then \
-! scripts/Setup.sh $(DESTDIR)$(prefix); \
-! fi
-
-! uninstall-hook:
-! @if test -e "scripts/Uninstall.sh"; then \
-! scripts/Uninstall.sh $(DESTDIR)$(prefix);\
-! fi
---- 8,19 ----
- # FIXME [3.0] diffgui \
- # $(CA_RELEASE_TYPE)
-
-! #install-exec-hook:
-! # @if test -e "scripts/Setup.sh"; then \
-! # scripts/Setup.sh $(DESTDIR)$(prefix); \
-! # fi
-
-! #uninstall-hook:
-! # @if test -e "scripts/Uninstall.sh"; then \
-! # scripts/Uninstall.sh $(DESTDIR)$(prefix);\
-! # fi
-diff -crB CodeAnalyst-3_3_18_0361-Public.orig/src/ca_agent/jvmpi/Makefile.am CodeAnalyst-3_3_18_0361-Public/src/ca_agent/jvmpi/Makefile.am
-*** CodeAnalyst-3_3_18_0361-Public.orig/src/ca_agent/jvmpi/Makefile.am 2012-04-13 02:41:43.000000000 -0300
---- CodeAnalyst-3_3_18_0361-Public/src/ca_agent/jvmpi/Makefile.am 2012-04-22 20:47:21.604593511 -0300
-***************
-*** 15,20 ****
- libCAJVMPIA_so_SOURCES = \
- jpa.cpp
-
-! install-exec-hook:
-! @/sbin/ldconfig
-
---- 15,20 ----
- libCAJVMPIA_so_SOURCES = \
- jpa.cpp
-
-! #install-exec-hook:
-! # @/sbin/ldconfig
-
-diff -crB CodeAnalyst-3_3_18_0361-Public.orig/src/Makefile.am CodeAnalyst-3_3_18_0361-Public/src/Makefile.am
-*** CodeAnalyst-3_3_18_0361-Public.orig/src/Makefile.am 2012-04-13 02:41:43.000000000 -0300
---- CodeAnalyst-3_3_18_0361-Public/src/Makefile.am 2012-04-22 20:44:57.674586720 -0300
-***************
-*** 8,21 ****
- install-exec-hook:
- @if test -e "${LIBDWARF_DIR}libdwarf.so"; then \
- install -pD -m 755 ${LIBDWARF_DIR}libdwarf.so $(DESTDIR)$(prefix)/lib/libdwarf.so ; \
-- /sbin/ldconfig ;\
- fi
-
- uninstall-hook:
- @if test -e "${LIBDWARF_DIR}libdwarf.so"; then \
- if test -e "$(DESTDIR)$(prefix)/lib/libdwarf.so"; then \
- rm -f $(DESTDIR)$(prefix)/lib/libdwarf.so ; \
-- /sbin/ldconfig ; \
- fi ; \
- fi
-
---- 8,19 ----