< prev index next >

make/common/TestFilesCompilation.gmk

Print this page
rev 54093 : 8257858: [macOS]: Remove JNF dependency from libosxsecurity/KeystoreImpl.m
8257860: [macOS]: Remove JNF dependency from libosxkrb5/SCDynamicStoreConfig.m

*** 73,83 **** $$(error Unknown type: $$($1_TYPE)) endif # Locate all files with the matching prefix $1_FILE_LIST := \ ! $$(call FindFiles, $$($1_SOURCE_DIRS), $$($1_PREFIX)*.c) $1_EXCLUDE_PATTERN := $$(addprefix %/, $$($1_EXCLUDE)) $1_FILTERED_FILE_LIST := $$(filter-out $$($1_EXCLUDE_PATTERN), $$($1_FILE_LIST)) # Setup a compilation for each and every one of them --- 73,83 ---- $$(error Unknown type: $$($1_TYPE)) endif # Locate all files with the matching prefix $1_FILE_LIST := \ ! $$(call FindFiles, $$($1_SOURCE_DIRS), $$($1_PREFIX)*.c $$($1_PREFIX)*.m) $1_EXCLUDE_PATTERN := $$(addprefix %/, $$($1_EXCLUDE)) $1_FILTERED_FILE_LIST := $$(filter-out $$($1_EXCLUDE_PATTERN), $$($1_FILE_LIST)) # Setup a compilation for each and every one of them
< prev index next >