1a59145d5dd903ed9a6d8cc3279b4a2f0f637814 max Mon Oct 12 05:42:04 2020 -0700 fixing previous commit where I went about the makefile change in the wrong way. Email with Lou, no redmine. diff --git src/inc/common.mk src/inc/common.mk index ef40b14..c16be79 100644 --- src/inc/common.mk +++ src/inc/common.mk @@ -369,37 +369,30 @@ SCRIPTS=${HOME}/bin/scripts endif ifeq (${CGI_BIN},) CGI_BIN=/usr/local/apache/cgi-bin endif ifeq (${DOCUMENTROOT},) DOCUMENTROOT=/usr/local/apache/htdocs endif ifeq (${BINDIR},) BINDIR = ${HOME}/bin/${MACHTYPE} endif ifeq (${ENCODE_PIPELINE_BIN},) ENCODE_PIPELINE_BIN=/cluster/data/encode/pipeline/bin endif -# This is used by cgi-alpha and cgi-beta to keep a log files with "who built what when". -# The file can be useful when debugging problems on the alpha and beta builds. -logUser: -ifeq (${IS_HGWDEV},yes) - echo ${USER}, $(MAKECMDGOALS), `date` >> ${CGI_BIN}/buildLog.txt -endif - # avoid an extra leading slash when DESTDIR is empty ifeq (${DESTDIR},) DESTBINDIR=${BINDIR} else DESTBINDIR=${DESTDIR}/${BINDIR} endif # location of stringify program STRINGIFY = ${DESTBINDIR}/stringify MKDIR=mkdir -p ifeq (${STRIP},) STRIP=true endif CVS=cvs