From 3b6f914fb438e8c25db2c35d6f5cb2eaed85cffb Mon Sep 17 00:00:00 2001 From: "K. Richard Pixley" Date: Fri, 8 May 1992 19:34:32 +0000 Subject: print Building message only when subdir != . AND verbose --- configure | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 8564b76..aa9acf9 100755 --- a/configure +++ b/configure @@ -493,7 +493,10 @@ for subdir in . ${subdirs} ; do case "${removing}" in "") - echo Building in ${subdir} + case "${subdir}" in + .) ;; + *) eval echo Building in ${subdir} ${redirect} ;; + esac # FIXME Should this be done recursively ??? (Useful for e.g. gdbtest) # Set up the list of links to be made. -- cgit v1.1