]> git.ipfire.org Git - thirdparty/make.git/commit
* New feature: -L option
authorPaul Smith <psmith@gnu.org>
Mon, 28 Feb 2005 07:48:22 +0000 (07:48 +0000)
committerPaul Smith <psmith@gnu.org>
Mon, 28 Feb 2005 07:48:22 +0000 (07:48 +0000)
commitd2516343bc5c105543b22eed3b073a8a4e14a659
treeb33081457bdf9207b45add40ba56fdeccf63fe6f
parent93bd1bd93c1033352e5059ed721a0cc769449639
* New feature: -L option
* New function: $(info ...)
* Disallow $(eval ...) to create prereq relationships inside command scripts
  (caused core dumps)
* Try to allow more tests to succeed in Windows/DOS by sanitizing CRLF and \
* Various bug fixes and code cleanups (see the ChangeLog entry)
25 files changed:
ChangeLog
NEWS
configure.in
dir.c
doc/make.texi
file.c
filedef.h
function.c
implicit.c
main.c
make.h
misc.c
read.c
remake.c
tests/ChangeLog
tests/run_make_tests.pl
tests/scripts/features/patspecific_vars
tests/scripts/functions/eval
tests/scripts/misc/general4
tests/scripts/options/symlinks [new file with mode: 0644]
tests/scripts/variables/MAKE
tests/scripts/variables/MFILE_LIST [moved from tests/scripts/variables/MAKEFILE_LIST with 100% similarity]
tests/test_driver.pl
variable.c
w32/subproc/NMakefile