don't compile flex_string by default, it takes tooooo long
git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@728 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
parent
b91c17f0a5
commit
8f8cd26c0e
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
SUBTARGETS_ORIG := $(patsubst %/,%,$(dir $(wildcard */Makefile)))
|
||||
SUBTARGETS_FILTER_OUT := flex_string
|
||||
SUBTARGETS := $(filter-out $(SUBTARGETS_FILTER_OUT),$(SUBTARGETS_ORIG))
|
||||
|
||||
SUBTARGETS_CLEAN := $(addsuffix -clean,$(SUBTARGETS))
|
||||
|
|
Loading…
Add table
Reference in a new issue