mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-03 02:43:23 +00:00
Port to GNU Make 03ecd94488b85adc38746ec3e7c2a297a522598e
Problem reported by Collin Funk (Bug#68996). * GNUmakefile (.): New macro. (help): Use ‘$.’ instead of ‘$ ’. * cross/verbose.mk.android, src/verbose.mk.in (.): New macro. (AM_V_AR, AM_V_CC, AM_V_CXX, AM_V_CCLD, AM_V_CXXLD, AM_V_GEN): Use ‘$.’ instead of ‘$ ’. * lib-src/Makefile.in (install): Use ‘$.’ instead of ‘$ ’.
This commit is contained in:
parent
4e5068b7b3
commit
8d09e1def5
4 changed files with 50 additions and 46 deletions
|
@ -319,7 +319,7 @@ maybe-blessmail: $(BLESSMAIL_TARGET)
|
|||
## up if chown or chgrp fails, as the package responsible for
|
||||
## installing Emacs can fix this problem later.
|
||||
$(DESTDIR)${archlibdir}: all
|
||||
$(info $ )
|
||||
$(info $.)
|
||||
$(info Installing utilities run internally by Emacs.)
|
||||
umask 022 && ${MKDIR_P} "$(DESTDIR)${archlibdir}"
|
||||
exp_archlibdir=`cd "$(DESTDIR)${archlibdir}" && pwd -P` && \
|
||||
|
@ -361,7 +361,7 @@ $(DESTDIR)${archlibdir}: all
|
|||
.PHONY: bootstrap-clean check tags
|
||||
|
||||
install: $(DESTDIR)${archlibdir}
|
||||
$(info $ )
|
||||
$(info $.)
|
||||
$(info Installing utilities for users to run.)
|
||||
umask 022 && ${MKDIR_P} "$(DESTDIR)${bindir}"
|
||||
for file in ${INSTALLABLES} ; do \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue