diff options
author | Diego Elio 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2010-08-24 11:40:15 +0200 |
---|---|---|
committer | Diego Elio 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2010-08-24 11:40:15 +0200 |
commit | 872293af3ad3bef420c5bf30ab9af2f0c01f3768 (patch) | |
tree | 528e869f382f7f7cb7dfcaf2bc62df2c79588b90 /bashrc | |
parent | Add FEATURES to use with Portage 2.2; preserve-libs is too much of a (diff) | |
download | flameeyes-tinderbox-872293af3ad3bef420c5bf30ab9af2f0c01f3768.tar.gz flameeyes-tinderbox-872293af3ad3bef420c5bf30ab9af2f0c01f3768.tar.bz2 flameeyes-tinderbox-872293af3ad3bef420c5bf30ab9af2f0c01f3768.zip |
Avoid preserving libraries, since we have no way to properly deal with them
as it is.
Diffstat (limited to 'bashrc')
-rwxr-xr-x | bashrc | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -135,3 +135,7 @@ make() { emake "$@" fi } + +preserve_old_lib() { + ewarn "Preserved libs are disabled in tinderbox. Shush, go away!" +} |