Date: Tue, 06 Mar 2001 22:07:39 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: Hans-Bernhard Broeker Message-Id: <2950-Tue06Mar2001220738+0200-eliz@is.elta.co.il> X-Mailer: Emacs 20.6 (via feedmail 8.3.emacs20_6 I) and Blat ver 1.8.6 CC: djgpp-workers AT delorie DOT com In-reply-to: (message from Hans-Bernhard Broeker on Tue, 6 Mar 2001 19:58:51 +0100 (MET)) Subject: Re: Fileutils 4.0 port and ginstall References: Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > Date: Tue, 6 Mar 2001 19:58:51 +0100 (MET) > From: Hans-Bernhard Broeker > > It'll translate a call > > install foo/bar elsewhere/bar > > silently into an equivalent of > > install foo/bar elsewhere/bar > stubify elsewhere/bar Actually, it does this: if foo/bar.exe does not exist stubify foo/bar install foo/bar.exe elsewhere/bar.exe and therefore this: > remove elsewhere/bar # not sure about this one... is a non-issue. (The reason rthat it tests if foo/bar.exe already exists is that someone could have stubedited foo/bar.exe manually, in which case, we want the installed binary to have the same edited stub.