0ba17462c2e7b3f97e2bcac98b278057886281d5
maximilianh
  Fri Apr 25 16:26:06 2025 +0200
adding GBIC mode for OSX, no ticket yet, waiting for GBIC for arm on linux update ticket

diff --git src/hg/gar/makefile src/hg/gar/makefile
index 783d92e6eed..2ead70f8421 100644
--- src/hg/gar/makefile
+++ src/hg/gar/makefile
@@ -1,36 +1,36 @@
 kentSrc = ../..
 include $(kentSrc)/inc/common.mk
 
 ifeq (${CGI_BIN_USER},)
     CGI_BIN_USER=${CGI_BIN}-${USER}
 endif
 
 ifeq (${CGI_BIN_BETA},)
     CGI_BIN_BETA=${CGI_BIN}-beta
 endif
 
 my::
-	cp -p --remove-destination  gar.cgi.pl $(CGI_BIN_USER)/gar
-	cp -p --remove-destination  asr.cgi.pl $(CGI_BIN_USER)/asr
+	cp -p ${CPREMDESTOPT} gar.cgi.pl $(CGI_BIN_USER)/gar
+	cp -p ${CPREMDESTOPT} asr.cgi.pl $(CGI_BIN_USER)/asr
 
 cgi::
-	cp -p --remove-destination  gar.cgi.pl $(CGI_BIN_USER)/gar
-	cp -p --remove-destination  asr.cgi.pl $(CGI_BIN_USER)/asr
+	cp -p ${CPREMDESTOPT} gar.cgi.pl $(CGI_BIN_USER)/gar
+	cp -p ${CPREMDESTOPT} asr.cgi.pl $(CGI_BIN_USER)/asr
 
 alpha::
-	cp -p --remove-destination  gar.cgi.pl $(CGI_BIN)/gar
-	cp -p --remove-destination  asr.cgi.pl $(CGI_BIN)/asr
+	cp -p ${CPREMDESTOPT} gar.cgi.pl $(CGI_BIN)/gar
+	cp -p ${CPREMDESTOPT} asr.cgi.pl $(CGI_BIN)/asr
 
 beta::
-	cp -p --remove-destination  gar.cgi.pl $(CGI_BIN_BETA)/gar
-	cp -p --remove-destination  asr.cgi.pl $(CGI_BIN_BETA)/asr
+	cp -p ${CPREMDESTOPT} gar.cgi.pl $(CGI_BIN_BETA)/gar
+	cp -p ${CPREMDESTOPT} asr.cgi.pl $(CGI_BIN_BETA)/asr
 
 install::
-	cp -p --remove-destination  gar.cgi.pl $(CGI_BIN)/gar
-	cp -p --remove-destination  asr.cgi.pl $(CGI_BIN)/asr
+	cp -p ${CPREMDESTOPT} gar.cgi.pl $(CGI_BIN)/gar
+	cp -p ${CPREMDESTOPT} asr.cgi.pl $(CGI_BIN)/asr
 
 compile::
 	@ls -og gar.cgi.pl
 	@ls -og asr.cgi.pl
 
 clean::