mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-27 05:10:41 +00:00
While I'm looking at it, line up the SED lines
llvm-svn: 7572
This commit is contained in:
parent
08f4aa071b
commit
006e8b7d49
@ -767,8 +767,9 @@ YACC_OUTPUT = $(addprefix $(YACC_FILES:%.y=%), .h .cpp .output)
|
||||
#
|
||||
%.cpp: %.l
|
||||
@echo Flex\'ing $<...
|
||||
$(VERB) $(FLEX) -t $< | $(SED) '/^find_rule/d' | \
|
||||
$(SED) 's/void yyunput/inline void yyunput/' | \
|
||||
$(VERB) $(FLEX) -t $< | \
|
||||
$(SED) '/^find_rule/d' | \
|
||||
$(SED) 's/void yyunput/inline void yyunput/' | \
|
||||
$(SED) 's/void \*yy_flex_realloc/inline void *yy_flex_realloc/' | \
|
||||
$(SED) 's/#define YY_BUF_SIZE 16384/#define YY_BUF_SIZE (16384*64)/' \
|
||||
> $@.tmp
|
||||
|
@ -767,8 +767,9 @@ YACC_OUTPUT = $(addprefix $(YACC_FILES:%.y=%), .h .cpp .output)
|
||||
#
|
||||
%.cpp: %.l
|
||||
@echo Flex\'ing $<...
|
||||
$(VERB) $(FLEX) -t $< | $(SED) '/^find_rule/d' | \
|
||||
$(SED) 's/void yyunput/inline void yyunput/' | \
|
||||
$(VERB) $(FLEX) -t $< | \
|
||||
$(SED) '/^find_rule/d' | \
|
||||
$(SED) 's/void yyunput/inline void yyunput/' | \
|
||||
$(SED) 's/void \*yy_flex_realloc/inline void *yy_flex_realloc/' | \
|
||||
$(SED) 's/#define YY_BUF_SIZE 16384/#define YY_BUF_SIZE (16384*64)/' \
|
||||
> $@.tmp
|
||||
|
Loading…
Reference in New Issue
Block a user