Skip to content
Back to formatted view

Raw Message

Message-ID: <coe9309rkullagb30sd6840ipu1rsie6s6@4ax.com>
Date: 2004-02-19T14:42:20Z
From: Duncan Murdoch
Subject: src/scripts/Makefile bug (PR#6598)
In-Reply-To: <16435.55491.810396.856921@mithrandir.hornik.net>

On Wed, 18 Feb 2004 22:27:31 +0100, Kurt Hornik
<Kurt.Hornik@wu-wien.ac.at> wrote :

>>>>>> Atro Tossavainen writes:
>
>> Hi,
>> src/scripts/Makefile uses @ as the separator for sed.
>
>> This is fine unless the path names happen to contain @, which would
>> frequently be the case in sites where AFS is used and the AFS magic
>> path component @sys is used to distinguish between system types.
>
>> Please change the separator to #, for example.
>
>Which would then fail for people who for some reason have # in their
>file path.  I am not sure there is an easy fix for the problem.  One
>idea might be setting up a pipeline which tries different separators.
>
>Any other ideas?

Wouldn't the easiest thing be to make the separator be
user-configurable, in config.site (or MkRules, for Windows)?  These @
separators only show up in R.sh.in and Makefile.in in the src/scripts
directory, don't they?

Duncan Murdoch