From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: Re: hp-ux 11.11 lib-src/Makefile cp fails due to identical files Date: Fri, 10 Aug 2007 19:47:03 +0300 Message-ID: References: <1B2B2EF98D55CB41BD16F13B18B9B0080303EE57@FFBRUE001.cfmu.corp.eurocontrol.int> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: sea.gmane.org 1186764433 2254 80.91.229.12 (10 Aug 2007 16:47:13 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 10 Aug 2007 16:47:13 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org To: "WAROQUIERS Philippe" Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Fri Aug 10 18:47:11 2007 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IJXdl-0003nd-QV for geb-bug-gnu-emacs@m.gmane.org; Fri, 10 Aug 2007 18:47:10 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IJXdl-0006P0-E0 for geb-bug-gnu-emacs@m.gmane.org; Fri, 10 Aug 2007 12:47:09 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IJXdj-0006Ov-0w for bug-gnu-emacs@gnu.org; Fri, 10 Aug 2007 12:47:07 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IJXdi-0006OX-A1 for bug-gnu-emacs@gnu.org; Fri, 10 Aug 2007 12:47:06 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IJXdi-0006OT-4Q for bug-gnu-emacs@gnu.org; Fri, 10 Aug 2007 12:47:06 -0400 Original-Received: from nitzan.inter.net.il ([213.8.233.22]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IJXdh-0007hK-OK for bug-gnu-emacs@gnu.org; Fri, 10 Aug 2007 12:47:05 -0400 Original-Received: from HOME-C4E4A596F7 (IGLD-83-130-192-90.inter.net.il [83.130.192.90]) by nitzan.inter.net.il (MOS 3.7.3a-GA) with ESMTP id HMS26866 (AUTH halo1); Fri, 10 Aug 2007 19:44:23 +0300 (IDT) In-reply-to: <1B2B2EF98D55CB41BD16F13B18B9B0080303EE57@FFBRUE001.cfmu.corp.eurocontrol.int> (philippe.waroquiers@eurocontrol.int) X-Detected-Kernel: FreeBSD 4.7-5.2 (or MacOS X 10.2-10.4) (2) X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:16317 Archived-At: > Date: Fri, 10 Aug 2007 17:06:23 +0200 > From: "WAROQUIERS Philippe" > Cc: > > >Does it help to prepend "-" to the offending command, i.e. > > > > rcs2log: $(srcdir)/rcs2log > > -cp -p $(srcdir)/rcs2log rcs2log > When I put the -, then the command still fails, > but the make output tells the exit code 1 is ignored And that's okay, since in this particular case the file rcs2log already exists in that directory. > Of course, it stops then on the next cp command with > similar problem (e.g. vcdiff and others have the same > problem). Well, they all should use this technique. Thanks for testing this.