Changes between Version 3 and Version 4 of kmk
- Timestamp:
- Nov 24, 2006, 3:03:30 AM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
kmk
v3 v4 43 43 * ... 44 44 * A new argument {{{--priority <1..5>}}} which sets the priority of the [wiki:kmk] process. 1 is idle time, 3 is normal, and 5 is highest priority. 45 * The special {{{.NOTPARALLEL}}} [wiki: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]. 45 46 46