[llvm-commits] CVS: llvm-poolalloc/configure
John Criswell
criswell at cs.uiuc.edu
Fri May 27 06:52:16 PDT 2005
Changes in directory llvm-poolalloc:
configure updated: 1.10 -> 1.11
---
Log message:
Don't copy TEST.*.Makefile files to the object tree; the LLVM build
system looks for them within the source tree.
---
Diffs of the changes: (+0 -30)
configure | 30 ------------------------------
1 files changed, 30 deletions(-)
Index: llvm-poolalloc/configure
diff -u llvm-poolalloc/configure:1.10 llvm-poolalloc/configure:1.11
--- llvm-poolalloc/configure:1.10 Wed May 18 14:56:19 2005
+++ llvm-poolalloc/configure Fri May 27 08:51:57 2005
@@ -1320,21 +1320,6 @@
ac_config_commands="$ac_config_commands test/Makefile"
- ac_config_commands="$ac_config_commands test/TEST.poolalloc.Makefile"
-
-
- ac_config_commands="$ac_config_commands test/TEST.pavtl.Makefile"
-
-
- ac_config_commands="$ac_config_commands test/TEST.perf.Makefile"
-
-
- ac_config_commands="$ac_config_commands test/TEST.p4perf.Makefile"
-
-
- ac_config_commands="$ac_config_commands test/TEST.strace.Makefile"
-
-
@@ -4021,11 +4006,6 @@
${srcdir}/autoconf/mkinstalldirs `dirname runtime/PoolAllocator/Makefile`
${srcdir}/autoconf/mkinstalldirs `dirname runtime/FreeListAllocator/Makefile`
${srcdir}/autoconf/mkinstalldirs `dirname test/Makefile`
-${srcdir}/autoconf/mkinstalldirs `dirname test/TEST.poolalloc.Makefile`
-${srcdir}/autoconf/mkinstalldirs `dirname test/TEST.pavtl.Makefile`
-${srcdir}/autoconf/mkinstalldirs `dirname test/TEST.perf.Makefile`
-${srcdir}/autoconf/mkinstalldirs `dirname test/TEST.p4perf.Makefile`
-${srcdir}/autoconf/mkinstalldirs `dirname test/TEST.strace.Makefile`
_ACEOF
@@ -4044,11 +4024,6 @@
"runtime/PoolAllocator/Makefile" ) CONFIG_COMMANDS="$CONFIG_COMMANDS runtime/PoolAllocator/Makefile" ;;
"runtime/FreeListAllocator/Makefile" ) CONFIG_COMMANDS="$CONFIG_COMMANDS runtime/FreeListAllocator/Makefile" ;;
"test/Makefile" ) CONFIG_COMMANDS="$CONFIG_COMMANDS test/Makefile" ;;
- "test/TEST.poolalloc.Makefile" ) CONFIG_COMMANDS="$CONFIG_COMMANDS test/TEST.poolalloc.Makefile" ;;
- "test/TEST.pavtl.Makefile" ) CONFIG_COMMANDS="$CONFIG_COMMANDS test/TEST.pavtl.Makefile" ;;
- "test/TEST.perf.Makefile" ) CONFIG_COMMANDS="$CONFIG_COMMANDS test/TEST.perf.Makefile" ;;
- "test/TEST.p4perf.Makefile" ) CONFIG_COMMANDS="$CONFIG_COMMANDS test/TEST.p4perf.Makefile" ;;
- "test/TEST.strace.Makefile" ) CONFIG_COMMANDS="$CONFIG_COMMANDS test/TEST.strace.Makefile" ;;
"include/poolalloc/Config/config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS include/poolalloc/Config/config.h" ;;
*) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
@@ -4634,11 +4609,6 @@
runtime/PoolAllocator/Makefile ) ${SHELL} ${srcdir}/autoconf/install-sh -c ${srcdir}/runtime/PoolAllocator/Makefile runtime/PoolAllocator/Makefile ;;
runtime/FreeListAllocator/Makefile ) ${SHELL} ${srcdir}/autoconf/install-sh -c ${srcdir}/runtime/FreeListAllocator/Makefile runtime/FreeListAllocator/Makefile ;;
test/Makefile ) ${SHELL} ${srcdir}/autoconf/install-sh -c ${srcdir}/test/Makefile test/Makefile ;;
- test/TEST.poolalloc.Makefile ) ${SHELL} ${srcdir}/autoconf/install-sh -c ${srcdir}/test/TEST.poolalloc.Makefile test/TEST.poolalloc.Makefile ;;
- test/TEST.pavtl.Makefile ) ${SHELL} ${srcdir}/autoconf/install-sh -c ${srcdir}/test/TEST.pavtl.Makefile test/TEST.pavtl.Makefile ;;
- test/TEST.perf.Makefile ) ${SHELL} ${srcdir}/autoconf/install-sh -c ${srcdir}/test/TEST.perf.Makefile test/TEST.perf.Makefile ;;
- test/TEST.p4perf.Makefile ) ${SHELL} ${srcdir}/autoconf/install-sh -c ${srcdir}/test/TEST.p4perf.Makefile test/TEST.p4perf.Makefile ;;
- test/TEST.strace.Makefile ) ${SHELL} ${srcdir}/autoconf/install-sh -c ${srcdir}/test/TEST.strace.Makefile test/TEST.strace.Makefile ;;
esac
done
_ACEOF
More information about the llvm-commits
mailing list