aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2014-12-30 23:29:33 -0800
committerPaul Eggert2014-12-30 23:50:55 -0800
commit25346768fac53687c97c213fb99ff18fa805b073 (patch)
tree5168d7ec57e9961515483f3c49ed66a25dcba7d2 /src/ChangeLog
parent6654a4ce49b9eb76a1e5b911516a8d1b247b7c30 (diff)
downloademacs-25346768fac53687c97c213fb99ff18fa805b073.tar.gz
emacs-25346768fac53687c97c213fb99ff18fa805b073.zip
Simplify setfattr use by assuming GNU make
* Makefile.in (PAXCTL_if_present, SETFATTR_if_present): New macros. (emacs$(EXEEXT), temacs$(EXEEXT), bootstrap-emacs$(EXEEXT)): Use them. Simplify by using GNU make rather than shell conditionals, by using ln -f rather than rm -f followed by ln, and by preferring $@ to spelling out the destination.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 51e8d112c9d..85eb113db82 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,12 @@
12014-12-31 Paul Eggert <eggert@cs.ucla.edu>
2
3 Simplify setfattr use by assuming GNU make
4 * Makefile.in (PAXCTL_if_present, SETFATTR_if_present): New macros.
5 (emacs$(EXEEXT), temacs$(EXEEXT), bootstrap-emacs$(EXEEXT)): Use them.
6 Simplify by using GNU make rather than shell conditionals,
7 by using ln -f rather than rm -f followed by ln,
8 and by preferring $@ to spelling out the destination.
9
12014-12-29 Eli Zaretskii <eliz@gnu.org> 102014-12-29 Eli Zaretskii <eliz@gnu.org>
2 11
3 * sysdep.c [WINDOWSNT]: Include sys/socket.h, without which this 12 * sysdep.c [WINDOWSNT]: Include sys/socket.h, without which this