From: Al Viro <viro@ftp.linux.org.uk>
To: Adrian Bunk <bunk@stusta.de>
Cc: sam@ravnborg.org, starvik@axis.com, dev-etrax@axis.com,
linux-kernel@vger.kernel.org
Subject: Re: cris: asm-offsets related build failure
Date: Thu, 19 Jan 2006 08:57:30 +0000 [thread overview]
Message-ID: <20060119085730.GP27946@ftp.linux.org.uk> (raw)
In-Reply-To: <20060119001852.GO19398@stusta.de>
On Thu, Jan 19, 2006 at 01:18:52AM +0100, Adrian Bunk wrote:
> Hi Sam,
>
> the following build failure is present on the cris architecture:
>
> <-- snip -->
>
> ...
> make[1]: *** No rule to make target `arch/cris/kernel/asm-offsets.c',
> needed by `arch/cris/kernel/asm-offsets.s'. Stop.
> make: *** [prepare0] Error 2
Subject: [PATCH] fix a typo in arch/cris/Makefile
fallout from "kbuild: cris use generic asm-offsets.h support" - symlink
target was wrong
---
arch/cris/Makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
9812c3418f4068bb8940924a871e5bc0713d4e41
diff --git a/arch/cris/Makefile b/arch/cris/Makefile
index ea65d58..ee11469 100644
--- a/arch/cris/Makefile
+++ b/arch/cris/Makefile
@@ -119,7 +119,7 @@ $(SRC_ARCH)/.links:
@ln -sfn $(SRC_ARCH)/$(SARCH)/lib $(SRC_ARCH)/lib
@ln -sfn $(SRC_ARCH)/$(SARCH) $(SRC_ARCH)/arch
@ln -sfn $(SRC_ARCH)/$(SARCH)/vmlinux.lds.S $(SRC_ARCH)/kernel/vmlinux.lds.S
- @ln -sfn $(SRC_ARCH)/$(SARCH)/asm-offsets.c $(SRC_ARCH)/kernel/asm-offsets.c
+ @ln -sfn $(SRC_ARCH)/$(SARCH)/kernel/asm-offsets.c $(SRC_ARCH)/kernel/asm-offsets.c
@touch $@
# Create link to sub arch includes
--
0.99.9.GIT
next prev parent reply other threads:[~2006-01-19 8:57 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-01-19 0:18 cris: asm-offsets related build failure Adrian Bunk
2006-01-19 8:57 ` Al Viro [this message]
2006-01-19 16:34 ` Sam Ravnborg
2006-01-19 19:03 ` Al Viro
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=20060119085730.GP27946@ftp.linux.org.uk \
--to=viro@ftp.linux.org.uk \
--cc=bunk@stusta.de \
--cc=dev-etrax@axis.com \
--cc=linux-kernel@vger.kernel.org \
--cc=sam@ravnborg.org \
--cc=starvik@axis.com \
/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.