El Lunes, 6 de Noviembre de 2006 21:23, TheOldFellow escribió: > 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
What contains logs/032-linux-headers at that point, if it exist? I think that the error is in @echo -e "\n`date`\n" >logs/$@ & @$(PRT_DU) >>logs/$@ Apart the issue with "-e" in both the date echo and PRT_DU, that "&" should be "&& \". -- Manuel Canales Esparcia Usuario de LFS nº2886: http://www.linuxfromscratch.org LFS en castellano: http://www.escomposlinux.org/lfs-es http://www.lfs-es.info TLDP-ES: http://es.tldp.org -- http://linuxfromscratch.org/mailman/listinfo/alfs-discuss FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
