# HG changeset patch # User Christophe Lincoln # Date 1304862399 -7200 # Node ID 349042ce2a5d59d8015e8d5731fa84962f33670d # Parent 7b13b3b4b8365b7a084de2d56d8536b7ee6519ae binutils: Fix a bug fot Tazwok and make it build for cookutils. diff -r 7b13b3b4b836 -r 349042ce2a5d binutils/receipt --- a/binutils/receipt Sun May 08 09:40:48 2011 +0000 +++ b/binutils/receipt Sun May 08 15:46:39 2011 +0200 @@ -47,7 +47,7 @@ # Rules to configure and make the package. compile_rules() { - mkdir -p binutils-build && cd binutils-build + mkdir -p ../binutils-build && cd ../binutils-build $src/configure \ --program-prefix=$TOOLPREFIX \ --enable-shared && @@ -84,6 +84,7 @@ #rm $fs/usr/lib/libiberty.a rm $fs/usr/bin/strings $fs/usr/bin/*-strings - # Remove build directory. - rm -r $WOK/$PACKAGE/$PACKAGE-build + # Remove build directory (cookutils and tazwok path). + rm -rf $WOK/$PACKAGE/source/$PACKAGE-build + rm -rf $WOK/$PACKAGE/$PACKAGE-build }