[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: Emacs bootstrap
From: |
Herbert Euler |
Subject: |
RE: Emacs bootstrap |
Date: |
Sun, 22 Jun 2008 11:13:46 +0800 |
>> There is a small problem when doing `make bootstrap-clean'. In
>> `top_bootclean', we have
>
>> top_bootclean=\
>> rm -f config.cache config.log ; \
>> if [ -d lock ] ; then (cd lock && (rm -f * || true)); else true; fi
>
>> This wants to remove the `CVS' subdirectory in `lock', which leads to
>> an error.
>
> I don't have any `lock' nor `lock/CVS' directory. What error do
> you get? And why do you have a lock/CVS subdirectory?
Perhaps this is because I didn't provide any options to `cvs', i.e. I
just did `cvs ... co emacs'. Glenn told me to use `cvs up -dP', and
after that, the `lock' directory (as well as the `1' directory but I
didn't count others) went away.
Regards,
Guanpeng Xu
_________________________________________________________________
Discover the new Windows Vista
http://search.msn.com/results.aspx?q=windows+vista&mkt=en-US&form=QBRE
- Re: Emacs bootstrap, (continued)