Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Mar 1998 12:34:52 +0100
From:      Jos Backus <J.G.E.Backus@urc.tue.nl>
To:        brian@worldcontrol.com
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: can schg be applied to a softlink?
Message-ID:  <19980313123452.B29351@asterix.urc.tue.nl>
In-Reply-To: <19980313031035.A11054@top.worldcontrol.com>; from brian@worldcontrol.com on Fri, Mar 13, 1998 at 03:10:35AM -0800
References:  <19980313031035.A11054@top.worldcontrol.com>

next in thread | previous in thread | raw e-mail | index | archive | help
	Hi Brian,

On Fri, Mar 13, 1998 at 03:10:35AM -0800, brian@worldcontrol.com wrote:
> How do I stop this from happening?

No idea (sorry), but in this particular case you could always do something
like

	# cd /usr/src/usr.sbin/sendmail
	# cp -p Makefile makefile
	# vi makefile
          edit ``install'' target into a no-op

The idea is that make reads makefile instead of Makefile. You may have to
stick ``makefile'' in /usr/src/usr.sbin/sendmail/.cvsignore to prevent cvsup
from removing makefile.

Cheers,
-- 
Jos Backus                     _/  _/_/_/        "Reliability means never
                              _/  _/   _/         having to say you're sorry."
                             _/  _/_/_/                -- D. J. Bernstein
                        _/  _/  _/    _/
jbackus@urc.tue.nl      _/_/   _/_/_/             use Std::Disclaimer;

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?19980313123452.B29351>