Peter Jeremy wrote:
> On 2009-Aug-02 12:24:26 -0700, William Stein wrote:
>>> 1) It uses 'set -e' to exit the spkg-install if any error occurs.
>> +1 we should do that for all spkg-install's
>
> Agreed (and there are other shell-scripts that probably should also
> have 'set -e'). But this is a
Peter Jeremy wrote:
> On 2009-Aug-02 12:24:26 -0700, William Stein wrote:
>>> 1) It uses 'set -e' to exit the spkg-install if any error occurs.
>> +1 we should do that for all spkg-install's
>
> Agreed (and there are other shell-scripts that probably should also
> have 'set -e'). But this is a
On 2009-Aug-02 12:24:26 -0700, William Stein wrote:
>> 1) It uses 'set -e' to exit the spkg-install if any error occurs.
>
>+1 we should do that for all spkg-install's
Agreed (and there are other shell-scripts that probably should also
have 'set -e'). But this is a very intrusive change since it
2009/8/3 Ondrej Certik :
>
> On Sun, Aug 2, 2009 at 10:35 AM, Dr. David
> Kirkby wrote:
>> I noticed one package (lcalc) was passing GNU specific flags to the
>> assembler to suppress warnings. I've seen other packages send warning to
>> /dev/null.
>>
>> I decided to change the spkg-install for 'l
On Sun, Aug 2, 2009 at 10:35 AM, Dr. David
Kirkby wrote:
> I noticed one package (lcalc) was passing GNU specific flags to the
> assembler to suppress warnings. I've seen other packages send warning to
> /dev/null.
>
> I decided to change the spkg-install for 'lcalc' somewhat, in a way that
> I th
On Mon, Aug 3, 2009 at 4:16 AM, Dr. David Kirkby wrote:
>
> William Stein wrote:
>> On Sun, Aug 2, 2009 at 9:35 AM, Dr. David Kirkby
>> wrote:
>>> I noticed one package (lcalc) was passing GNU specific flags to the
>>> assembler to suppress warnings. I've seen other packages send warning to
>>> /
William Stein wrote:
> On Sun, Aug 2, 2009 at 9:35 AM, Dr. David Kirkby
> wrote:
>> I noticed one package (lcalc) was passing GNU specific flags to the
>> assembler to suppress warnings. I've seen other packages send warning to
>> /dev/null.
>>
>> I decided to change the spkg-install for 'lcalc'
On Sun, Aug 2, 2009 at 9:35 AM, Dr. David Kirkby wrote:
> I noticed one package (lcalc) was passing GNU specific flags to the
> assembler to suppress warnings. I've seen other packages send warning to
> /dev/null.
>
> I decided to change the spkg-install for 'lcalc' somewhat, in a way that
> I thi