From: Jeff Dike <jdike@addtoit.com>
To: Peter Teoh <htmldeveloper@gmail.com>
Cc: user-mode-linux-devel@lists.sourceforge.net
Subject: Re: [uml-devel] arch/um/Makefile:100: *** missing separator. Stop.
Date: Fri, 2 May 2008 11:50:58 -0400 [thread overview]
Message-ID: <20080502155058.GA7843@c2.user-mode-linux.org> (raw)
In-Reply-To: <804dabb00805010918q68741b64s5c7fd7b6bc006d17@mail.gmail.com>
On Fri, May 02, 2008 at 12:18:34AM +0800, Peter Teoh wrote:
> In case if anyone is wondering what this line 107 means in the arch/um/Makefile:
>
> 104 ifneq ($(KBUILD_SRC),)
> 105 $(shell mkdir -p $(ARCH_DIR) && ln -fsn
> $(srctree)/$(ARCH_DIR)/Kconfig.$(SUBARCH) $(ARCH_DIR)/Kconfig.arch)
> 106 else
> 107 $(shell cd $(ARCH_DIR) && ln -sf Kconfig.$(SUBARCH) Kconfig.arch)
> 108 endif
>
> Different version of Linux kernel tried, will always end up at the
> same line above, btw, although the line number can be different.
Color me clueless as to what's going on. However, since the offending
line is conditional on !KBUILD_SRC, you can try
mkdir obj ; make ARCH=um O=obj
and see if the behavior changes. Maybe it'll produce a different and
more informative error.
I suspect you'll get exactly the same error because make is failing to
parse the Makefile and hasn't got around to actually interpretting
it. If so, then just delete that line and see what happens.
Jeff
--
Work email - jdike at linux dot intel dot com
-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
Don't miss this year's exciting event. There's still time to save $100.
Use priority code J8TL2D2.
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel
next prev parent reply other threads:[~2008-05-02 15:51 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-04-28 15:53 [uml-devel] arch/um/Makefile:100: *** missing separator. Stop Peter Teoh
2008-04-28 18:55 ` Jeff Dike
2008-04-29 12:02 ` Peter Teoh
2008-04-29 15:37 ` Jeff Dike
2008-04-29 16:15 ` Peter Teoh
2008-04-29 17:29 ` Jeff Dike
2008-04-30 15:04 ` Peter Teoh
2008-04-30 15:14 ` Antoine Martin
2008-04-30 16:24 ` Peter Teoh
2008-04-30 18:47 ` Jeff Dike
2008-04-30 23:35 ` Peter Teoh
2008-05-01 15:15 ` Jeff Dike
2008-05-01 16:13 ` Peter Teoh
2008-05-01 16:18 ` Peter Teoh
2008-05-02 15:50 ` Jeff Dike [this message]
2008-05-02 17:49 ` Peter Teoh
2008-05-02 19:52 ` Jeff Dike
2008-05-03 6:18 ` Peter Teoh
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=20080502155058.GA7843@c2.user-mode-linux.org \
--to=jdike@addtoit.com \
--cc=htmldeveloper@gmail.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 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.