Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Aug 1995 01:03:54 -0700 (PDT)
From:      "Rodney W. Grimes" <rgrimes@gndrsh.aac.dev.com>
To:        jkh@freefall.cdrom.com (Jordan K. Hubbard)
Cc:        CVS-commiters@freefall.cdrom.com, cvs-user@freefall.cdrom.com
Subject:   Re: cvs commit: src/lib Makefile
Message-ID:  <199508040803.BAA10553@gndrsh.aac.dev.com>
In-Reply-To: <199508040727.AAA25649@freefall.cdrom.com> from "Jordan K. Hubbard" at Aug 4, 95 00:27:27 am

next in thread | previous in thread | raw e-mail | index | archive | help
> 
> jkh         95/08/04 00:27:26
> 
>   Modified:    lib       Makefile
>   Log:
>   Remove libftp from Makefile

FYI, here is a little trick to do this in a tree style commit rather
quickly, getting both the tree removal, and the removal from the
top level makefile without checking out all of src/lib.

cd ~cvswork;
cvs co -l -P lib		# That -l gets you just lib/Makefile* :-)
cd lib
vi Makefile, make change
cvs co -P libftp
cd libftp
rm the files
cvs remove -R
cd ..
cvs commit
cvs release libftp
cd ..
cvs release lib

-- 
Rod Grimes                                      rgrimes@gndrsh.aac.dev.com
Accurate Automation Company                 Reliable computers for FreeBSD



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199508040803.BAA10553>