All of lore.kernel.org
 help / color / mirror / Atom feed
From: Keith Owens <kaos@ocs.com.au>
To: marcel@mesa.nl
Cc: linux-kernel@vger.kernel.org
Subject: Re: make modules_install fails with latest fileutils
Date: Wed, 21 Nov 2001 11:52:26 +1100	[thread overview]
Message-ID: <1128.1006303946@kao2.melbourne.sgi.com> (raw)
In-Reply-To: Your message of "Tue, 20 Nov 2001 19:38:20 BST." <20011120193820.A14068@joshua.mesa.nl>

On Tue, 20 Nov 2001 19:38:20 +0100, 
"Marcel J.E. Mol" <marcel@mesa.nl> wrote:
>Just had some problems doing a modules_install with
>fileutils-1.1.1-1 (redhat rawhide). The cp command
>in there gives a non-zero return value when it is asked
>to copy the same file in the argument list:
>
>--- Rules.make.org	Tue Nov 20 19:36:16 2001
>+++ Rules.make	Mon Nov 19 23:48:03 2001
>@@ -173,7 +173,7 @@
> _modinst__: dummy
> ifneq "$(strip $(ALL_MOBJS))" ""
> 	mkdir -p $(MODLIB)/kernel/$(MOD_DESTDIR)
>-	cp -f $(ALL_MOBJS) $(MODLIB)/kernel/$(MOD_DESTDIR)$(MOD_TARGET)
>+	-cp -f $(ALL_MOBJS) $(MODLIB)/kernel/$(MOD_DESTDIR)$(MOD_TARGET)
> endif

(1) Complain to the fileutils maintainer for introducing incompatible
    behaviour.
(2) The correct workaround is
     cp -f $(sort $(ALL_MOBJS)) $(MODLIB)/kernel/$(MOD_DESTDIR)$(MOD_TARGET)


  reply	other threads:[~2001-11-21  0:53 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-11-20 18:38 make modules_install fails with latest fileutils Marcel J.E. Mol
2001-11-21  0:52 ` Keith Owens [this message]
2001-11-21  8:08   ` Marcel J.E. Mol
2001-11-21 22:06     ` Keith Owens

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1128.1006303946@kao2.melbourne.sgi.com \
    --to=kaos@ocs.com.au \
    --cc=linux-kernel@vger.kernel.org \
    --cc=marcel@mesa.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.