I am cross-sending to dev, because a discussion may be necessary.

On 19-05-2015 14:07, [email protected] wrote:
> Author: fernando
> Date: Tue May 19 10:07:32 2015
> New Revision: 15999
> 
> Log:
> Revert modification by Douglas: there is a test suite for unzip.

I want to ask apologies to Douglas.

My script is different from the book, so I have the tests, he doesn't


I never noticed somebody modified the instructions.

So, I use:

case `uname -m` in
  i?86)
    sed -i -e 's/DASM_CRC"/DASM_CRC -DNO_LCHMOD"/' unix/Makefile &&
    time make -f unix/Makefile linux
    ;;
  *)
    sed -i -e 's/CFLAGS="-O -Wall/& -DNO_LCHMOD/' unix/Makefile &&
    time make -f unix/Makefile linux_noasm
    ;;
esac &&
make check

In my case,

$ uname -m
x86_64

Why the change was made? IIRC I even had a not very pleasant incident
with git developers, before needing to change the book for that.

We are working with linux, not *generic*

As king Douglas to wait, please, until we have a reply, before I revert
or not.

Anyway, tomorrow I will change the changelog, so that an explanation is
included there.

-- 
[]s,
Fernando
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to