make-alpha
[Top][All Lists]
Advanced

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

Re: make ChangeLog NEWS build_w32.bat configure.in ...


From: Kirill Smelkov
Subject: Re: make ChangeLog NEWS build_w32.bat configure.in ...
Date: Tue, 31 Jan 2012 23:08:09 +0400
User-agent: Mutt/1.5.21 (2010-09-15)

On Sun, Jan 29, 2012 at 06:12:23PM +0000, Paul D. Smith wrote:
> CVSROOT:      /sources/make
> Module name:  make
> Changes by:   Paul D. Smith <psmith>  12/01/29 18:12:23
> 
> Modified files:
>       .              : ChangeLog NEWS build_w32.bat configure.in 
>                        function.c 
>       doc            : make.texi 
>       tests          : ChangeLog test_driver.pl 
> Added files:
>       tests/scripts/functions: file 
> 
> Log message:
>       Create a new function $(file ...)
> 
> CVSWeb URLs:
> http://cvs.savannah.gnu.org/viewcvs/make/ChangeLog?cvsroot=make&r1=2.460&r2=2.461
> http://cvs.savannah.gnu.org/viewcvs/make/NEWS?cvsroot=make&r1=2.116&r2=2.117
> http://cvs.savannah.gnu.org/viewcvs/make/build_w32.bat?cvsroot=make&r1=2.21&r2=2.22
> http://cvs.savannah.gnu.org/viewcvs/make/configure.in?cvsroot=make&r1=1.161&r2=1.162
> http://cvs.savannah.gnu.org/viewcvs/make/function.c?cvsroot=make&r1=1.128&r2=1.129
> http://cvs.savannah.gnu.org/viewcvs/make/doc/make.texi?cvsroot=make&r1=1.76&r2=1.77
> http://cvs.savannah.gnu.org/viewcvs/make/tests/ChangeLog?cvsroot=make&r1=1.166&r2=1.167
> http://cvs.savannah.gnu.org/viewcvs/make/tests/test_driver.pl?cvsroot=make&r1=1.31&r2=1.32
> http://cvs.savannah.gnu.org/viewcvs/make/tests/scripts/functions/file?cvsroot=make&rev=1.1

Paul, thanks for adding the feature (but by the way, is it really
neccessary after we have guile?), anyway...

For $(file ...) tests to work `make check` should set LANG to C because
otherwise with LANG=ru_RU.UTF-8 I'm getting the following failure:

        address@hidden:~/src/tools/make$ cat ./tests/work/functions/file.diff.2
        *** work/functions/file.base.2  Tue Jan 31 23:06:09 2012
        --- work/functions/file.log.2   Tue Jan 31 23:06:09 2012
        ***************
        *** 1 ****
        ! work/functions/file.mk.2:6: *** open: file.out: Отказано в доступе.  
Stop.
        --- 1 ----
        ! work/functions/file.mk.2:6: *** open: file.out: Permission denied.  
Stop.


with LANG=C all tests pass.

Thanks,
Kirill



reply via email to

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