summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTavis Ormandy <taviso@gentoo.org>2003-05-26 20:06:10 +0000
committerTavis Ormandy <taviso@gentoo.org>2003-05-26 20:06:10 +0000
commit212ed332a692bc0758d11c97b63cb4c50f01a1e3 (patch)
treef3d675456f94a2a75228b28e1aaa4c1bc29a5f18 /eclass/ccc.eclass
parentadding Manifest (diff)
downloadgentoo-2-212ed332a692bc0758d11c97b63cb4c50f01a1e3.tar.gz
gentoo-2-212ed332a692bc0758d11c97b63cb4c50f01a1e3.tar.bz2
gentoo-2-212ed332a692bc0758d11c97b63cb4c50f01a1e3.zip
minor tweak, removing an einfo and reducing sleep.
Diffstat (limited to 'eclass/ccc.eclass')
-rw-r--r--eclass/ccc.eclass5
1 files changed, 2 insertions, 3 deletions
diff --git a/eclass/ccc.eclass b/eclass/ccc.eclass
index 07fa9084a113..293919372d52 100644
--- a/eclass/ccc.eclass
+++ b/eclass/ccc.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/ccc.eclass,v 1.2 2003/05/26 15:53:04 taviso Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ccc.eclass,v 1.3 2003/05/26 20:06:10 taviso Exp $
#
# Authors: Tavis Ormandy <taviso@gentoo.org>
# Aron Griffis <agriffis@gentoo.org>
@@ -107,9 +107,8 @@ ccc-fixup()
do
einfo "Checking for changes to `basename ${i}`..."
if [ -e "${i}.${suffix}" ]; then
- einfo "Showing Diff..."
diff -u ${i}.${suffix} ${i}
- sleep 2
+ sleep 1
fi
done
}