Changes between Version 12 and Version 13 of kmk
- Timestamp:
- Dec 27, 2008, 9:30:00 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
kmk
v12 v13 13 13 * Prepend assignment operator, {{{<=}}}. 14 14 * The special {{{.NOTPARALLEL}}} [wiki:goals goal] has been extended to be able to take a list of [wiki:goals] that must be executed without any parallel building going on. If no list is given, it will work like in vanilla [wiki:'GNU make'] which means the entire makefile will be executed without any parallel building. This extension is required to make the {{{-jN}}} argument useful in [wiki:kBuild]. 15 * It has some extra predefined variables, see [wiki: kmk Quick Reference] for details.16 * It has a few new builtin functions, see [wiki: kmk Quick Reference] for details.15 * It has some extra predefined variables, see [wiki:'kmk Quick Reference'] for details. 16 * It has a few new builtin functions, see [wiki:'kmk Quick Reference'] for details. 17 17 * A bunch of builtin utilities which will be invoked without spawning new process or shell. Most of these are taken from BSD. 18 18 * kmk_builtin_append