On 11/6/06, TheOldFellow <[EMAIL PROTECTED]> wrote:
On Mon, 06 Nov 2006 13:47:15 -0500, George Boudreau wrote:

>> add   tab_ = '\t'
>> add   nl_  = '\t'
>>
>> replace all "\\t" with "$(tab_)"
>> replace all "echo -e"  with "echo "
>>
>>   TOF - could you try this on your Ubuntu

OK, this fixes the -e.  However....

 Building target 032-linux-headers
 [++//bin/sh: Syntax error: "}" unexpected (expecting ")")    ] 0 min. 2 sec
make: *** [032-linux-headers] Error 2
make: *** [mk_CROSS] Error 2

still remains.  I suspect something in the set-up scripts is bash/sh
sensitive.  For instance line 193 (or nearby, since I edited it) of
makefile-functions reads:

  @echo $(tab_) $(BOLD})cd /jhalfs

but fixing this doesn't fix the problem.  I'll look some more, but wanted
to give you this feedback.

That just looks like a typo having } and ). Richard, what happens if
you put "SHELL = /bin/bash" somewhere in the Makefile? Or you can just
do "SHELL=/bin/bash make ...".

--
Dan
--
http://linuxfromscratch.org/mailman/listinfo/alfs-discuss
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to