diff options
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -52,9 +52,8 @@ Version 3.81beta3 * New special variables available in this release: - .FEATURES: Contains a list of special features available in this version of GNU make. - - .DEFAULT_TARGET: Contains the name of the default target make will - use if no targets are provided on the command line. It can be set - to change the default target. + - .DEFAULT_GOAL: Set the name of the default goal make will + use if no goals are provided on the command line. - New automatic variable: $| (added in 3.80, actually): contains all the order-only prerequisites defined for the target. |