e68fd2843bbc4de152931f807101a9258567bc76 chmalee Thu Aug 5 15:37:19 2021 -0700 Include the scripts when building utils during beta week, refs #27919 diff --git src/utils/makefile src/utils/makefile index 546181d..0ddc83c 100644 --- src/utils/makefile +++ src/utils/makefile @@ -203,31 +203,31 @@ cancerMafToBigBed \ pq \ bedAppendPaperInfo \ googleSheetToBigBed \ doClinvarLift \ hubPublicMail \ browserRace \ ${USER_APP_SCRIPTS} # List of all directories to build ALL_APPS = $(UTILS_APPLIST) $(UCSC_APPS) # all: builds all utilities here -all: $(ALL_APPS:%=%.all) +all: $(ALL_APPS:%=%.all) $(USER_APP_SCRIPTS:%=%.userAppScript) %.all: cd $* && echo $* && $(MAKE) # userAppsB: builds the user application specific programs # it would have been nice to be able to use the target name 'userApps' # here, but there is a directory by that name, and thus it always exists # and so the target does nothing. userAppsB: $(UTILS_APPLIST:%=%.userApp) $(USER_APP_SCRIPTS:%=%.userAppScript) %.userApp: cd $* && echo $* && $(MAKE) %.userAppScript: