OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:instdir
(Results
1 - 2
of
2
) sorted by null
/external/clang/include/clang/
Makefile
18
instdir
=$(DESTDIR)`dirname "$(PROJ_includedir)/$$hdr"` ; \
19
if test \! -d "$$
instdir
" ; then \
20
$(EchoCmd) Making install directory $$
instdir
; \
21
$(MKDIR) $$
instdir
;\
/external/clang/include/clang-c/
Makefile
15
instdir
=$(DESTDIR)`dirname "$(PROJ_includedir)/$$hdr"` ; \
16
if test \! -d "$$
instdir
" ; then \
17
$(EchoCmd) Making install directory $$
instdir
; \
18
$(MKDIR) $$
instdir
;\
Completed in 39 milliseconds