axiom-developer
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Axiom-developer] Debian build failure


From: Ralf Hemmecke
Subject: Re: [Axiom-developer] Debian build failure
Date: Sat, 02 Sep 2006 10:48:13 +0200
User-agent: Thunderbird 1.5.0.5 (X11/20060719)

Hi Tim,

Interesting. The two lines from my src/algebra/Makefile look like

${MID}/VECTOR.lsp: ${IN}/vector.spad.pamphlet
@${TANGLE} -R"VECTOR.lsp BOOTSTRAP" ${IN}/vector.spad.pamphlet>${MID}/VECTOR.lsp

No \ there.

I am using debian.

awk --version
GNU Awk 3.1.4

But I also heard that there is some issue with \ in awk.

Ralf

On 09/02/2006 10:23 AM, root wrote:
I found it.

On most lisp systems the egrep/awk script creates stanzas that look like:

${MID}/ABELGRP.lsp: ${IN}/catdef.spad.pamphlet
        @${TANGLE} -R"ABELGRP.lsp BOOTSTRAP" 
${IN}/catdef.spad.pamphlet>${MID}/ABELGRP.lsp


but on Debian the lines look like:

\${MID}/ABELGRP.lsp: \${IN}/catdef.spad.pamphlet
        @\${TANGLE} -R"ABELGRP.lsp BOOTSTRAP" 
\${IN}/catdef.spad.pamphlet>\${MID}/ABELGRP.lsp


It looks like debian's awk uses a different convention of escape characters.
I'll have to write a special case version for debian in the morning.

t




reply via email to

[Prev in Thread] Current Thread [Next in Thread]