| 1 | # Copyright 1999-2008 Gentoo Foundation |
1 | # Copyright 1999-2008 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/eclass/base.eclass,v 1.38 2009/05/17 09:25:55 loki_val Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/base.eclass,v 1.39 2010/01/03 19:13:44 scarabeus Exp $ |
| 4 | |
4 | |
| 5 | # @ECLASS: base.eclass |
5 | # @ECLASS: base.eclass |
| 6 | # @MAINTAINER: |
6 | # @MAINTAINER: |
| 7 | # Peter Alfredsen <loki_val@gentoo.org> |
7 | # Peter Alfredsen <loki_val@gentoo.org> |
| 8 | # |
8 | # |
| … | |
… | |
| 149 | else |
149 | else |
| 150 | base_src_work $@ |
150 | base_src_work $@ |
| 151 | fi |
151 | fi |
| 152 | } |
152 | } |
| 153 | |
153 | |
|
|
154 | # placeholder for future api so eclasses can be migrated now. |
|
|
155 | base_src_make() { |
|
|
156 | debug-print-fucntion $FUNCNAME "$@" |
|
|
157 | base_src_work make |
|
|
158 | } |
|
|
159 | |
| 154 | # @FUNCTION: base_src_work |
160 | # @FUNCTION: base_src_work |
| 155 | # @USAGE: [ configure ] [ make ] [ all ] |
161 | # @USAGE: [ configure ] [ make ] [ all ] |
| 156 | # @DESCRIPTION: |
162 | # @DESCRIPTION: |
| 157 | # The base_src_work function is the grunt function for base src_configure |
163 | # The base_src_work function is the grunt function for base src_configure |
| 158 | # and base src_compile. |
164 | # and base src_compile. |