axiom-developer
[Top][All Lists]
Advanced

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

[Axiom-developer] Debian build failure


From: root
Subject: [Axiom-developer] Debian build failure
Date: Sat, 2 Sep 2006 04:23:07 -0400

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]