X-Authentication-Warning: kendall.sfbr.org: jeffw set sender to jeffw AT darwin DOT sfbr DOT org using -f Date: Tue, 6 Mar 2001 12:26:52 -0600 From: JT Williams To: djgpp-workers AT delorie DOT com Subject: Re: Fileutils 4.0 port and ginstall Message-ID: <20010306122652.A14041@kendall.sfbr.org> Mail-Followup-To: djgpp-workers AT delorie DOT com References: <3AA3F8D7 DOT 30E78753 AT phekda DOT freeserve DOT co DOT uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from tim.van.holder@pandora.be on Tue, Mar 06, 2001 at 06:58:51PM +0100 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 -: > But if you've never seen anything that does check that 'src' has been -: > copied to 'dest', then it's probably OK. I admit it does seem like a -: > stange thing to do - you'd expect ginstall to return an error code if it -: > failed. Ok, I'm thoroughly confused now about what `install' will and will not do. I use something like this in makefiles: $(INSTALL) foo/bar$(EXE) elsewhere/bar$(EXE) where $(EXE) is `.exe' if `make' runs on my DJGPP box, and is null otherwise. Is `install' now going to make this decision for me?