diff options
| author | David Aspinall | 2004-03-01 01:35:38 +0000 |
|---|---|---|
| committer | David Aspinall | 2004-03-01 01:35:38 +0000 |
| commit | e4a7ce520bf291229b07a3a07f5cc2a026565b4a (patch) | |
| tree | 5e00b08a869bfbb6ffa388d1bdf73ae3c0c9ca96 | |
| parent | 86aa9f2c36e5fdc3f684f93193039fee77bf3b39 (diff) | |
Comment.
| -rw-r--r-- | Makefile.devel | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.devel b/Makefile.devel index 4e04affe..cf8c11ae 100644 --- a/Makefile.devel +++ b/Makefile.devel @@ -149,6 +149,8 @@ CVSNAME = ProofGeneral # Remote commands to use CVS in server mode and install files. # With these settings the build can be done remotely. # CVSROOT = :pserver:da@cvs.inf.ed.ac.uk:/disk/cvs/proofgen +# FIXME: this command causes an error on some recursive calls, e.g. to do +# make clean in a non cvs directory. CVSROOT=$(shell cat CVS/Root) # Emacs for batch compiling |
