e17c5f7a044669f2187641a3607ae107339bc26d max Tue Mar 10 10:22:35 2015 -0700 makeing sure testBeacon is copied into the bin dir, refs #14963 diff --git src/hg/hgBeacon/makefile src/hg/hgBeacon/makefile index 8b7ee21..de1824d 100644 --- src/hg/hgBeacon/makefile +++ src/hg/hgBeacon/makefile @@ -8,29 +8,30 @@ endif ifeq (${CGI_BIN_BETA},) CGI_BIN_BETA=${CGI_BIN}-beta endif PATH:=$(PATH):/cluster/software/bin my:: rm -f ${CGI_BIN_USER}/hgBeacon cp -p hgBeacon ${CGI_BIN_USER}/ mkdir -p ${CGI_BIN_USER}/beacon2 ln -sf ${CGI_BIN_USER}/hgBeacon ${CGI_BIN_USER}/beacon2/info ln -sf ${CGI_BIN_USER}/hgBeacon ${CGI_BIN_USER}/beacon2/query cp help.txt /gbdb/hg19/beacon/ + cp testBeacon ${DESTDIR}${BINDIR}/ beta:: rm -f ${CGI_BIN_BETA}/hgBeacon cp -p hgBeacon ${CGI_BIN_BETA}/ alpha:: rm -f ${CGI_BIN}/hgBeacon cp -p hgBeacon ${CGI_BIN}/ lint: pylint -E --rcfile=pylint.rc hgBeacon clean:: compile:: install::