14cb55e83f7adaeab41efe5077cc2f1187da56b5 max Tue Nov 18 02:25:39 2014 -0800 adding apacheLogParse to git, better than having only a single copy in/cluster/bin/scripts. diff --git src/utils/makefile src/utils/makefile index 4aee915..6873f49 100644 --- src/utils/makefile +++ src/utils/makefile @@ -135,31 +135,32 @@ upper \ venn \ verticalSplitSqlTable \ weedLines \ wigTestMaker # list of scripts to install SCRIPT_FILES = \ agpToLift \ bedCollapse.pl \ iSync \ lodToBedScore \ mkMafFrames.pl \ uniprotLift \ - bedFixBlockOverlaps + bedFixBlockOverlaps \ + apacheLogParse # List of all directories to build ALL_APPS = $(UTILS_APPLIST) $(UCSC_APPS) # all: builds all utilities here all: $(ALL_APPS:%=%.all) %.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