wok-next rev 10418
m4: Added cook_tmp_toolchain function to fix tazwok cook-toolchain.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Tue May 24 08:08:39 2011 +0000 (2011-05-24) |
parents | a3d5d8030323 |
children | 54b7fcf80cbb |
files | m4/receipt |
line diff
1.1 --- a/m4/receipt Tue May 24 08:02:26 2011 +0000 1.2 +++ b/m4/receipt Tue May 24 08:08:39 2011 +0000 1.3 @@ -12,6 +12,14 @@ 1.4 DEPENDS="glibc-base" 1.5 BUILD_DEPENDS="gcc" 1.6 1.7 +# Rules to compile & install the temporary toolchain by Tazwok. 1.8 +cook_tmp_toolchain() 1.9 +{ 1.10 + cd $src 1.11 + ./configure && make && make install 1.12 +} 1.13 + 1.14 + 1.15 # Rules to configure and make the package. 1.16 compile_rules() 1.17 {