public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] 2.5.42: UML build error
@ 2002-10-12 15:16 Olaf Dietsche
  2002-10-12 16:01 ` Kai Germaschewski
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Olaf Dietsche @ 2002-10-12 15:16 UTC (permalink / raw)
  To: linux-kernel; +Cc: torvalds, user-mode-linux-devel

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)
 

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2002-10-14 20:58 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-10-12 15:16 [PATCH] 2.5.42: UML build error Olaf Dietsche
2002-10-12 16:01 ` 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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox