On 14 Apr 2004, Mathieu Deschamps wrote: > the answer should be when typing make echo : > LINUXBIOS_ASSEMBLER="Version de l'assembleur GNU 2.13.90.0.18 > (i386-redhat-linux) utilisant la version BFD 2.13.90.0.18 20030206" > But the ' character makes a parse error even if the string is quoted ' '
ack! Now I bet we never thought of that one! > I propose to patch this quckly: > export LINUXBIOS_ASSEMBLER:=$(shell touch dummy.s ; $(CC) -c -Wa,-v > dummy.s 2>&1 | tr -s '\''; rm -f dummy.s dummy.o ) sounds good. ron _______________________________________________ Linuxbios mailing list [EMAIL PROTECTED] http://www.clustermatic.org/mailman/listinfo/linuxbios

