[llvm-commits] CVS: llvm/configure
Reid Spencer
reid at x10sys.com
Thu May 19 01:38:02 PDT 2005
Changes in directory llvm:
configure updated: 1.188 -> 1.189
---
Log message:
For PR514: http://llvm.cs.uiuc.edu/PR514 : Do not configure removed files
---
Diffs of the changes: (+0 -7)
configure | 7 -------
1 files changed, 7 deletions(-)
Index: llvm/configure
diff -u llvm/configure:1.188 llvm/configure:1.189
--- llvm/configure:1.188 Wed May 18 15:18:35 2005
+++ llvm/configure Thu May 19 03:31:55 2005
@@ -30283,9 +30283,6 @@
ac_config_files="$ac_config_files Makefile.config"
- ac_config_files="$ac_config_files tools/llvmc/st tools/llvmc/cpp tools/llvmc/ll tools/llvmc/c"
-
-
ac_config_files="$ac_config_files docs/doxygen.cfg"
@@ -30872,10 +30869,6 @@
case "$ac_config_target" in
# Handling of arguments.
"Makefile.config" ) CONFIG_FILES="$CONFIG_FILES Makefile.config" ;;
- "tools/llvmc/st" ) CONFIG_FILES="$CONFIG_FILES tools/llvmc/st" ;;
- "tools/llvmc/cpp" ) CONFIG_FILES="$CONFIG_FILES tools/llvmc/cpp" ;;
- "tools/llvmc/ll" ) CONFIG_FILES="$CONFIG_FILES tools/llvmc/ll" ;;
- "tools/llvmc/c" ) CONFIG_FILES="$CONFIG_FILES tools/llvmc/c" ;;
"docs/doxygen.cfg" ) CONFIG_FILES="$CONFIG_FILES docs/doxygen.cfg" ;;
"setup" ) CONFIG_COMMANDS="$CONFIG_COMMANDS setup" ;;
"Makefile" ) CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile" ;;
More information about the llvm-commits
mailing list