[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/trunk r108275: * lib-src/Makefile.in (insta
From: |
Glenn Morris |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/trunk r108275: * lib-src/Makefile.in (install): Ensure $bindir exists. |
Date: |
Thu, 17 May 2012 23:33:04 -0700 |
User-agent: |
Bazaar (2.3.1) |
------------------------------------------------------------
revno: 108275
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Thu 2012-05-17 23:33:04 -0700
message:
* lib-src/Makefile.in (install): Ensure $bindir exists.
modified:
lib-src/ChangeLog
lib-src/Makefile.in
=== modified file 'lib-src/ChangeLog'
--- a/lib-src/ChangeLog 2012-05-17 01:23:03 +0000
+++ b/lib-src/ChangeLog 2012-05-18 06:33:04 +0000
@@ -1,3 +1,7 @@
+2012-05-18 Glenn Morris <address@hidden>
+
+ * Makefile.in (install): Ensure $bindir exists.
+
2012-05-17 Glenn Morris <address@hidden>
* Makefile.in (ns_appbindir): New, set by configure.
=== modified file 'lib-src/Makefile.in'
--- a/lib-src/Makefile.in 2012-05-17 01:23:03 +0000
+++ b/lib-src/Makefile.in 2012-05-18 06:33:04 +0000
@@ -259,6 +259,7 @@
install: $(DESTDIR)${archlibdir}
@echo
@echo "Installing utilities for users to run."
+ umask 022; ${MKDIR_P} $(DESTDIR)${bindir}
for file in ${INSTALLABLES} ; do \
$(INSTALL_PROGRAM) $(INSTALL_STRIP) $${file}
$(DESTDIR)${bindir}/`echo $${file} | sed '$(TRANSFORM)'` ; \
chmod a+rx $(DESTDIR)${bindir}/`echo $${file} | sed '$(TRANSFORM)'`; \
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/trunk r108275: * lib-src/Makefile.in (install): Ensure $bindir exists.,
Glenn Morris <=