Skip to Content.
Sympa Menu

freetds - Re: [freetds] [PATCH] bashisms prevent build in doc/Makefile

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: arielCo <arielco AT gmail.com>
  • To: FreeTDS Development Group <freetds AT lists.ibiblio.org>
  • Subject: Re: [freetds] [PATCH] bashisms prevent build in doc/Makefile
  • Date: Thu, 20 Jun 2013 17:35:02 -0430

Actually that's the only Makefile.am that defines SHELL. The rest use
the value of $SHELL from the environment, so any other bash-isms would
be concealed since most users run bash or ksh.

Ariel Cornejo
+58·412·8083546


On Thu, Jun 20, 2013 at 5:23 PM, Frediano Ziglio <freddy77 AT gmail.com> wrote:
> Applied!
>
> Thanks.
>
> I would ask why this file set shell. Don't really know, change was 9f107033
> where a doc/Makefile was converted to doc/Makefile.am
>
>
> 2013/6/20 arielCo <arielco AT gmail.com>
>
>> There are a few bash-isms in doc/Makefile.am that prevent build (which
>> specifies SHELL = /bin/sh). Things like " NAME=$$(echo $@ | sed
>> 's/\..*$$//') ".
>>
>> The attached patch fixes them (based on the tarball from
>> http://gitorious.org/freetds/freetds/trees/master). Maybe all
>> Makefiles should use /bin/sh?
>>
>> Ariel Cornejo
>> +58·412·8083546
>>
>> _______________________________________________
>> FreeTDS mailing list
>> FreeTDS AT lists.ibiblio.org
>> http://lists.ibiblio.org/mailman/listinfo/freetds
>>
>>
> _______________________________________________
> FreeTDS mailing list
> FreeTDS AT lists.ibiblio.org
> http://lists.ibiblio.org/mailman/listinfo/freetds




Archive powered by MHonArc 2.6.24.

Top of Page