diff options
| author | Paul Eggert | 2014-12-30 23:29:33 -0800 |
|---|---|---|
| committer | Paul Eggert | 2014-12-30 23:50:55 -0800 |
| commit | 25346768fac53687c97c213fb99ff18fa805b073 (patch) | |
| tree | 5168d7ec57e9961515483f3c49ed66a25dcba7d2 /src/ChangeLog | |
| parent | 6654a4ce49b9eb76a1e5b911516a8d1b247b7c30 (diff) | |
| download | emacs-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/ChangeLog | 9 |
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 @@ | |||
| 1 | 2014-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 | |||
| 1 | 2014-12-29 Eli Zaretskii <eliz@gnu.org> | 10 | 2014-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 |