summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio 'Flameeyes' Pettenò <flameeyes@gmail.com>2010-08-24 11:40:15 +0200
committerDiego Elio 'Flameeyes' Pettenò <flameeyes@gmail.com>2010-08-24 11:40:15 +0200
commit872293af3ad3bef420c5bf30ab9af2f0c01f3768 (patch)
tree528e869f382f7f7cb7dfcaf2bc62df2c79588b90
parentAdd FEATURES to use with Portage 2.2; preserve-libs is too much of a (diff)
downloadflameeyes-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.
-rwxr-xr-xbashrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/bashrc b/bashrc
index 4da89c1..7203b73 100755
--- a/bashrc
+++ b/bashrc
@@ -135,3 +135,7 @@ make() {
emake "$@"
fi
}
+
+preserve_old_lib() {
+ ewarn "Preserved libs are disabled in tinderbox. Shush, go away!"
+}