[llvm-commits] CVS: poolalloc/configure
John Criswell
criswell at cs.uiuc.edu
Thu Apr 1 13:15:20 PST 2004
Changes in directory poolalloc:
configure updated: 1.6 -> 1.7
---
Log message:
Added missing test Makefiles for gathering perfctr and strace statistics.
---
Diffs of the changes: (+18 -0)
Index: poolalloc/configure
diff -u poolalloc/configure:1.6 poolalloc/configure:1.7
--- poolalloc/configure:1.6 Tue Mar 2 09:51:18 2004
+++ poolalloc/configure Thu Apr 1 13:14:30 2004
@@ -1257,6 +1257,15 @@
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"
+
+
@@ -1848,6 +1857,9 @@
${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
@@ -1868,6 +1880,9 @@
"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" ;;
*) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
{ (exit 1); exit 1; }; };;
@@ -2221,6 +2236,9 @@
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