aboutsummaryrefslogtreecommitdiff
path: root/tools/mhmake/src/mhmakeparser.y
Commit message (Collapse)AuthorAgeFilesLines
* Some minor modificationsmarha2013-09-121-3/+4
| | | | | | Ignore pipe symbols when in dependency list Solved some linking problems in linux Solved problem calling svn info when using svn version from cygwin
* zlib is now compiled as a dllmarha2012-06-251-1/+22
|
* Implement eval sort warning functions (see gnu make manual for description)marha2011-03-041-40/+50
| | | | | | | | | | Solved errors in if and foreach implementations Removed message and reparse function (use info and eval instead) $n can be used to add new line define can be used to specify multi-line macros Solved error in argument expansion in call function
* Use bison instead of bison++marha2011-01-191-22/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The += operator should also take the environment variables into account Solved problem when & in redirect operator on command line Solved syntax error when SPACE was follewed by SPACE Removed kdevelop3 project files Enable debug info in debug build on linux Added support for foreach function Fixed dependency problem for implicit rules with extra dependencies Increased gnu make compatibility: allow implicit rules without commands Solved wrong error message when it cannot build a target in mhmake_dbg On windows: when checking the extension of a command: make sure a / does not cause a wrong decision Added safety against recursive implicit rules. Fixed wrong check on failure to open makefiles. Make sure no message is printed when -include is used flex and bison generated files: make sure the #line statements have the correct line numbers for the debugger after having added one line in the beginning of the file after running the flex/bison. Make sure that the variable defined just before an error or message/info macro is defined when the message is generated. mhmake_dbg: print error message when a target cannot be build because the directory of the target does not exist (and no rule is defined for it) Reformatted message/info macro output Also print makefile and line number when using error and message macro Solved crash in mhmake_dbg when -C is specified on the command line Solved problem in macro expansion when 2 patsubst inside each other addprefix should not give an error when done on an empty string Use comspec when echo is followed by a pipe character (piping is not supported by the echo internal command of mhmake) Solved possible stack curruption (there was little chance that this was occuring)
* Implemented foreach function.marha2010-11-011-2/+2
| | | | | wildcard can now have multiple arguments
* Increased gnu make compatibility.marha2010-10-301-2/+7
|
* Increased gnu make compatibilitymarha2010-10-221-6/+15
| | | | | Optimised
* Also rebuild everything if one of the exported variables is changedmarha2010-10-181-1/+1
|
* Added possibility to force a dependency scan on a target with .AUTODEPSmarha2010-08-041-2/+19
|
* Solved crash when compiled with VS2010marha2010-07-091-1/+2
|
* svn merge --reintegrate ^/branches/mhmake.parallel .marha2010-02-181-4/+4
|
* Optimised auto dependency generationmarha2009-10-021-2/+1
| | | | | | Added control c handler in windows Now throw string exceptions instead of integer exceptions.
* Changes for making it possible to have spaces in the MHMAKECONF environment ↵marha2009-09-181-3/+3
| | | | variable.
* Added mhmake GNU make compatible (with extensions) make utility.marha2009-07-291-0/+224