From ae784df3ce0c354fde00a6d9a4a50d642bdb3560 Mon Sep 17 00:00:00 2001 From: Graydon Hoare Date: Fri, 13 May 2011 17:00:43 -0700 Subject: Add support for 'T' transition snapshots, which are identical to S snapshots except they tell the makefile to stop at stage1. --- configure | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'configure') diff --git a/configure b/configure index fa1329b2..e83787b5 100755 --- a/configure +++ b/configure @@ -217,6 +217,12 @@ then err "either clang or gcc is required" fi +if head -n 1 ${CFG_SRC_DIR}src/snapshots.txt | grep -q '^T' +then + CFG_IN_TRANSITION=1 + putvar CFG_IN_TRANSITION +fi + # Valgrind is only reliable on Linux. On Windows it doesn't work at all, and # on the Mac the dynamic linker causes Valgrind to emit a huge stream of # errors. -- cgit v1.2.3