From: Chris Hanson Date: Thu, 3 May 2007 12:48:07 +0000 (+0000) Subject: Tweak echo line to be more specific. X-Git-Tag: 20090517-FFI~594 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=7d806dd5cda11e3899239cca64f703ce197d1f30;p=mit-scheme.git Tweak echo line to be more specific. --- diff --git a/v7/src/compiler/Clean.sh b/v7/src/compiler/Clean.sh index 4870c4594..6823f2fde 100755 --- a/v7/src/compiler/Clean.sh +++ b/v7/src/compiler/Clean.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# $Id: Clean.sh,v 1.18 2007/05/03 03:40:12 cph Exp $ +# $Id: Clean.sh,v 1.19 2007/05/03 12:48:07 cph Exp $ # # Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, # 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, @@ -42,7 +42,7 @@ CLEANSH=${TOPDIR}/etc/Clean.sh for SUBDIR in back base fggen fgopt machine rtlbase rtlgen rtlopt; do if [ -d "${SUBDIR}" ]; then - echo "making ${1} in ${SUBDIR}" + echo "making ${1} in compiler/${SUBDIR}" (cd "${SUBDIR}" && "${CLEANSH}" "${1}") fi done