diff options
| author | Paul Eggert | 2014-05-18 11:57:04 -0700 |
|---|---|---|
| committer | Paul Eggert | 2014-05-18 11:57:04 -0700 |
| commit | 5eda3a751613a5a9338f4e316eda6e425aeae162 (patch) | |
| tree | bc84f75e8358c55aa902df15add6379f7361bd7a /lib-src/ChangeLog | |
| parent | 0d1b87f90e06199963af1704a07f950c0184c0bd (diff) | |
| download | emacs-5eda3a751613a5a9338f4e316eda6e425aeae162.tar.gz emacs-5eda3a751613a5a9338f4e316eda6e425aeae162.zip | |
Port ctags+etags build to Sun C 5.12.
* .bzrignore: Remove lib-src/ctags.c.
* lib-src/Makefile.in (etags_args): Remove, replacing with ...
(etags_cflags, etags_libs): New macros. All uses changed.
(ctags${EXEEXT}): Don't compile etags.c, as compiling etags.c in
parallel (once for ctags, once for etags) breaks parallel makes
with compilers that use the source file name to name temporaries,
such as Sun C 5.12. Instead, compile ctags.c.
* lib-src/ctags.c: New file.
Diffstat (limited to 'lib-src/ChangeLog')
| -rw-r--r-- | lib-src/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index f571b401584..3fac70b3f73 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,14 @@ | |||
| 1 | 2014-05-18 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Port ctags+etags build to Sun C 5.12. | ||
| 4 | * Makefile.in (etags_args): Remove, replacing with ... | ||
| 5 | (etags_cflags, etags_libs): New macros. All uses changed. | ||
| 6 | (ctags${EXEEXT}): Don't compile etags.c, as compiling etags.c in | ||
| 7 | parallel (once for ctags, once for etags) breaks parallel makes | ||
| 8 | with compilers that use the source file name to name temporaries, | ||
| 9 | such as Sun C 5.12. Instead, compile ctags.c. | ||
| 10 | * ctags.c: New file. | ||
| 11 | |||
| 1 | 2014-05-04 Paul Eggert <eggert@cs.ucla.edu> | 12 | 2014-05-04 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 13 | ||
| 3 | Handle systems without WCONTINUED consistently. (Bug#15110, 17339) | 14 | Handle systems without WCONTINUED consistently. (Bug#15110, 17339) |