diff options
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
| @@ -1,3 +1,18 @@ | |||
| 1 | 2012-05-21 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Make merging from gnulib a script, not a makefile action. | ||
| 4 | Putting it in a makefile has some problems with reflection, as | ||
| 5 | merging from gnulib updates 'configure', which can update the makefile. | ||
| 6 | Putting it in a standalone script breaks this loop. | ||
| 7 | * Makefile.in (gnulib_srcdir, $(gnulib_srcdir), DOS_gnulib_comp.m4) | ||
| 8 | (GNULIB_MODULES, GNULIB_TOOL_FLAGS, sync-from-gnulib): | ||
| 9 | Remove, moving the actions to the script admin/merge-gnulib. | ||
| 10 | |||
| 11 | 2012-05-21 Glenn Morris <rgm@gnu.org> | ||
| 12 | |||
| 13 | * Makefile.in (install-arch-indep, install-doc, install-info) | ||
| 14 | (uninstall): Scrap superfluous subshells. | ||
| 15 | |||
| 1 | 2012-05-19 Ulrich Mueller <ulm@gentoo.org> | 16 | 2012-05-19 Ulrich Mueller <ulm@gentoo.org> |
| 2 | 17 | ||
| 3 | * Makefile.in (install-etc): Respect DESTDIR. (Bug#11518) | 18 | * Makefile.in (install-etc): Respect DESTDIR. (Bug#11518) |