From 6b4bf11e33772ae029012bf5c52fe393d07b6cbc Mon Sep 17 00:00:00 2001 From: dbs Date: Thu, 10 Jul 2008 04:12:02 +0000 Subject: [PATCH] Purge references to marcdumper, now that it's gone git-svn-id: svn://svn.open-ils.org/ILS/trunk@10009 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/src/Makefile | 10 ---------- Open-ILS/src/extras/import/cleanse-usmarc.sh | 6 ------ Open-ILS/src/extras/import/extract-holdings.sh | 6 ------ install.conf.default | 2 -- install.sh | 5 ----- 5 files changed, 29 deletions(-) delete mode 100755 Open-ILS/src/extras/import/cleanse-usmarc.sh delete mode 100755 Open-ILS/src/extras/import/extract-holdings.sh diff --git a/Open-ILS/src/Makefile b/Open-ILS/src/Makefile index 150e6c55f1..98bbe970f5 100644 --- a/Open-ILS/src/Makefile +++ b/Open-ILS/src/Makefile @@ -105,16 +105,6 @@ autojs-install: cp support-scripts/offline-blocked-list.pl $(BINDIR) # this should probably be somewhere else # ----------------------------------------------------------------------------------- -marcdumper: - @echo $@ - make -C extras/marcdumper - -marcdumper-install: - @echo $@ - make -C extras/marcdumper install - -# ----------------------------------------------------------------------------------- - perl-install: @echo $@ @echo "Installing Perl modules to $(PERLDIR)" diff --git a/Open-ILS/src/extras/import/cleanse-usmarc.sh b/Open-ILS/src/extras/import/cleanse-usmarc.sh deleted file mode 100755 index 89f650cc05..0000000000 --- a/Open-ILS/src/extras/import/cleanse-usmarc.sh +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/bash - -DUMPER=/home/miker/cvs/ILS/Open-ILS/src/extras/import/../marcdumper/marcdumper - - -$DUMPER -X -f MARC8 -t UTF8 -r '//*[@tag="999"]' $* diff --git a/Open-ILS/src/extras/import/extract-holdings.sh b/Open-ILS/src/extras/import/extract-holdings.sh deleted file mode 100755 index 570d1b1bd7..0000000000 --- a/Open-ILS/src/extras/import/extract-holdings.sh +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/bash - -DUMPER=/home/miker/cvs/ILS/Open-ILS/src/extras/import/../marcdumper/marcdumper - - -$DUMPER -X -f MARC8 -t UTF8 -r '/*/*/*[(local-name()="datafield" and (@tag!="035" and @tag!="999")) or local-name()!="datafield"]' $* diff --git a/install.conf.default b/install.conf.default index ccaa4ef932..4f4975490b 100644 --- a/install.conf.default +++ b/install.conf.default @@ -21,14 +21,12 @@ # openils_all - builds all OpenILS compenents # openils_core - install the Open-ILS perl modules, and core files for running and openils server # openils_web - copies over the javascript and html templates to the web root directory for running the OPAC -# openils_marcdumper - utility code for converting MARC to MARCXML # openils_db - installs the database schemas # openils_reporter - installs the base of OpenILS Reporter # # evergreen_core - builds core Evergreen components (does not build evergreen_xul_client!) # evergreen_xul_client - client XUL application # -# Build marcdumper only if you need to convert MARC binary files to MARCXML. # If you only want to build the client app, then just build evergreen_xul_client. # -------------------------------------------------------------------- diff --git a/install.sh b/install.sh index 32839e0b06..c2dde7fbbd 100755 --- a/install.sh +++ b/install.sh @@ -164,11 +164,6 @@ function runInstall { fi; ;; - "openils_marcdumper" ) - if building; then $MAKE -C "$OPENILSDIR" "marcdumper"; fi; - if installing; then $MAKE -C "$OPENILSDIR" "marcdumper-install"; fi; - ;; - "openils_db" ) if installing; then $MAKE -C "$OPENILSDIR" "storage-bootstrap"; -- 2.43.2