7dea7c645f8ce8892d6d4d162a3cf8295309062f chmalee Fri Dec 11 11:22:24 2020 -0800 Bringing repo copies of omim scripts up to date with the working versions, refs #18151 diff --git src/hg/utils/otto/decipher/makefile src/hg/utils/otto/decipher/makefile index 72622af..1fe3652 100644 --- src/hg/utils/otto/decipher/makefile +++ src/hg/utils/otto/decipher/makefile @@ -4,22 +4,22 @@ %.suball: ${MAKE} -C $* all FILES = decipher.tables buildDecipher validateDecipher.sh checkDecipher.sh decipherWrapper.sh login.perl ../../../lib/decipherRaw.sql ../../../lib/decipherSnvsRaw.sql processDecipher.py install: make-prefix installSub ${PREFIX} cp ${FILES} ${PREFIX} installSub: ${SUBDIRS:%=%.install} %.install: ${MAKE} -C $* install validate: check-prefix - for i in ${FILES} ;do diff \$i ${PREFIX}/\$i; done + $(foreach i, $(FILES), echo $(i); diff ${PREFIX}/$(i) $(i);) make-prefix: check-prefix mkdir -p ${PREFIX} check-prefix: @test -n "${PREFIX}" || (echo "must specify PREFIX= to install"; exit 1)