summaryrefslogtreecommitdiff
path: root/tests/scripts/variables/MFILE_LIST
Commit message (Collapse)AuthorAgeFilesLines
* [SV 50823] Support filenames containing '$' in MAKEFILE_LISTPaul Smith2017-06-041-12/+22
| | | | | | | | | * variable.h (enum variable_flavor: Add a new flavor for appended values that shouldn't be expanded. * variable.c (do_variable_definition): If given this new flavor, do not expand the value before appending it. * read.c (eval_makefile): Use this new flavor for MAKEFILE_LIST * tests/scripts/variables/MFILE_LIST: Test filenames containing '$'.
* * New feature: -L optionPaul Smith2005-02-281-0/+30
* 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)