1a711580a80676e1fff181ccc13c4cccd38c9891
max
  Mon Oct 12 04:13:08 2020 -0700
adding a user log to cgi-alpha and cgi-beta targets. Email with Lou, after a problem on hgwdev possibly caused by myself. No redmine.

diff --git src/makefile src/makefile
index 8921885..a254617 100644
--- src/makefile
+++ src/makefile
@@ -22,35 +22,35 @@
 	cd htslib && ${MAKE}
 
 optLib:
 	cd optimalLeaf && ${MAKE}
 
 hgLib:
 	@./hg/sqlEnvTest.sh
 	cd hg/lib && ${MAKE}
 
 libs: topLibs hgLib optLib
 
 cgi: libs
 	cd hg && ${MAKE} cgi
 	cd utils/bedToBigBed && ${MAKE} cgi
 
-cgi-alpha: check-alpha libs
+cgi-alpha: check-alpha libs logUser
 	cd hg && ${MAKE} alpha
 	cd utils/bedToBigBed && ${MAKE} alpha
 
-cgi-beta: check-beta libs
+cgi-beta: check-beta libs logUser
 	cd hg && ${MAKE} beta
 	cd utils/bedToBigBed && ${MAKE} beta
 
 check-alpha:
 	# this will fail if we are not on master branch:
 	git branch | egrep '\* master' > /dev/null
 
 check-beta:
 	# this will fail if we are not in a beta checkout:
 	git branch | egrep '\* v[0-9]+_branch' > /dev/null	
 
 blatSuite: topLibs hgLib
 	cd blat && ${MAKE}
 	cd gfClient && ${MAKE}
 	cd gfServer && ${MAKE}