aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris <[email protected]>2007-09-12 06:54:54 +0000
committerGlenn Morris <[email protected]>2007-09-12 06:54:54 +0000
commit585732304315fb193178f945a02f6bd64754ece0 (patch)
treebb40f721cab0900051d27c8162341aa864c18e3f
parent2d33f5065fcecc0dc32ebd395ab4177727e11970 (diff)
(SOURCES, unlock, relock): Delete.
-rw-r--r--lib-src/ChangeLog4
-rw-r--r--lib-src/Makefile.in9
-rw-r--r--src/Makefile.in11
3 files changed, 4 insertions, 20 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index 8ae8cb9cbc..5bc76e3a28 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,3 +1,7 @@
+2007-09-12 Glenn Morris <[email protected]>
+
+ * Makefile.in (SOURCES, unlock, relock): Delete.
+
2007-08-29 Glenn Morris <[email protected]>
* makefile.w32-in (VERSION): Increase to 23.0.50.
diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in
index 5d8da71dbd..2ce9cac1be 100644
--- a/lib-src/Makefile.in
+++ b/lib-src/Makefile.in
@@ -122,9 +122,6 @@ SCRIPTS= rcs2log vcdiff
EXECUTABLES= ${UTILITIES} ${INSTALLABLES} ${SCRIPTS} ${INSTALLABLE_SCRIPTS}
-SOURCES = COPYING ChangeLog Makefile.in README emacs.csh \
- makedoc.com *.[chy] rcs2log vcdiff
-
# Additional -D flags for movemail (add to MOVE_FLAGS if desired):
# MAIL_USE_POP Support mail retrieval from a POP mailbox.
# MAIL_USE_MMDF Support MMDF mailboxes.
@@ -368,12 +365,6 @@ maintainer-clean: distclean
extraclean: maintainer-clean
-rm -f *~ \#*
-unlock:
- chmod u+w $(SOURCES)
-
-relock:
- chmod u-w $(SOURCES)
-
/* Test the contents of the directory. */
check:
@echo "We don't have any tests for GNU Emacs yet."
diff --git a/src/Makefile.in b/src/Makefile.in
index 0581badd96..ef0136cd04 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -1364,17 +1364,6 @@ versionclean:
extraclean: distclean
-rm -f *~ \#* m/?*~ s/?*~
-/* The rule for the [sm] files has to be written a little funny to
- avoid looking like a C comment to CPP. */
-SOURCES = *.[ch] [sm]/?* COPYING Makefile.in \
- config.in epaths.in README COPYING ChangeLog vms.pp-trans
-unlock:
- chmod u+w $(SOURCES)
-
-relock:
- chmod -w $(SOURCES)
- chmod +w epaths.h
-
/* Arrange to make a tags table TAGS-LISP for ../lisp,
plus TAGS for the C files, which includes ../lisp/TAGS by reference. */