From: Glenn Morris Date: Wed, 12 Sep 2007 06:54:54 +0000 (+0000) Subject: (SOURCES, unlock, relock): Delete. X-Git-Tag: emacs-pretest-23.0.90~10967 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=585732304315fb193178f945a02f6bd64754ece0;p=emacs.git (SOURCES, unlock, relock): Delete. --- diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 8ae8cb9cbcf..5bc76e3a288 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -1,3 +1,7 @@ +2007-09-12 Glenn Morris + + * Makefile.in (SOURCES, unlock, relock): Delete. + 2007-08-29 Glenn Morris * makefile.w32-in (VERSION): Increase to 23.0.50. diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in index 5d8da71dbdd..2ce9cac1be4 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 0581badd969..ef0136cd045 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. */