[freeside-commits] freeside Makefile,1.145.2.13,1.145.2.14

Ivan,,, ivan at wavetail.420.am
Tue May 13 12:13:38 PDT 2008


Update of /home/cvs/cvsroot/freeside
In directory wavetail.420.am:/tmp/cvs-serv7472

Modified Files:
      Tag: FREESIDE_1_7_BRANCH
	Makefile 
Log Message:
ensure new self-service libs are installed

Index: Makefile
===================================================================
RCS file: /home/cvs/cvsroot/freeside/Makefile,v
retrieving revision 1.145.2.13
retrieving revision 1.145.2.14
diff -u -d -r1.145.2.13 -r1.145.2.14
--- Makefile	30 Apr 2008 23:42:06 -0000	1.145.2.13
+++ Makefile	13 May 2008 19:13:36 -0000	1.145.2.14
@@ -258,7 +258,7 @@
 update-selfservice:
 	for MACHINE in ${SELFSERVICE_MACHINES}; do \
 	  RSYNC_RSH=ssh rsync -rlptz fs_selfservice/FS-SelfService/ ${SELFSERVICE_INSTALL_USER}@$$MACHINE:FS-SelfService ;\
-	  ssh ${SELFSERVICE_INSTALL_USER}@$$MACHINE "cd FS-SelfService; perl Makefile.PL && make" ;\
+	  ssh ${SELFSERVICE_INSTALL_USER}@$$MACHINE "cd FS-SelfService; make clean; perl Makefile.PL && make" ;\
 	  ssh ${SELFSERVICE_INSTALL_USER}@$$MACHINE "cd FS-SelfService; sudo make install" ;\
 	done
 



More information about the freeside-commits mailing list