< prev index next >

make/common/NativeCompilation.gmk

Print this page
rev 1847 : 8146425: After change 8142907 'EXCLUDE_FILE' is wrongly interpreted as pattern

@@ -458,11 +458,11 @@
   endif
   ifneq ($$($1_EXCLUDE_FILES),)
     $1_ALL_EXCLUDE_FILES += $$($1_EXCLUDE_FILES)
   endif
   ifneq ($$($1_ALL_EXCLUDE_FILES),)
-    $1_EXCLUDE_FILES_PAT := $$($1_ALL_EXCLUDE_FILES) \
+    $1_EXCLUDE_FILES_PAT := \
         $$(foreach i,$$($1_SRC),$$(addprefix $$i/,$$($1_ALL_EXCLUDE_FILES)))
     $1_EXCLUDE_FILES_PAT := $$(addprefix %,$$($1_EXCLUDE_FILES_PAT))
     $1_SRCS := $$(filter-out $$($1_EXCLUDE_FILES_PAT),$$($1_SRCS))
   endif
   ifneq ($$($1_INCLUDE_FILES), )
< prev index next >