4ca736a6e7b2cb37dab66d050ed3f84c79e3a2ad
galt
  Sun Aug 11 02:11:32 2019 -0700
Adding new utility blatServersCheck to make it easy for people to check the consistency of the blatServer tables against the actual gfServers running on blat machines.

diff --git src/hg/utils/makefile src/hg/utils/makefile
index 7f13e4b..f5b194b 100644
--- src/hg/utils/makefile
+++ src/hg/utils/makefile
@@ -58,30 +58,31 @@
 	vai.pl
 
 SCRIPT_FILES = \
 	dbNsfpToBed.pl \
 	dumpDb.pl \
 	mergeOverlapBed4.pl \
 	mergeSortedBed3Plus.pl \
 	mysqlRowSizes.pl \
 	${USER_APP_SCRIPTS}
 
 APP_SCRIPTS = ${SCRIPT_FILES}
 
 # List of directories to build of interest only at UCSC
 DIRS = ${buildRefresh} \
 	automation \
+	blatServersCheck \
 	buildReleaseLog \
 	checkUrlsInTable \
 	geoMirrorNode \
 	makeTrackIndex \
 	mysqlSecurityCheck \
 	pslFixCdsJoinGap \
 	pslMismatchGapToBed \
 	pslUniq \
 	refSeqGet \
 	safePush \
 	toDev64 \
 	vcfToHgvs \
 	wigBedToStep
 
 TEST_DIRS = \