From 9cfd3b98791a2c680f043228aa79a33656566c66 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Fri, 2 May 2008 15:56:49 +0000 Subject: [PATCH] When validating, configure with "--prefix=`pwd`/inst" This means a validate build can be installed locally. `pwd`/inst probably won't give a useful value on all platforms (in particular there are probably some Windows configurations it doesn't work for), but I don't think it will ever make the build fail. --- validate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/validate b/validate index 20436d3..8f0f543 100644 --- a/validate +++ b/validate @@ -49,7 +49,7 @@ else fi sh boot -./configure $config_args +./configure "--prefix=`pwd`/inst" $config_args make Validating=YES -j$threads fi # testsuite-only -- 1.7.10.4