src/utils/qa/makefile 1.107

1.107 2009/05/22 18:15:06 ann
added cvsup to makefile so we can be sure we are building the latest and greatest
Index: src/utils/qa/makefile
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/utils/qa/makefile,v
retrieving revision 1.106
retrieving revision 1.107
diff -b -B -U 4 -r1.106 -r1.107
--- src/utils/qa/makefile	14 May 2009 19:41:05 -0000	1.106
+++ src/utils/qa/makefile	22 May 2009 18:15:06 -0000	1.107
@@ -1,8 +1,10 @@
 include ../../inc/common.mk
 # ${SCRIPTS} is /cluster/bin/scripts (defined in kent/src/inc/common.mk)
 
 install:
+   
+        ${CVS} -q up -d -P .
 	cp -p --remove-destination activeGenbank.csh       ${SCRIPTS}
 	cp -p --remove-destination alertBqueue.csh         ${SCRIPTS}
 	cp -p --remove-destination allowTraffic.csh        ${SCRIPTS}
 	cp -p --remove-destination backupCentral.csh       ${SCRIPTS}