src/hg/utils/automation/makefile 1.15
1.15 2010/05/28 19:07:45 hiram
need to mkdir scripts
Index: src/hg/utils/automation/makefile
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/utils/automation/makefile,v
retrieving revision 1.14
retrieving revision 1.15
diff -b -B -U 4 -r1.14 -r1.15
--- src/hg/utils/automation/makefile 12 Aug 2009 08:21:38 -0000 1.14
+++ src/hg/utils/automation/makefile 28 May 2010 19:07:45 -0000 1.15
@@ -4,8 +4,9 @@
all: scripts
scripts:
+ ${MKDIR} ${SCRIPTS}
@for F in ${SCRIPT_FILES}; do \
chmod +x $$F; \
rm -f ${SCRIPTS}/$${F}; \
echo cp -p $$F ${SCRIPTS}; \