diff options
| author | Paul Eggert | 2013-09-03 23:45:44 -0700 |
|---|---|---|
| committer | Paul Eggert | 2013-09-03 23:45:44 -0700 |
| commit | 224e313d3bed309a304683c83afe58752cb97e1c (patch) | |
| tree | 952d4a791e20e1b917b9ca8c3610bfaaecfd64f2 /ChangeLog | |
| parent | 6d6ed1af817d98f7e78a8be10f5fda14a41e18f6 (diff) | |
| download | emacs-224e313d3bed309a304683c83afe58752cb97e1c.tar.gz emacs-224e313d3bed309a304683c83afe58752cb97e1c.zip | |
Makefile improvements.
* Makefile.in (lib): Depend on am--refresh, to avoid a race.
(src): Remove duplicate dependency on FRC.
Invoke just one submake, not two. Avoid the need for 'pwd'.
* lwlib/Makefile.in (all): Put this first. Don't use double-colon
rules, as they are not portable according to POSIX. Mark as phony.
* oldXMenu/Makefile.in (all, tags): Don't use double-colon rules, as they
are not portable according to POSIX. Mark as phony.
* src/Makefile.in (config.status): Don't use double-colon rules, as
they are not portable according to POSIX. Fix shell typo with `;
I guess this rule has never been tested?
(VCSWITNESS): New macro, to override any environment var.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
| @@ -1,3 +1,10 @@ | |||
| 1 | 2013-09-04 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Makefile improvements. | ||
| 4 | * Makefile.in (lib): Depend on am--refresh, to avoid a race. | ||
| 5 | (src): Remove duplicate dependency on FRC. | ||
| 6 | Invoke just one submake, not two. Avoid the need for 'pwd'. | ||
| 7 | |||
| 1 | 2013-09-02 Jan Djärv <jan.h.d@swipnet.se> | 8 | 2013-09-02 Jan Djärv <jan.h.d@swipnet.se> |
| 2 | 9 | ||
| 3 | * configure.ac: Add ns_check_file. | 10 | * configure.ac: Add ns_check_file. |