bc0daa57e76433e7fde5e352df577d5120e3bcc1 markd Mon Jan 13 01:11:31 2025 -0800 Add an version of stringify that is in interperted langauges so it does not have to be built first and in the path. Useful if building just parts of the tree diff --git src/makefile src/makefile index 6fdc68c..819bbc9 100644 --- src/makefile +++ src/makefile @@ -73,31 +73,30 @@ cd hg/pslSort && ${MAKE} cd utils/nibFrag && ${MAKE} cd utils/faToNib && ${MAKE} cd utils/faToTwoBit && ${MAKE} cd utils/twoBitToFa && ${MAKE} cd utils/twoBitInfo && ${MAKE} cd isPcr && ${MAKE} cd blatz && ${MAKE} # all of these application makefiles have been updated to include use # of DESTDIR and BINDIR BLAT_APPLIST = blat gfClient gfServer isPcr userApps: topLibs hgLib destBin - cd utils/stringify && echo utils/stringify && ${MAKE} cd utils && echo utils && ${MAKE} userAppsB cd parasol && echo parasol && ${MAKE} userApps cd hg && echo hg && ${MAKE} userApps cd hg/utils && echo hg/utils && ${MAKE} userApps cd hg/makeDb && echo hg/makeDb && ${MAKE} userApps cd ameme && echo ameme && ${MAKE} cd index/ixIxx && echo index/ixIxx && ${MAKE} @for P in ${BLAT_APPLIST}; do \ ( cd $${P} && echo $${P} && ${MAKE} ) ; \ done cd tabFile && echo tabFile && ${MAKE} userApps cd utils/userApps && echo utils/userApps && ${MAKE} destBin: ${MKDIR} ${DESTBINDIR}