ba58dfdc4976da495a35f9a7a0d609de5bc1b1b4 galt Fri Jun 11 23:41:32 2010 -0700 first quick attempt to change major makefiles from cvs to git. diff --git src/utils/qa/makefile src/utils/qa/makefile index b30679e..f0fb4cb 100644 --- src/utils/qa/makefile +++ src/utils/qa/makefile @@ -5,7 +5,8 @@ install: - ${CVS} -q up -d -P . + ${GIT} pull origin master + ${GIT} checkout master cp -p --remove-destination activeGenbank.csh ${SCRIPTS} cp -p --remove-destination alertBqueue.csh ${SCRIPTS} cp -p --remove-destination allowTraffic.csh ${SCRIPTS}