[llvm-commits] CVS: llvm/test/Makefile
Reid Spencer
reid at x10sys.com
Wed Nov 3 09:19:45 PST 2004
WHAAAAATTTT??? That's nuts!
One more reason to get off qmtest.
Reid.
Brian Gaeke wrote:
> Changes in directory llvm/test:
>
> Makefile updated: 1.56 -> 1.57
> ---
> Log message:
>
> CONFIGURATION isn't spelled Configuration, it's spelled BuildMode.
>
> Due to qmtest's or llvm.py's lousy error checking, this single error
> causes qmtest to fork-bomb the machine, filling the process table with
> python processes that do nothing. Clearly, better error checking is
> needed.
>
>
> ---
> Diffs of the changes: (+1 -1)
>
> Index: llvm/test/Makefile
> diff -u llvm/test/Makefile:1.56 llvm/test/Makefile:1.57
> --- llvm/test/Makefile:1.56 Sat Oct 30 04:19:36 2004
> +++ llvm/test/Makefile Wed Nov 3 11:11:23 2004
> @@ -44,7 +44,7 @@
> #
> CONTEXT= -c "srcroot=$(LLVM_SRC_ROOT)" \
> -c "buildroot=$(LLVM_OBJ_ROOT)" \
> - -c "buildtype=$(Configuration)" \
> + -c "buildtype=$(BuildMode)" \
> -c "tmpdir=$(LLVM_OBJ_ROOT)/test/tmp" \
> -c "coresize=0" \
> -c "cc=$(CC)" \
>
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://mail.cs.uiuc.edu/mailman/listinfo/llvm-commits
>
More information about the llvm-commits
mailing list