Gentoo Archives: gentoo-dev

From: Daniel Robbins <drobbins@g.o>
To: gentoo-dev@g.o
Subject: [gentoo-dev] \" fixes
Date: Fri, 10 Aug 2001 23:36:55
Message-Id: 20010810233655.D24185@cvs.gentoo.org
1 Hi All,
2
3 I just all the ebuilds on CVS that needed \" fixes due to an upgrade of the
4 "try" command (about 50). This means that everyone should rsync/cvs update and
5 remerge Portage, even if you've done so in the past few days. This means that
6 developers can now type:
7
8 try make COPT="$CFLAGS"
9
10 rather than the old way:
11
12 try make COPT=\"$CFLAGS\"
13
14 Also, Aron Griffis' "die" and "assert" commands are now part of the Portage
15 currently on CVS, and developers should start transitioning to these new
16 commands as they're much better than "try".
17
18 Best Regards,
19
20 --
21 Daniel Robbins <drobbins@g.o>
22 Chief Architect/President http://www.gentoo.org
23 Gentoo Technologies, Inc.

Replies

Subject Author
Re: [gentoo-dev] \" fixes Mikael Hallendal <hallski@g.o>