emacs-devel
[Top][All Lists]
Advanced

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

Re: address@hidden: Re: [Savannah-hackers] address@hidden: Re: emacs/src


From: David Kastrup
Subject: Re: address@hidden: Re: [Savannah-hackers] address@hidden: Re: emacs/src/regex.c]]
Date: 25 Dec 2003 23:55:13 +0100
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

Thien-Thi Nguyen <address@hidden> writes:

> for anyone interested, here is a simple script to make regex.[hc]
> available when checking out emacs from cvs:
> 
>   # usage: sh -ex cvs-update
>   emacsroot=`pwd`
>   cd ..
>   cvs -d :ext:address@hidden:/cvsroot/gnulib \
>       checkout gnulib
>   cd $emacsroot
>   cvs update
>   cd src
>   rm -f regex.[hc]
>   ln -s ../../gnulib/regex.h
>   ln -s ../../gnulib/regex.c
> 
> it presumes you have the disk space to completely check out gnulib,

Any way to do this without this presumption?  Would

cvs -d :ext:address@hidden:/cvsroot/gnulib \
        checkout gnulib/regex.{c,h}

do the trick in the script?

And presuming that it does: will an update on the whole Emacs
directory update those two files via their symlinks, from their
respective repositories?  Probably not, right?

-- 
David Kastrup, Kriemhildstr. 15, 44793 Bochum




reply via email to

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