Gentoo Archives: gentoo-dev

From: Mike Frysinger <vapier@g.o>
To: gentoo-dev@g.o
Subject: Re: [gentoo-dev] Some 'proper coding' notes for ebuilds
Date: Sun, 03 Aug 2003 02:34:56
Message-Id: 200308022234.54269.vapier@gentoo.org
In Reply to: [gentoo-dev] Some 'proper coding' notes for ebuilds by Mike Frysinger
1 On Saturday 02 August 2003 22:29, Mike Frysinger wrote:
2 > just a few notes ...
3 > (1) checking $DEBUG and $DEBUGBUILD is wrong ... utilize `use debug`
4 > (2) do not use spaces for indenting ... tabs are the standard
5 > lub & kisses
6 > -mike
7
8 oh, and instead of using $DEBUG and printing out debug related information,
9 use the debug-* functions ... see kde.eclass for some *very* good examples of
10 how to properly use them
11 -mike

Replies