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
commita6af86963639a8c4ed94f3b79589b6a6df3fbe5a (patch)
treeb927862f021a6f2776db8de72f7d652716628a88 /src/Makefile.in
parent8a89415ece8d68a384451ff15ebd089cc013cf5f (diff)
downloademacs-a6af86963639a8c4ed94f3b79589b6a6df3fbe5a.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.