summaryrefslogtreecommitdiff
path: root/src/=Makefile.in
diff options
context:
space:
mode:
authorEric S. Raymond <esr@snark.thyrsus.com>1993-03-19 05:27:03 +0000
committerEric S. Raymond <esr@snark.thyrsus.com>1993-03-19 05:27:03 +0000
commit8901ed0679ad1d492f6672c7ae3c7b5587c242db (patch)
tree5eee3c107fc1c7d815af3928a0df8d6a8c5be739 /src/=Makefile.in
parent1ebcb94f647e6ea9e524270cda7efe9c9f67c297 (diff)
downloademacs-8901ed0679ad1d492f6672c7ae3c7b5587c242db.tar.gz
Added unlock and relock.
Diffstat (limited to 'src/=Makefile.in')
-rw-r--r--src/=Makefile.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/=Makefile.in b/src/=Makefile.in
index a540ef860f8..7ab05dba58f 100644
--- a/src/=Makefile.in
+++ b/src/=Makefile.in
@@ -52,6 +52,15 @@ temacs: dotemacs
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.