wok-current diff elfutils/receipt @ 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 | eefa66c18286 |
children | ead6ac3e98b7 |
line diff
1.1 --- a/elfutils/receipt Sat Feb 12 02:18:58 2011 +0100 1.2 +++ b/elfutils/receipt Tue May 24 08:08:39 2011 +0000 1.3 @@ -18,10 +18,8 @@ 1.4 compile_rules() 1.5 { 1.6 cd $src 1.7 - ./configure && 1.8 - make && 1.9 - make check && 1.10 - make install 1.11 + ./configure $CONFIGURE_ARGS && 1.12 + make && make check && make install 1.13 } 1.14 1.15 # Rules to gen a SliTaz package suitable for Tazpkg.