changeset 2256:9de581d9bb83

Added unlock and relock.
author Eric S. Raymond <esr@snark.thyrsus.com>
date Fri, 19 Mar 1993 05:27:03 +0000
parents ff870650d188
children 668491072928
files src/=Makefile.in
diffstat 1 files changed, 9 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/=Makefile.in	Fri Mar 19 05:19:23 1993 +0000
+++ b/src/=Makefile.in	Fri Mar 19 05:27:03 1993 +0000
@@ -52,6 +52,15 @@
 dotemacs: xmakefile
 	$(MAKE) CC='${CC}' -f xmakefile ${MFLAGS} temacs
 
+SOURCES = *.[ch] [sm]/* COPYING Makefile.in ymakefile \
+	config.h.in README COPYING ChangeLog vms.pp-trans
+unlock:
+	chmod u+w $(SOURCES)
+
+relock:
+	chmod -w $(SOURCES)
+	chmod +w paths.h
+
 ### Some makes, like Ultrix's make, complain if you put a comment in
 ### the middle of a rule's command list!  Dummies.