aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2012-05-21 16:40:55 -0400
committerGlenn Morris2012-05-21 16:40:55 -0400
commitff0c3cfb2ff6e16f601d3745b9302bf9486a7c0f (patch)
treed5d2d1ada2554feccb6d0f12fa5c4754ac1030a0
parentd10cfddd07aec937599944575123d007d5981310 (diff)
downloademacs-ff0c3cfb2ff6e16f601d3745b9302bf9486a7c0f.tar.gz
emacs-ff0c3cfb2ff6e16f601d3745b9302bf9486a7c0f.zip
* update-subdirs: Move to build-aux/.
* make-dist: * Makefile.in (install-arch-indep): * lisp/Makefile.in (update-subdirs): * lisp/makefile.w32-in (update-subdirs-SH): Update for this change.
-rw-r--r--ChangeLog3
-rw-r--r--Makefile.in2
-rwxr-xr-xbuild-aux/update-subdirs (renamed from update-subdirs)0
-rw-r--r--lisp/ChangeLog5
-rw-r--r--lisp/Makefile.in4
-rw-r--r--lisp/makefile.w32-in6
-rwxr-xr-xmake-dist4
7 files changed, 16 insertions, 8 deletions
diff --git a/ChangeLog b/ChangeLog
index dcd8559d7b7..f25e9c3681e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
12012-05-21 Glenn Morris <rgm@gnu.org> 12012-05-21 Glenn Morris <rgm@gnu.org>
2 2
3 * update-subdirs: Move to build-aux/.
4 * make-dist, Makefile.in (install-arch-indep): Update for this change.
5
3 * Makefile.in (leimdir): New, set by configure. 6 * Makefile.in (leimdir): New, set by configure.
4 (COPYDIR, COPYDESTS): Add leim directories. 7 (COPYDIR, COPYDESTS): Add leim directories.
5 (install-leim): Remove. 8 (install-leim): Remove.
diff --git a/Makefile.in b/Makefile.in
index 2db87aef6ce..763a3644fcd 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -523,7 +523,7 @@ install-arch-indep: install-info install-man ${INSTALL_ARCH_INDEP_EXTRA}
523 -rm -f $(DESTDIR)${leimdir}/leim-list.el 523 -rm -f $(DESTDIR)${leimdir}/leim-list.el
524 ${INSTALL_DATA} leim/leim-list.el $(DESTDIR)${leimdir}/leim-list.el 524 ${INSTALL_DATA} leim/leim-list.el $(DESTDIR)${leimdir}/leim-list.el
525 -rm -f $(DESTDIR)${lispdir}/subdirs.el 525 -rm -f $(DESTDIR)${lispdir}/subdirs.el
526 umask 022; $(srcdir)/update-subdirs $(DESTDIR)${lispdir} 526 umask 022; $(srcdir)/build-aux/update-subdirs $(DESTDIR)${lispdir}
527 subdir=$(DESTDIR)${datadir}/emacs/${version}/site-lisp ; \ 527 subdir=$(DESTDIR)${datadir}/emacs/${version}/site-lisp ; \
528 ${write_subdir} 528 ${write_subdir}
529 subdir=$(DESTDIR)${datadir}/emacs/site-lisp ; \ 529 subdir=$(DESTDIR)${datadir}/emacs/site-lisp ; \
diff --git a/update-subdirs b/build-aux/update-subdirs
index e20e0da6e13..e20e0da6e13 100755
--- a/update-subdirs
+++ b/build-aux/update-subdirs
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index c7775422417..abf0bb66b2e 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12012-05-21 Glenn Morris <rgm@gnu.org>
2
3 * makefile.w32-in (update-subdirs-SH):
4 * Makefile.in (update-subdirs): Update for moved update-subdirs.
5
12012-05-21 Stefan Monnier <monnier@iro.umontreal.ca> 62012-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
2 7
3 * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition. 8 * hi-lock.el (hi-lock-face-defaults): Move obsolete before definition.
diff --git a/lisp/Makefile.in b/lisp/Makefile.in
index ff211589f49..29ef8e40abe 100644
--- a/lisp/Makefile.in
+++ b/lisp/Makefile.in
@@ -1,5 +1,5 @@
1# Maintenance productions for the Lisp directory 1# Maintenance productions for the Lisp directory
2# Copyright (C) 2000-2012 Free Software Foundation, Inc. 2# Copyright (C) 2000-2012 Free Software Foundation, Inc.
3 3
4# This file is part of GNU Emacs. 4# This file is part of GNU Emacs.
5 5
@@ -179,7 +179,7 @@ $(lisp)/subdirs.el:
179update-subdirs: doit 179update-subdirs: doit
180 cd $(lisp); $(setwins_for_subdirs); \ 180 cd $(lisp); $(setwins_for_subdirs); \
181 for file in $$wins; do \ 181 for file in $$wins; do \
182 $(top_srcdir)/update-subdirs $$file; \ 182 $(top_srcdir)/build-aux/update-subdirs $$file; \
183 done; 183 done;
184 184
185updates: update-subdirs autoloads finder-data custom-deps 185updates: update-subdirs autoloads finder-data custom-deps
diff --git a/lisp/makefile.w32-in b/lisp/makefile.w32-in
index 7907c5f10ce..6cb8b3dd495 100644
--- a/lisp/makefile.w32-in
+++ b/lisp/makefile.w32-in
@@ -1,5 +1,5 @@
1# -*- Makefile -*- for GNU Emacs on the Microsoft W32 API. 1# -*- Makefile -*- for GNU Emacs on the Microsoft W32 API.
2# Copyright (C) 2000-2012 Free Software Foundation, Inc. 2# Copyright (C) 2000-2012 Free Software Foundation, Inc.
3 3
4# This file is part of GNU Emacs. 4# This file is part of GNU Emacs.
5 5
@@ -243,9 +243,9 @@ update-subdirs-CMD: doit
243 echo ;; End:>> $(lisp)/subdirs.el 243 echo ;; End:>> $(lisp)/subdirs.el
244 244
245update-subdirs-SH: doit 245update-subdirs-SH: doit
246 $(srcdir)/update-subdirs $(lisp); \ 246 $(srcdir)/build-aux/update-subdirs $(lisp); \
247 for file in $(WINS_SUBDIR); do \ 247 for file in $(WINS_SUBDIR); do \
248 $(srcdir)/update-subdirs $$file; \ 248 $(srcdir)/build-aux/update-subdirs $$file; \
249 done; 249 done;
250 250
251updates: update-subdirs autoloads mh-autoloads finder-data custom-deps 251updates: update-subdirs autoloads mh-autoloads finder-data custom-deps
diff --git a/make-dist b/make-dist
index 1e8fc9178f1..0a12a630526 100755
--- a/make-dist
+++ b/make-dist
@@ -285,7 +285,7 @@ mkdir ${tempdir}
285echo "Making links to top-level files" 285echo "Making links to top-level files"
286ln INSTALL README BUGS ${tempdir} 286ln INSTALL README BUGS ${tempdir}
287ln ChangeLog Makefile.in configure configure.in ${tempdir} 287ln ChangeLog Makefile.in configure configure.in ${tempdir}
288ln config.bat make-dist update-subdirs .dir-locals.el ${tempdir} 288ln config.bat make-dist .dir-locals.el ${tempdir}
289ln aclocal.m4 ${tempdir} 289ln aclocal.m4 ${tempdir}
290 290
291echo "Creating subdirectories" 291echo "Creating subdirectories"
@@ -346,7 +346,7 @@ echo "Making links to \`leim' and its subdirectories"
346echo "Making links to \`build-aux'" 346echo "Making links to \`build-aux'"
347(cd build-aux 347(cd build-aux
348 ln compile config.guess config.sub depcomp ../${tempdir}/build-aux 348 ln compile config.guess config.sub depcomp ../${tempdir}/build-aux
349 ln install-sh missing move-if-change ../${tempdir}/build-aux) 349 ln install-sh missing move-if-change update-subdirs ../${tempdir}/build-aux)
350 350
351echo "Making links to \`build-aux/snippet'" 351echo "Making links to \`build-aux/snippet'"
352(cd build-aux/snippet 352(cd build-aux/snippet