Date: Wed, 20 Jun 2001 17:59:23 +0300 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: pavenis AT lanet DOT lv Message-Id: <5832-Wed20Jun2001175922+0300-eliz@is.elta.co.il> X-Mailer: Emacs 20.6 (via feedmail 8.3.emacs20_6 I) and Blat ver 1.8.9 CC: djgpp-workers AT delorie DOT com In-reply-to: <3B30B06C.31375.95735D@localhost> (pavenis@lanet.lv) Subject: Re: patch for src/libc/crt0/makefile References: <3B30B06C DOT 31375 DOT 95735D AT localhost> 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 > From: pavenis AT lanet DOT lv > Date: Wed, 20 Jun 2001 14:17:16 +0300 > > $(LIB)/crt0.o : crt0.S exit16.ah sbrk16.ah > ! $(XGCC) -MMD -c crt0.S -o crt0.o > ! mv -f crt0.o $@ > sed 's AT crt0 DOT o@$(LIB)/crt0.o@' crt0.d > crt02.d We don't want users who build the library to need to install more tools than they already need. So using `mv' is not a good idea (the library build doesn't require Fileutils). Please use misc.exe instead, it can emulate `cp' and `rm', which should be enough in this case.