diff options
author | 2003-12-08 17:39:24 +0000 | |
---|---|---|
committer | 2003-12-08 17:39:24 +0000 | |
commit | 7ba6d9960ffdf6e34056410abac88f3b158e06c3 (patch) | |
tree | 9b838a847e591cd0d551f946e96ea5ed74677df4 /eclass | |
parent | Remove stale version. (diff) | |
download | historical-7ba6d9960ffdf6e34056410abac88f3b158e06c3.tar.gz historical-7ba6d9960ffdf6e34056410abac88f3b158e06c3.tar.bz2 historical-7ba6d9960ffdf6e34056410abac88f3b158e06c3.zip |
more informative einfos
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/python.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/python.eclass b/eclass/python.eclass index 090359a123b6..1aa02798c172 100644 --- a/eclass/python.eclass +++ b/eclass/python.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/python.eclass,v 1.10 2003/11/01 18:33:58 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/python.eclass,v 1.11 2003/12/08 17:39:24 liquidx Exp $ # # Author: Alastair Tse <liquidx@gentoo.org> # @@ -179,7 +179,7 @@ python_mod_cleanup() { fi for path in ${SEARCH_PATH}; do - einfo "Searching ${path} .." + einfo "Cleaning orphaned Python bytecode from ${path} .." for obj in $(find ${path} -name *.pyc); do src_py="$(echo $obj | sed 's:c$::')" if [ ! -f "${src_py}" ]; then |