# Sub-directories to preform recursive make in SUBDIRS = src tests # Library header files pkginclude_HEADERS = \ include/safec.h \ include/safe_compile.h \ include/safe_lib.h \ include/safe_mem_lib.h \ include/safe_str_lib.h ...
echo "Error: Cannot perform PGO build because llvm-profdata was not found in PATH" ;\ echo "Please add it to PATH and run ./configure again" ;\ exit 1;\ fi @echo "Building with support for profile generation:" $(MAKE) @DEF_MAKE_RULE@ CFLAGS_NODIST="$(CFLAGS_NODIST) $(PGO_PROF_...
# it will return an error.XML_PRETTY 0 # Enable this directive if you want to continue direct data import on error.# When Ora2Pg receives an error in the COPY or INSERT statement from PostgreSQL # it will log the statement to a file called TABLENAME_error.log in the output ...
We read every piece of feedback, and take your input very seriously. Include my email address so I can be contacted Cancel Submit feedback Saved searches Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up Reseting focus {...
'To monitor subtest <duration,pass/fail,name>,' \ ' run "make watch-log" in a separate window' ''; \ test -t 1 && eta=--eta || eta=; \ { \ printf './%s\n' $(filter-out $(PARALLEL_TEST),$(TESTS)); \ find t -name 'run-*' -print; \ } \ | $(prioriti...
echo 'Error: Trailing tabs(s).'; \ exit 1; \ fi @# space(s) before tab(s)? @if git grep -I -n '[ ][ ]' $$(git ls-files|grep -v '^tests/'); then \ echo 'Error: space(s) before tab(s).'; \ exit 1; \ fi depend: $(GENERATED_C_SRC) $(GENHDR) ...
CockroachDB - the open source, cloud-native distributed SQL database. - cockroach/build/GNUmakefile.obsolete at 2024-11-20-fix-index-backfill-order · andrewbaptist/cockroach
We read every piece of feedback, and take your input very seriously. Include my email address so I can be contacted Cancel Submit feedback Saved searches Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up Reseting focus {...
$(error source directory cannot contain spaces or colons) endif ifneq ($(filter 3.%,$(MAKE_VERSION)),) # 'MAKEFLAGS += -rR' does not immediately become effective for GNU Make 3.x # We need to invoke sub-make to avoid implicit rules in the top Makefile.need-sub-make := 1 ...
ifneq (,$(USE_LIBPCRE2)) ifdef USE_LIBPCRE1 $(error Only set USE_LIBPCRE2 (or its alias USE_LIBPCRE) or USE_LIBPCRE1, not both!) endif BASIC_CFLAGS += -DUSE_LIBPCRE2 EXTLIBS += -lpcre2-8 endif ifdef USE_LIBPCRE1 BASIC_CFLAGS += -DUSE_LIBPCRE1 EXTLIBS += -lpc...