OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UNWANTED_FILES
(Results
1 - 2
of
2
) sorted by null
/external/ltp/runtest/
Makefile
31
UNWANTED_FILES
:= Makefile CVS STAX
36
UNWANTED_FILES
+= power_management_tests
39
INSTALL_TARGETS := $(filter-out $(
UNWANTED_FILES
),$(notdir $(patsubst $(abs_srcdir)/%,%,$(wildcard $(abs_srcdir)/*))))
/external/ltp/scenario_groups/
Makefile
30
UNWANTED_FILES
:= Makefile
34
INSTALL_TARGETS := $(filter-out $(
UNWANTED_FILES
),$(notdir $(patsubst $(abs_srcdir)/%,%,$(wildcard $(abs_srcdir)/*))))
Completed in 52 milliseconds