Bertrand Jacquin <[EMAIL PROTECTED]> disait dernièrement que : > 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" >
Oh thank you but I have one that reads /etc/portage/package.cflags which sets cflags per package. (the same for ldflags with /etc/portage/package.ldflags :) -- Mathieu, little off-topic ------------------------------------------------------- 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
