diff options
| author | Paul Eggert | 2015-01-22 00:39:30 -0800 |
|---|---|---|
| committer | Paul Eggert | 2015-01-22 00:40:16 -0800 |
| commit | 74ab488ff2e57f31eb5290266f0f3b1995ebf83e (patch) | |
| tree | 68f1cf754fb1b25b7239e299abd3339fd9613b71 /lib-src/ChangeLog | |
| parent | b631bb57cf84f880186035f7158c19237856e2ce (diff) | |
| download | emacs-74ab488ff2e57f31eb5290266f0f3b1995ebf83e.tar.gz emacs-74ab488ff2e57f31eb5290266f0f3b1995ebf83e.zip | |
Check exit statuses in lib-src/Makefile
* Makefile.in ($(DESTDIR)${archlibdir}, install, uninstall)
(mostlyclean, clean, distclean, extraclean):
Check exit statuses more carefully. Reindent to fit in 80 chars.
(bootstrap-clean maintainer-clean): Remove unnecessary 'true'.
Diffstat (limited to 'lib-src/ChangeLog')
| -rw-r--r-- | lib-src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index c2aedb0afde..6cf82e91508 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2015-01-22 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Check exit statuses in lib-src/Makefile | ||
| 4 | * Makefile.in ($(DESTDIR)${archlibdir}, install, uninstall) | ||
| 5 | (mostlyclean, clean, distclean, extraclean): | ||
| 6 | Check exit statuses more carefully. Reindent to fit in 80 chars. | ||
| 7 | (bootstrap-clean maintainer-clean): Remove unnecessary 'true'. | ||
| 8 | |||
| 1 | 2015-01-22 Ulrich Müller <ulm@gentoo.org> | 9 | 2015-01-22 Ulrich Müller <ulm@gentoo.org> |
| 2 | 10 | ||
| 3 | * Makefile.in ($(DESTDIR)${archlibdir}): Don't fail if the chown | 11 | * Makefile.in ($(DESTDIR)${archlibdir}): Don't fail if the chown |