[Opensrf-commits] r1631 - trunk/src

svn at svn.open-ils.org svn at svn.open-ils.org
Mon Jan 19 10:12:24 EST 2009


Author: sboyette
Date: 2009-01-19 10:12:22 -0500 (Mon, 19 Jan 2009)
New Revision: 1631

Modified:
   trunk/src/Makefile.am
Log:
removing perl special-casing from src/Makefile.am

Modified: trunk/src/Makefile.am
===================================================================
--- trunk/src/Makefile.am	2009-01-19 15:11:39 UTC (rev 1630)
+++ trunk/src/Makefile.am	2009-01-19 15:12:22 UTC (rev 1631)
@@ -33,7 +33,7 @@
 MAYBE_JA = java
 endif
 
-SUBDIRS = libopensrf c-apps router srfsh jserver gateway $(MAYBE_PY) $(MAYBE_JA)
+SUBDIRS = libopensrf c-apps router srfsh jserver gateway perl $(MAYBE_PY) $(MAYBE_JA)
 
 dist_bin_SCRIPTS = @top_srcdir@/bin/osrf_ctl.sh @top_srcdir@/bin/opensrf-perl.pl
 bin_SCRIPTS = @top_srcdir@/bin/osrf_config
@@ -46,7 +46,6 @@
 	mkdir -p $(LOG)
 	mkdir -p $(SOCK)
 	mkdir -p $(jsdir)
-	make install-perl
 
 install-exec-hook:
 	sed -i 's|LOCALSTATEDIR|$(VAR)|g' '$(DESTDIR)@sysconfdir@/opensrf.xml.example'
@@ -57,22 +56,6 @@
 	sed -i 's|SYSCONFDIR|$(ETCDIR)|g' '$(DESTDIR)@sysconfdir@/srfsh.xml.example'
 	cp -r @srcdir@/javascript/* $(jsdir)/
 
-
-install-perl:
-	cd ./perl && perl Makefile.PL || make -s install-perl-fail
-	make -C perl
-	make -C perl test || make -s install-perl-fail
-	make -C perl install
-
-install-perl-fail:
-	echo
-	echo ">>> Installation of Perl modules has failed. The most likely"
-	echo ">>> possibility is that a dependency is not pre-installed"
-	echo ">>> or that a test has failed."
-	echo ">>> See the messages above this one for more information."
-	echo
-	exit 1
-
 uninstall-hook:
 	rm @includedir@/opensrf/apachetools.h
 	rm -R $(jsdir)



More information about the opensrf-commits mailing list