[llvm-commits] CVS: llvm/Makefile.common

Chris Lattner lattner at cs.uiuc.edu
Mon Aug 4 14:49:02 PDT 2003


Changes in directory llvm:

Makefile.common updated: 1.104 -> 1.105

---
Log message:

While I'm looking at it, line up the SED lines


---
Diffs of the changes:

Index: llvm/Makefile.common
diff -u llvm/Makefile.common:1.104 llvm/Makefile.common:1.105
--- llvm/Makefile.common:1.104	Mon Aug  4 14:47:06 2003
+++ llvm/Makefile.common	Mon Aug  4 14:48:10 2003
@@ -767,8 +767,9 @@
 #
 %.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





More information about the llvm-commits mailing list