aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Piasek <dagger@gentoo.org>2009-03-13 17:30:48 +0000
committerRobert Piasek <dagger@gentoo.org>2009-03-13 17:30:48 +0000
commitd46900b3f87c52814dbd927cac8309983b1c7a48 (patch)
treeb2e32602e064b916f60d4dcee29a72225e67c3ab /profiles/openmoko
parentadd xorg-server 1.5.3-r4 (diff)
downloadembedded-cross-d46900b3f87c52814dbd927cac8309983b1c7a48.tar.gz
embedded-cross-d46900b3f87c52814dbd927cac8309983b1c7a48.tar.bz2
embedded-cross-d46900b3f87c52814dbd927cac8309983b1c7a48.zip
Added profile.bashrc for per package cflags
Diffstat (limited to 'profiles/openmoko')
-rw-r--r--profiles/openmoko/profile.bashrc14
1 files changed, 14 insertions, 0 deletions
diff --git a/profiles/openmoko/profile.bashrc b/profiles/openmoko/profile.bashrc
new file mode 100644
index 0000000..c76d82f
--- /dev/null
+++ b/profiles/openmoko/profile.bashrc
@@ -0,0 +1,14 @@
+# Copyright 2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/profiles/base/profile.bashrc,v 1.2 2006/07/06 21:35:00 genone Exp $
+
+for conf in ${PN} ${PN}-${PV} ${PN}-${PV}-${PR}; do
+ [[ -r ${PORTAGE_CONFIGROOT}/etc/portage/env/${CATEGORY}/${conf} ]] \
+ && . ${PORTAGE_CONFIGROOT}/etc/portage/env/${CATEGORY}/${conf}
+done
+
+if [[ $(type -t elog) != "function" ]]; then
+ elog() {
+ einfo "$@"
+ }
+fi