summaryrefslogtreecommitdiff
path: root/doc/make.texi
AgeCommit message (Collapse)AuthorFilesLines
2002-10-13Fix bug#1379: don't use alloca() where it could overrun the stack size.Paul Smith1-24/+42
Implemented enhancement #1391: allow "export" in target-specific variable definitions. Change the Info name of the "Automatic" node to "Automatic Variables". Add text clarifying the scope of automatic variables to that section.
2002-09-18Fix a bug exporting/unexporting multiple variables in one command.Paul Smith1-8/+20
Update the text about reporting bugs.
2002-09-18Add some indexing to the manual.Paul Smith1-0/+2
Fix a few simple casting warnings, etc.
2002-09-10Add support for broken SA_RESTART on PTX.Paul Smith1-1/+7
Fix bug #103: allow ifdef, export, and unexport to expand their arguments.
2002-09-04Fix for complex situations where directories are declared as prerequisites.Paul Smith1-12/+28
Info on this fix from barkalow@reputation.com: thanks! Some updates/cleanups of some of the tests; added a forgotten -t test, etc.
2002-08-08Incorporate some VMS fixes.Paul Smith1-21/+39
Add -B option docs. Add .VARIABLES variable. Add a few new tests. Add a new translation: Swedish
2002-08-01New variables, .VARIABLES and .TARGETS.Paul Smith1-2/+34
2002-07-10Implement SysV-style $$@ support. I looked at E.Parmelan's patch butPaul Smith1-23/+36
decided to implement this a different way, and didn't use it.
2002-07-09Documentation and tests for order-only prerequisites.Paul Smith1-2/+46
Add a new test suite for automatic variables.
2002-07-08Major updates in preparation for 3.80.Paul Smith1-0/+10141
New version of the manual, put into the doc subdir. Enhancements: $(eval ...) and $(value ...) functions, various bug fixes, etc. See the ChangeLog. More to come.