src/hg/hgc/makefile 1.60
1.60 2009/06/09 16:22:18 markd
removed bash-specific syntax
Index: src/hg/hgc/makefile
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/hgc/makefile,v
retrieving revision 1.59
retrieving revision 1.60
diff -b -B -U 4 -r1.59 -r1.60
--- src/hg/hgc/makefile 10 Mar 2009 00:33:59 -0000 1.59
+++ src/hg/hgc/makefile 9 Jun 2009 16:22:18 -0000 1.60
@@ -20,17 +20,17 @@
${CC} ${CFLAGS} $O ${F64} ${MYLIBS} ${L}
mv ${AOUT} $A${EXE}
my::
- rm -rf ${CGI_BIN}-${USER}/{hgcData,lsSnpPdbChimera.py}
+ rm -rf ${CGI_BIN}-${USER}/hgcData ${CGI_BIN}-${USER}/lsSnpPdbChimera.py
rsync -ar --exclude=CVS/ --exclude=.svn/ --delete hgcData ../lib/lsSnpPdbChimera.py ${CGI_BIN}-${USER}/
- chmod -R a+rX ${CGI_BIN}-${USER}/{hgcData,lsSnpPdbChimera.py}
+ chmod -R a+rX ${CGI_BIN}-${USER}/hgcData ${CGI_BIN}-${USER}/lsSnpPdbChimera.py
alpha::
- rm -fr ${CGI_BIN}/{hgcData,lsSnpPdbChimera.py}
+ rm -fr ${CGI_BIN}/hgcData ${CGI_BIN}/lsSnpPdbChimera.py
rsync -ar --exclude=CVS/ --exclude=.svn/ --delete hgcData ../lib/lsSnpPdbChimera.py ${CGI_BIN}/
- chmod -R a+rX,g+w ${CGI_BIN}/{hgcData,lsSnpPdbChimera.py}
+ chmod -R a+rX,g+w ${CGI_BIN}/hgcData ${CGI_BIN}/lsSnpPdbChimera.py
beta::
- rm -fr ${CGI_BIN}-beta/{hgcData,lsSnpPdbChimera.py}
+ rm -fr ${CGI_BIN}-beta/hgcData ${CGI_BIN}-beta/lsSnpPdbChimera.py
rsync -ar --exclude=CVS/ --exclude=.svn/ --delete hgcData ../lib/lsSnpPdbChimera.py ${CGI_BIN}-beta/
- chmod -R a+rX,g+w ${CGI_BIN}-beta/{hgcData,lsSnpPdbChimera.py}
+ chmod -R a+rX,g+w ${CGI_BIN}-beta/hgcData ${CGI_BIN}-beta/lsSnpPdbChimera.py