diff options
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
| @@ -1,5 +1,11 @@ | |||
| 1 | 2014-04-17 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2014-04-17 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | * GNUmakefile: Speed up 'make bootstrap' in fresh checkout. | ||
| 4 | (ORDINARY_GOALS): New macro, which excludes 'bootstrap'. | ||
| 5 | (bootstrap, .PHONY): New rules. | ||
| 6 | * INSTALL.REPO: Document current procedure better. | ||
| 7 | Move copyright notice to just before license notice. | ||
| 8 | |||
| 3 | * Makefile.in (FRC, force-info): Remove. | 9 | * Makefile.in (FRC, force-info): Remove. |
| 4 | All uses removed. This hack is no longer needed here | 10 | All uses removed. This hack is no longer needed here |
| 5 | now that we can assume GNU Make's .PHONY feature works. | 11 | now that we can assume GNU Make's .PHONY feature works. |