b7b3da478e8bd404a8e9a35a01f9997f14166ee7 hiram Tue Nov 12 11:25:02 2013 -0800 do not need the OK message on the testAll procedure refs #9149 diff --git src/utils/makefile src/utils/makefile index 076c562..574e56c 100644 --- src/utils/makefile +++ src/utils/makefile @@ -170,31 +170,31 @@ rm -f ${SCRIPTS}/genePredToBed; echo cp -p genePredToBed/genePredToBed ${SCRIPTS}; @cp -p genePredToBed/genePredToBed ${SCRIPTS}; %.scripts: chmod +x $* rm -f ${SCRIPTS}/$* echo cp -p $* ${SCRIPTS} cp -p $* ${SCRIPTS} alpha: scripts all testAll: $(ALL_APPS:%=%.testAll) %.testAll: - @test -s $*/tests/makefile && (echo OK $*; cd $* && $(MAKE) test) || true + @test -s $*/tests/makefile && (echo $*; cd $* && $(MAKE) test) || true test: testAll cd faToTwoBit && ${MAKE} test cd twoBitToFa && ${MAKE} test cd twoBitInfo && ${MAKE} test cd bedGeneParts && ${MAKE} test clean: $(ALL_APPS:%=%.clean) touch non-empty-rm.o - find . -name \*.o -print | xargs rm %.clean: cd $* && echo $* && $(MAKE) clean BAD_DIRS= \