summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-08-07 18:37:17 +0000
committerRichard M. Stallman <rms@gnu.org>1997-08-07 18:37:17 +0000
commitdfc2858399bbda0ce13bace399416748447a489b (patch)
tree6ed54965d0b889d348ec8f86de05930a7347e404 /Makefile.in
parent307cc51d551aae34fcc6993a63190ca6bb6e1eab (diff)
downloademacs-dfc2858399bbda0ce13bace399416748447a489b.tar.gz
(mkdir): Don't create lockdir.
(lockdir): Variable deleted. (paths-force): Don't operate on PATH_LOCK.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in14
1 files changed, 3 insertions, 11 deletions
diff --git a/Makefile.in b/Makefile.in
index d3e79ee7063..1c4122b4663 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -81,9 +81,8 @@ bindir=@bindir@
datadir=@datadir@
# Where to install and expect the files that Emacs modifies as it
-# runs. These files are all architecture-independent. Right now, the
-# only such data is the locking directory; ${lockdir} is a
-# subdirectory of this.
+# runs. These files are all architecture-independent.
+# Right now, this is not used.
sharedstatedir=@sharedstatedir@
# Where to install and expect executable files to be run by Emacs
@@ -156,11 +155,6 @@ buildlisppath=${srcdir}/lisp
# at once.
etcdir=@etcdir@
-# Where to create and expect the locking directory, where
-# the Emacs locking code keeps track of which files are
-# currently being edited.
-lockdir=@lockdir@
-
# Where to put executables to be run by Emacs rather than
# the user. This path usually includes the Emacs version
# and configuration name, so that multiple configurations
@@ -218,7 +212,6 @@ paths-force: FRC
-e 's;\(#.*PATH_DATA\).*$$;\1 "${etcdir}";' \
-e 's;\(#.*PATH_BITMAPS\).*$$;\1 "${bitmapdir}";' \
-e 's;\(#.*PATH_DOC\).*$$;\1 "${docdir}";' \
- -e 's;\(#.*PATH_LOCK\).*$$;\1 "${lockdir}/";') && \
${srcdir}/move-if-change paths.h.$$$$ src/paths.h
src: lib-src FRC
@@ -386,10 +379,9 @@ install-strip:
### /usr/local/lib/emacs/19.0/mips-dec-ultrix4.2), we use mkinstalldirs
### instead of mkdir. Not all systems' mkdir programs have the `-p' flag.
mkdir: FRC
- $(srcdir)/mkinstalldirs ${COPYDESTS} ${lockdir} ${infodir} ${man1dir} \
+ $(srcdir)/mkinstalldirs ${COPYDESTS} ${infodir} ${man1dir} \
${bindir} ${datadir} ${docdir} ${libexecdir} \
`echo ${locallisppath} | sed 's/:/ /g'`
- -chmod a+rwx ${lockdir}
### Delete all the installed files that the `install' target would
### create (but not the noninstalled files such as `make all' would