]> git.eshelyaron.com Git - emacs.git/commit
Simplify setfattr use by assuming GNU make
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 31 Dec 2014 07:29:33 +0000 (23:29 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 31 Dec 2014 07:50:55 +0000 (23:50 -0800)
commit25346768fac53687c97c213fb99ff18fa805b073
tree5168d7ec57e9961515483f3c49ed66a25dcba7d2
parent6654a4ce49b9eb76a1e5b911516a8d1b247b7c30
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.
src/ChangeLog
src/Makefile.in