Yes You can have a bashrc for emerge, just use /etc/portage/bashrc and
portage will source it automaticaly.

Here a completely untested, mail written bashrc for that :

#!/bin/bash

[ -f /etc/bashrc ] && . /etc/bashrc
[ -f /etc/bash/bashrc ] && . /etc/bash/bashrc

CFLAGS="-g"
FEATURES="nostrip"

++

On 8/28/05, Mathieu <[EMAIL PROTECTED]> wrote:
> Marc Groß <[EMAIL PROTECTED]> disait dernièrement que :
> 
> > Fernando Meira wrote:
> >> Oh, forgot to ask:how do I know if I compiled with debugging symbol?
> >
> > Does your CFLAGS variable contain a "-g" if not: you don't have
> > debugging symbols. I know you're using Gentoo and AFAIK there is a way
> > to set CFLAGS for individual packages, but you know more about Gentoo
> > then me ;)
> 
> in fact there is not "officially" but a custom bashrc for the portage
> user can do it
> 
> --
> Mathieu
> 
> 
> -------------------------------------------------------
> SF.Net email is Sponsored by the Better Software Conference & EXPO
> September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
> Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
> Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
> _______________________________________________
> enlightenment-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/enlightenment-users
> 


-- 
Beber
[EMAIL PROTECTED]


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
enlightenment-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to