From: Olaf Dietsche <olaf.dietsche#list.linux-kernel@t-online.de>
To: linux-kernel@vger.kernel.org
Cc: torvalds@transmeta.com, user-mode-linux-devel@lists.sourceforge.net
Subject: [PATCH] 2.5.42: UML build error
Date: Sat, 12 Oct 2002 17:16:35 +0200 [thread overview]
Message-ID: <877kgn7kmk.fsf@goat.bogus.local> (raw)
When building 2.5.42 UML it fails with:
make -C arch/um/sys-i386/util mk_sc
gcc -Wp,-MD,./.mk_sc.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -c -o mk_sc
.o mk_sc.c
/bin/sh: scripts/fixdep: No such file or directory
make[1]: *** [mk_sc.o] Error 1
make[1]: Target `mk_sc' not remade because of errors.
make: *** [arch/um/sys-i386/util/mk_sc] Error 2
This patch readds the path to scripts/fixdep in Rules.make. It doesn't
break _my_ regular build, but I can't tell for others.
diff -urN a/Rules.make b/Rules.make
--- a/Rules.make Sat Oct 12 14:24:11 2002
+++ b/Rules.make Sat Oct 12 16:45:47 2002
@@ -561,7 +561,7 @@
@set -e; \
$(if $($(quiet)cmd_$(1)),echo ' $($(quiet)cmd_$(1))';) \
$(cmd_$(1)); \
- scripts/fixdep $(depfile) $@ '$(cmd_$(1))' > $(@D)/.$(@F).tmp; \
+ $(TOPDIR)/scripts/fixdep $(depfile) $@ '$(cmd_$(1))' > $(@D)/.$(@F).tmp; \
rm -f $(depfile); \
mv -f $(@D)/.$(@F).tmp $(@D)/.$(@F).cmd)
next reply other threads:[~2002-10-12 15:11 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-10-12 15:16 Olaf Dietsche [this message]
2002-10-12 16:01 ` [PATCH] 2.5.42: UML build error Kai Germaschewski
2002-10-12 16:37 ` Linus Torvalds
2002-10-12 16:49 ` Kai Germaschewski
2002-10-12 18:23 ` Olaf Dietsche
2002-10-12 18:31 ` Kai Germaschewski
2002-10-12 19:07 ` Olaf Dietsche
2002-10-14 6:53 ` Oleg Drokin
2002-10-14 22:08 ` [uml-devel] " Jeff Dike
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=877kgn7kmk.fsf@goat.bogus.local \
--to=olaf.dietsche#list.linux-kernel@t-online.de \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@transmeta.com \
--cc=user-mode-linux-devel@lists.sourceforge.net \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox