diff options
author | Dan Armak <danarmak@gentoo.org> | 2001-10-03 17:10:16 +0000 |
---|---|---|
committer | Dan Armak <danarmak@gentoo.org> | 2001-10-03 17:10:16 +0000 |
commit | 0473002d3a3a5009ed411f46c766b379471907bc (patch) | |
tree | a7fe24ccd788d15363f5eefd10fbef77aefb6abe /eclass/debug.eclass | |
parent | update openssh (diff) | |
download | gentoo-2-0473002d3a3a5009ed411f46c766b379471907bc.tar.gz gentoo-2-0473002d3a3a5009ed411f46c766b379471907bc.tar.bz2 gentoo-2-0473002d3a3a5009ed411f46c766b379471907bc.zip |
OK, these are eclasses v3.2:
1. aded kde-objprelink.eclass
2. modified ebuilds accordingly, updated documentation
3. removed old koffice beta ebuilds
4. added new inheriting ebuild for kdelibs (a special case)
5. misc
Diffstat (limited to 'eclass/debug.eclass')
-rw-r--r-- | eclass/debug.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/debug.eclass b/eclass/debug.eclass index 6b6deee40aee..709c60da91c5 100644 --- a/eclass/debug.eclass +++ b/eclass/debug.eclass @@ -1,14 +1,14 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Dan Armak <danarmak@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/eclass/debug.eclass,v 1.3 2001/10/03 00:36:51 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/debug.eclass,v 1.4 2001/10/03 17:10:16 danarmak Exp $ # This provides functions for verbose output for debugging # Note: we check whether these settings are set by "if [ "$FOO" ]; then". # Therefore set them to true/false only - not yes/no or whatever. # redirect output, unset to disable -# use e.g. /dev/tty6 for quiet output out of harm's way. +# use e.g. /dev/tty. # todo: add support for loging into a file. DEBUG_OUTPUT="" |