Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Mar 2002 03:43:24 +0200
From:      Giorgos Keramidas <keramida@ceid.upatras.gr>
To:        Julian Elischer <julian@vicor-nb.com>
Cc:        questions@freebsd.org
Subject:   Re: Stupid "make" question
Message-ID:  <20020329014324.GD6932@hades.hell.gr>
In-Reply-To: <3CA3C03E.F1607CE8@vicor-nb.com>
References:  <3CA3C03E.F1607CE8@vicor-nb.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On 2002-03-28 17:15, Julian Elischer wrote:
> #
> # find the files being patched and revert them using CVS
> #

Now that I'm giving this a second thought, why don't you use the -C option
in cvs update?

	# cd /usr/src
	# cvs update -C

This will also keep the patched versions on your disk, and you might want
to find(1) and rm all the ".#*" files left over, but it's easier to use, IMHO.

- Giorgos


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




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