mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-12 13:30:51 +00:00
Remove inappropriate whitespace, change CVS to SVN where it makes sense.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47671 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
8745b52853
commit
0a4c3782c8
@ -1343,7 +1343,7 @@ $(PROJ_SRC_DIR)/%.cpp: $(PROJ_SRC_DIR)/%.l
|
||||
$(SED) 's/#define YY_BUF_SIZE 16384/#define YY_BUF_SIZE (16384*64)/' \
|
||||
> $(PROJ_SRC_DIR)/$*.cpp
|
||||
|
||||
# IFF the .l file has changed since it was last checked into CVS, copy the .l
|
||||
# IFF the .l file has changed since it was last checked into SVN, copy the .l
|
||||
# file to .l.cvs and the generated .cpp file to .cpp.cvs. We use this mechanism
|
||||
# so that people without flex can build LLVM by copying the .cvs files to the
|
||||
# source location and building them.
|
||||
@ -1385,7 +1385,7 @@ $(PROJ_SRC_DIR)/%.cpp $(PROJ_SRC_DIR)/%.h : $(PROJ_SRC_DIR)/%.y
|
||||
$(Verb) $(MV) -f $*.tab.c $(PROJ_SRC_DIR)/$*.cpp
|
||||
$(Verb) $(MV) -f $*.tab.h $(PROJ_SRC_DIR)/$*.h
|
||||
|
||||
# IFF the .y file has changed since it was last checked into CVS, copy the .y
|
||||
# IFF the .y file has changed since it was last checked into SVN, copy the .y
|
||||
# file to .y.cvs and the generated .cpp/.h file to .cpp.cvs/.h.cvs. We use this
|
||||
# mechanism so that people without flex can build LLVM by copying the .cvs files
|
||||
# to the source location and building them.
|
||||
|
Loading…
Reference in New Issue
Block a user