2be287f9ae16a4fed9c8446dd702a1dbfc1335ab angie Tue Feb 27 16:14:23 2024 -0800 Add .WAIT keyword between all's cgi and utils dependencies, in hopes that we won't have two parallel paths building hgLoadWiggle at the same time. refs #33064 diff --git src/hg/makefile src/hg/makefile index b8ebff7..822718e 100644 --- src/hg/makefile +++ src/hg/makefile @@ -215,31 +215,31 @@ snp \ spideyToPsl \ splitFa \ splitFaIntoContigs \ test \ txCds \ txGene \ txGraph \ utils \ uniqSize \ updateStsInfo \ visiGene/knownToVisiGene APPS = $(UTIL_DIRS) $(UTILS_APPLIST) -all:: cgi utils +all:: cgi .WAIT utils hgLib: cd lib && ${MAKE} ifneq ($(wildcard cgilib/makefile),) cd cgilib && ${MAKE} endif userApps: $(UTILS_APPLIST:%=%.userApp) cd altSplice/lib && $(MAKE) cd altSplice/altSplice && $(MAKE) bedToExons cd mouseStuff && $(MAKE) userApps cd ratStuff && $(MAKE) userApps # tolerate missing directories, as some were removed in kent-core %.userApp: hgLib