Re: make ChangeLog NEWS build_w32.bat configure.in ...
Kirill Smelkov <[email protected]>
| Newsgroups | gmane.comp.gnu.make.devel |
|---|---|
| Organization | St.Petersburg State University |
| Message-ID | <[email protected]> |
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: kirr@mini:~/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 _______________________________________________ Make-alpha mailing list [email protected] https://lists.gnu.org/mailman/listinfo/make-alpha