src/hg/utils/refreshNamedSessionCustomTracks/makefile 1.5

1.5 2009/09/25 00:34:31 angie
Adding refreshSessionCtFiles*csh which have been living in ~qateam/bin/scripts, and souped them up to use tmp file names based on hour, and to watch out for signs of multiple refresh jobs happening at once. makeExclusionList.pl now accepts doNotRmFile as an arg instead of hardcoding it.
Index: src/hg/utils/refreshNamedSessionCustomTracks/makefile
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/utils/refreshNamedSessionCustomTracks/makefile,v
retrieving revision 1.4
retrieving revision 1.5
diff -b -B -U 4 -r1.4 -r1.5
--- src/hg/utils/refreshNamedSessionCustomTracks/makefile	10 Mar 2009 00:34:39 -0000	1.4
+++ src/hg/utils/refreshNamedSessionCustomTracks/makefile	25 Sep 2009 00:34:31 -0000	1.5
@@ -13,9 +13,10 @@
 refreshNamedSessionCustomTracks: $O ${MYLIBS}
 	${CC} ${COPT} -o ${BINDIR}/refreshNamedSessionCustomTracks $O ${MYLIBS} $L
 	${STRIP} ${BINDIR}/refreshNamedSessionCustomTracks${EXE}
 
-SCRIPT_FILES = refreshSledgeHammer.pl makeExclusionList.pl
+SCRIPT_FILES = refreshSledgeHammer.pl makeExclusionList.pl \
+               refreshSessionCtFiles.csh refreshSessionCtFilesInner.csh
 
 scripts:
 	@for F in ${SCRIPT_FILES}; do \
 	    chmod +x $$F; \