emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: NT Emacs make problem..


From: Thien-Thi Nguyen
Subject: Re: NT Emacs make problem..
Date: Sat, 08 Jun 2002 13:20:33 -0700

   From: Richard Stallman <address@hidden>
   Date: Sat, 8 Jun 2002 13:15:53 -0600 (MDT)

   Do you mean that doing the checkout with CVSREAD=1 leads to bad source
   files?

sorry i wasn't more precise: CVSREAD=1 causes "cvs checkout" to create
read-only files.  some steps in "make bootstrap" fail because they need
to recreate or update files, and cannot do so.  (source files are not
corrupted, in any case.)

there was discussion previously about some script to be run immediately
after a "cvs checkout" but before "make bootstrap".  i suggest we write
that script, include "chmod +w $cannot_be_ro_file_list", and publish the
way to build emacs from cvs as:

 cvs checkout ...
 cd emacs
 sh -x prep-bootstrap   # ("-x" for entertainment purposes :-)
 make bootstrap

prep-bootstrap need not be distributed.

thi



reply via email to

[Prev in Thread] Current Thread [Next in Thread]