You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@if [ "$(oldtagsb)"!="" ];thenecho"Cannot build for tag=$(TAG) as old builds exist for other tags:";echo"$(oldtagsb)";echo"Please run 'make clean' first\nIf 'make clean' is not enough: run 'make clean USEBUILDDIR=1 BACKEND=$(BACKEND) FPTYPE=$(FPTYPE)' or 'make cleanall'";exit 1;fi
729
+
@if [ "$(oldtagsb)"!="" ];thenecho"Cannot build for tag=$(TAG) as old builds exist for other tags:";echo"$(oldtagsb)";echo"Please run 'make clean' first";echo"If 'make clean' is not enough: run 'make clean USEBUILDDIR=1 BACKEND=$(BACKEND) FPTYPE=$(FPTYPE)' or 'make cleanall'";exit 1;fi
730
730
@touch $(BUILDDIR)/.build.$(TAG)
731
731
732
732
# Apply special build flags only to CrossSectionKernels.o (no fast math, see #117 and #516)
0 commit comments