wok-6.x rev 9745
Fixed binutils to work with tazwok. Need to cd $src before mkdir -p ../binutils-build. This will not chanage anything with cookutils.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Mon May 09 22:07:48 2011 +0000 (2011-05-09) |
parents | 42d85eb0dfca |
children | 9f9385b879d3 |
files | binutils/receipt |
line diff
1.1 --- a/binutils/receipt Tue May 10 02:41:39 2011 +0200 1.2 +++ b/binutils/receipt Mon May 09 22:07:48 2011 +0000 1.3 @@ -47,6 +47,7 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 + cd $src 1.8 mkdir -p ../binutils-build && cd ../binutils-build 1.9 $src/configure \ 1.10 --program-prefix=$TOOLPREFIX \